最近需要透過 RPi 上透過 Bluetooth 去掃 Beacon 的資訊,
而透過 BluetoothLEAdvertisementWatcher 掃到的資料是 Byte Array,
而我們需要的是將那些 Byte Array 的資料,
轉成 Beacon 的資訊,例如 UUID, Major, Miner, TxPower
最近需要透過 RPi 上透過 Bluetooth 去掃 Beacon 的資訊,
而透過 BluetoothLEAdvertisementWatcher 掃到的資料是 Byte Array,
而我們需要的是將那些 Byte Array 的資料,
轉成 Beacon 的資訊,例如 UUID, Major, Miner, TxPower
有時在Server端要測試某段Code運作是否正常,
常常需要直接 New 一支新的 ASPX 來直接測試。
像測試 COM 元件,常常會直接 New 一支 VBS 來測試一樣。
這時就可以使用到「Embedded Code Blocks in ASP.NET Web Forms」。
最近同事詢問有一支 .NET Console 程式跑一跑後,
就會出現以下的錯誤,
Spring.Data.CannotGetAdoConnectionException: Could not get ADO.NET connection. ---> System.Data.SqlClient.SqlException: Timeout expired.
最近在透過 Fiddler 錄 Console程式去 VS.NET 中 Web API 專案時,
URL為 localhost:portnumber
會發現Fiddler空空如也,錄不到。
在 Windows Form 的 Button ,是不會引發 DoubleClick 事件的。
那要如何才可以讓 Button 可以引發 DoubleClick 呢?
環境: Windows 7
問題:
朋友安裝 VS.NET 2015 Community 後,新增專案時,卻沒有 ASP.NET Web Application 範本 ?
只有 WebTemplate 如下圖所示,
本文介紹如何透過 Aspose.Cells 設定 Excel 自動調整列高
要如何將 Windows Form 的畫面存成圖片呢?
最近同事 馬克 詢問一個作業會發生「已超過連接 Timeout 的設定。在作業完成之前超過逾時等待的時間,或者是伺服器未回應」的錯誤。
在前一篇中,如果要透過 Aspose.Cells 將 Excel 轉出 PDF ,要讓 自造字(EUDC, PUA)可以顯示的話。
我們要將 Excel 的字型改成 放到 Fonts 目錄裡的 EUDC 字型。
但如果有一堆範本,要人去改不就 ...
當您在 Microsoft Visual Studio 之中加入 angularjs.TypeScript.DefinitelyTyped 後,
建置專案時,發生以下的錯誤
TS2304 Cannot find name 'Promise'
我們有個客戶的 使用者自造字(EUDC) 是 Link 到 標楷體,
所以當我們透過 Aspose.Cells 將 Excel 轉出有自造字(EUDC)的 PDF 時,
那些 自造字(EUDC) 在 PDF 中就會呈現錯誤的字,如下,
最近透過 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,要如何做呢?
當您裝完 VS 2015 時,在 Command Line 上輸入 dnvm 時,
如果出現「'dnvm' 不是內部或外部命令、可執行的程式或批次檔。」的訊息,
同事反應透過 NPOI 設定合併儲存格(跨欄置中) AddMergedRegion 卻沒有效果,