我們Web系統有用到 使用者自造字(EUDC) ,
結果在 Chrome 中那些字顯示不出來。
要怎麼辦呢?
我們Web系統有用到 使用者自造字(EUDC) ,
結果在 Chrome 中那些字顯示不出來。
要怎麼辦呢?
想要在 portal.azure.com 上新增 Bing Maps API 在部署時,卻發生以下的錯誤,
The market on the billing account does not match the market on the user account
最近使用 FontForge 來開啟 標楷體 字型,會發現有一堆的破字,如下,
最近手動設定 Remote Monitoring System 的 Azure Stream Analytics Job 後發現,
當 Device 送來的溫度高於設定的Rule時,那個 Azure Stream Analytics Job 的輸出都是 0。
怎麼會這樣呢?
最近透過 Raspberry Pi 2 /Windows IOT Core 將讀取到的溫、濕度資訊送到 Azure 時,
居然發生 The specified SAS token is expired 的錯誤。
環境:Windows 10, Windows 10 Iot Core, Raspberry Pi, Visual Studio 2015, Windows Azure Iot Suite
本文將介紹 使用 Raspberry Pi 2 /Windows IOT Core 讀取 DHT22 的溫、溼度資訊後,
再將這些資訊送到 Azure Iot Hub, 讓 Azure Iot Suite 的 Remote Monitoring System 也可以取得 Device 的資料。
環境:Windows 10, Windows 10 Iot Core, Raspberry Pi, Visual Studio 2015
本文介紹 使用 Raspberry Pi 2 /Windows IOT Core 讀取 DHT22 的溫、濕度資訊
環境:Windows 10, Windows 10 Iot Core, Raspberry Pi, Visual Studio 2015
在「使用Raspberry + Arduino,來讀取 DHT22 的溫濕度資訊」中要讀取資料要透過 Arduino ,
本文介紹 使用 Raspberry Pi 2 /Windows IOT Core 讀取 DS18B20 的溫度資訊
當合併列印中,如果我們需要每一筆資料就長出一個Table,要如何做呢?
當合併列印中,如果有些欄位要做 RowSpan,要如何做呢?
繼「在 Chrome 裡面,某些URL要用 IE 來開啟」後,
又有客戶想要使用 Microsoft Edge 但是某些舊系統仍然需要用 IE 來開啟。
當您裝完 VS 2015 時,在 Command Line 上輸入 dnvm 時,
如果出現「'dnvm' 不是內部或外部命令、可執行的程式或批次檔。」的訊息,
同事反應透過 NPOI 設定合併儲存格(跨欄置中) AddMergedRegion 卻沒有效果,
在「透過 Aspose.Words 置換Word中的圖片」中,先事先建立好 文繞圖 的 Word 範本檔,
透過 NPOI 另存 Word 後,那個 Word 檔就壞了,如下圖,
環境: Windows 10 Iot Core, Arduino UNO, Visual Studio 2015
在Windows 10 IoT Core 的範例,可以讀取到 DHT11 的溫濕度資訊,但是它是 C++ 的範例。
本文依 Arduino I2C communication with Raspi 2 WIOT 這篇來修改實作的,
再透過 I2C 傳給 Raspberry 來接收資訊。如下圖,
我們系統需要產生 Word 文件,並在 表格中 放入跨 Cell 的圖片(文繞圖)。如下圖所示,
環境: Windows XP, Visual Studio 2003 (在VM中)
使用 VS2003 開啟 Web 專案時,就出現「無法從伺服器擷取資料夾資訊」的警告訊息。
在方案總管上,按下「重新整理」也顯示「無法從伺服器擷取資料夾資訊」的訊息。
Newtonsoft.Json 使用的是 8.0.0.0 版本。
最近使用 JValue.Parse 將 json 字串轉成 dynamic 物件時,
在某個 method 中居然發生 CS1061 的錯誤,如下,
error CS1061: 'object' does not contain a definition for 'DeviceId' and no extension method 'DeviceId' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
同事在Call WebAPI時,有CORS的問題,於是就 Search 它的解法,並設定上去。
卻還是發生問題? 到底是那裡出了錯呢?
在使用 EventHubClient 要讀取 Azure IoT Hub 的訊息時,就發生 An AMQP error occurred (condition='amqp:link:redirect') 的錯誤,如下,