2016年2月20日 星期六

2016年2月19日 星期五

喔喔

喔喔,原來是這樣子喔

Bluetooth® 低功耗技術是自藍牙 v4.0 起的藍牙核心規範的組成部分。藍牙低功耗使得藍牙無線連接可以在低成本、低容量電池且電池壽命需能運作數月甚至數年的設備上使用。藍牙低功耗可使大量新的擴展應用能夠從藍牙無線技術中獲益,包括手錶、近接感應牌、運動和健身感測器、醫療保健感測器和遙控器。根據藍牙 SIG 指導原則,藍牙低功耗技術可歸為藍牙智慧標籤類別。
藍牙低功耗的主要功能包括:
超低峰值、平均值和閒置模式功耗
可使用標準錢幣型電池電池工作多年
低成本
多供應商互通性
增強的範圍
iOS 和 Android 移動平臺,以及包括 OSX、Windows 8 和 Linux 在內的大多數桌面平臺都官方支持藍牙低功耗。

2016年2月15日 星期一

Microsoft Visual Studio 2015 Installer Projects 安奘

在這安裝:
https://visualstudiogallery.msdn.microsoft.com/f1cc3f3e-c300-40a7-8797-c509fb8933b9
YA!! YA!!

不錯的文章,介紹使用方法:
http://blog.e-happy.com.tw/?p=236

Visual Studio .NET 的部署與安裝
http://blog.xuite.net/jiing.deng/jiing/3438323-Visual+Studio+.NET+%E7%9A%84%E9%83%A8%E7%BD%B2%E8%88%87%E5%AE%89%E8%A3%9D


建立Uninstall反安裝程式設定https://ccw1986.blogspot.tw/2013/03/visual-studio-2010uninstall.html

建立Installerhttp://vito-note.blogspot.tw/2012/02/installer.html

應用程式佈署大作戰 - 為Setup Project加入自訂的對話視窗以修改App.config的內容
https://dotblogs.com.tw/ouch1978/2011/08/11/visualstudio-setup-project-customize-app-config


Visual Studio Installer > How To Launch App at End of Installerhttps://stackoverflow.com/questions/3168782/visual-studio-installer-how-to-launch-app-at-end-of-installer

C# 列舉 serial port

SerialPort.GetPortNames
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport.getportnames(v=vs.90).aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-2

簡單...YA!!

C# USB插入/移除 study

C# 偵測(Detection)USB的插入(Insert)以及HID的插入和拔除(Remove)

http://tedprogramming.blogspot.tw/2010/01/c-detectionusbinserthidremove.html

自動偵測USB裝置的插入拔出
http://blog.xuite.net/yiguizi2003/blog/44376761

Detecting USB Drive Removal in a C# Program

http://www.codeproject.com/Articles/18062/Detecting-USB-Drive-Removal-in-a-C-Program


unsafe 程式碼:

搞了好久,摸不著頭緒,原來是在

project-->properties(最底下那一個)--->Build , 找到 Allow unsafe code 打勾就可了........^^

編譯器錯誤 CS0227  

 
 
 
只有在編譯時指定了 /unsafe,才會出現 unsafe 程式碼。