每次用 Windows 10 IoT Core 一定要外接螢幕嗎?
本文介紹如何讓 Windows 10 IoT Core 可以 Remote Display ^_^
每次用 Windows 10 IoT Core 一定要外接螢幕嗎?
本文介紹如何讓 Windows 10 IoT Core 可以 Remote Display ^_^
同事詢問要如何知道字串的寬度。
我們可以使用 Graphics.MeasureString 來計算,
但為什麼算出來的會比實際的還寬呢?
本文介紹如何透過 SQL Server 透過 Linked Server 連到 AD 取得 User 的資訊
當您在 Microsoft Visual Studio 之中加入 angularjs.TypeScript.DefinitelyTyped 後,
建置專案時,發生以下的錯誤
TS2304 Cannot find name 'Promise'
最近透過 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 的溫度資訊
環境: Windows 10 Iot Core, Arduino UNO, Visual Studio 2015
在Windows 10 IoT Core 的範例,可以讀取到 DHT11 的溫濕度資訊,但是它是 C++ 的範例。
本文依 Arduino I2C communication with Raspi 2 WIOT 這篇來修改實作的,
再透過 I2C 傳給 Raspberry 來接收資訊。如下圖,
本文介紹如何透過紅外線動作感測器(PIR Motion Sensor)來偵測是否有人,然後控制 LED 燈的開跟關。
本文介紹如何安裝 Windows 10 IoT core 到 Raspberry Pi 2 ,並測試簡單的 Blinky 範例。
寫程式很難嗎?
現在「https://code.org/learn」讓我們以玩遊戲,堆 Blocks 的方式,來編寫出程式。
在原始碼掃描的Report之中,有一些 Heuristic 開頭的 Issue,
例如 Heuristic SQL Injection, Heuristic 2nd Order SQL Injection 。
今天同事回報一個問題,SELECT 一個 LINKED SERVER 的 TABLE 資料時,加入 (NOLOCK) ,如下,
SELECT COL1
FROM [MYLINKED_SERVER].[DB_NAME].[schema].[MYTABLENAME] (NOLOCK)
結果會發生 4122 的錯誤
系統中某個元件使用到 log4net v.1.2.10.0 ,而另一個元件則使用到了 v1.2.13.0 的版本。
2個版本的 PublicKeyToken 還不同。而我的 bin 目錄,只有 v1.2.14.0 的版本。
要如何設定 assemblyBinding 呢?
最近因為 Blog改版,所以之前的側欄的一些設定沒有記錄下來,要怎麼辦呢?
為什麼應用程式集區設定了 AlwaysRunning 沒有效果呢?
沒空寫單元測試嗎?
有了「Visual Studio IntelliTest 」,請別再說沒空哦!
使用「ASP.Net Web Configuration Manager」
發生 CS0122: 'System.Configuration.StringUtil' 的保護層級導致無法對其進行存取 的錯誤
要如何解呢?
記錄 開發 Windows Universal Platform App 相關資源