English
========================================================================
This topic will teach you how to add multi-language package in Windows 8.1
1. Press Win + R together and key "lpksetup.exe"
2. Select "Install display languages"
3. Select the "Browse" to choose the language which you want to add (The example add Frech)
4. Select I accept the license terms and click the Next
5. The system will install the language package
6. The language package install completed.
7. Go to Control Panel -> Clock, Language, and Region -> language and select Add a language
8. Select the langage which you added
9. Select Options -> Make this the primary language
10.Select Log off now
11. You will see the UI changed
中文
========================================================================
本篇文章會說明如何在 Windows 8.1 新增多國語言
1. 按下 Win + R 並輸入 "lpksetup.exe"
2. 選擇 "Install display languages"
3. 按下 Browse 選擇欲增加的語言後,按下 Next (範例增加法文)
4. 選擇 I accept the license terms 後,按下 Next
5. 系統進行安裝語言包
6. 安裝完成
7. 進入控制台 -> 時鐘、語言及區域 -> 選擇 Add a language
8. 選擇剛剛加入的語言
9. 選擇 Options -> Make this the primary language
10. 選擇 Log off now 進行語言的更換
11. 重新登入後,可以看出語言已經轉換成功
2016年1月29日 星期五
2016年1月21日 星期四
Azure Prepare development environment 準備開發環境 (Solve install Azure SDK can't find LocalDb error)
English
========================================================================
If you are creating a client application from scratch, use the Visual Studio package manager to add the latest version of the Microsoft.Azure.Devices.Client NuGet package to your project.
Reference: https://github.com/Azure/azure-iot-sdks/blob/master/csharp/device/doc/devbox_setup.md
中文
========================================================================
微軟 Azure 開發環境的準備,所需的軟體如下:
- Visual Studio
- Azure SDK for .NET
- NuGet package
- Application samples
1. 安裝 Visual Studio
Azure 的開發網站建議使用 Visual Studio 2015 進行開發
2. 安裝 Azure SDK for .NET
可以選擇 2015, 2013 和 2012 三個版本,我安裝的是 VS2015 的版本,安裝的連結如下:
在安裝 SDK 的時候,有些人會遇到以下的畫面,以致安裝無法順利進行
解決的方法如下:
- 打開 Visual Studio 2015,選擇工具 -> 擴充功能及更新
- 選擇 "更新" 把 "產品更新" 內的 "Microsoft AQL Server Update for database" 更新
- 安裝完成後,就可以正常安裝 Azure SDK
3. 安裝 NuGet 包
========================================================================
Prepare your development environment
This document describes how to prepare your development environment to use the Microsoft Azure IoT device SDK for C#.Visual Studio
Install Visual Studio 2015. You can use any version of Visual Studio 2015, including the Community edition.Azure SDK for .NET
Install the Azure SDK for .NET 2.7 or later. Use the following links to download the SDK installer for your version of Visual Studio:Some people will get below error message like can't find the LocalDb.
Here is the way to solve this problem.
1. Open the Visual Studio 2015 and go to Tool -> Extension feature and Update (Sorry for my language is Traditional Chinese)
2. Choose Update and update "Microsoft SQL Server Update for databa..."
3. You can install the Azure SDK correctly.
NuGet package
If you are creating a client application from scratch, use the Visual Studio package manager to add the latest version of the Microsoft.Azure.Devices.Client NuGet package to your project.
Reference: https://github.com/Azure/azure-iot-sdks/blob/master/csharp/device/doc/devbox_setup.md
中文
========================================================================
微軟 Azure 開發環境的準備,所需的軟體如下:
- Visual Studio
- Azure SDK for .NET
- NuGet package
- Application samples
1. 安裝 Visual Studio
Azure 的開發網站建議使用 Visual Studio 2015 進行開發
2. 安裝 Azure SDK for .NET
可以選擇 2015, 2013 和 2012 三個版本,我安裝的是 VS2015 的版本,安裝的連結如下:
在安裝 SDK 的時候,有些人會遇到以下的畫面,以致安裝無法順利進行
解決的方法如下:
- 打開 Visual Studio 2015,選擇工具 -> 擴充功能及更新
- 選擇 "更新" 把 "產品更新" 內的 "Microsoft AQL Server Update for database" 更新
- 安裝完成後,就可以正常安裝 Azure SDK
3. 安裝 NuGet 包
訂閱:
文章 (Atom)
OS Operating System 作業系統 恐龍書 筆記分享
發現一個作業系統說明的網站, 對於 process vs thread, semaphore vs mutex, deadlock 說明很詳細, 有興趣的人可以去以下的網頁逛逛。 附上網址連結: link link2
-
發現一個作業系統說明的網站, 對於 process vs thread, semaphore vs mutex, deadlock 說明很詳細, 有興趣的人可以去以下的網頁逛逛。 附上網址連結: link link2
-
English ======================================================================== We use sample code to implement the Serial port transmiss...
-
English ======================================================================== Today I will implement how to block keyboard and mouse on...