目前分類:軟體開發筆記 (27)
- Mar 25 Fri 2016 14:53
JavaScript 複習筆記 -迴圈 forEach, map, every, some, filter
- Feb 17 Wed 2016 15:24
Getting the current date/time on an android device
SimpleDateFormat format= new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZZZZZ",Locale.getDefault());
- Feb 17 Wed 2016 14:16
Android Base 64 encode and decode example code
- Feb 16 Tue 2016 14:16
Andriod call WebService and return statusCode is 0
- Jan 07 Thu 2016 14:12
Three.js 筆記 : Raycaster .
- Dec 06 Sun 2015 16:28
How can I enable auto complete support in Notepad++
Notpad++ 6.6.9
- Settings -> Preferences -> Auto-Completion -> Enable auto-completion on each input.
I find it very annoying though, since a big autocomplete block is always coming up and I would just like to see autocomplete when I press tab or a key combination. I am fairly new to Notepad++ though. If you know of such a key combination, please feel free to reply. I found this question via Google, so we can always help others.
- Dec 02 Wed 2015 17:35
Google MAP API 語系設定
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&language=EN"></script>
zh-CN 簡中
- Nov 13 Fri 2015 16:10
Grunt In Visual Studio
- Sep 26 Sat 2015 12:37
First Post for Hackpad
- Sep 24 Thu 2015 13:30
[MongDB] MongoDB 儲存引擎 --MMAPv1 and WiredTiger
- Sep 15 Tue 2015 15:52
[MongDB] MongoDB 基本新增、讀取、更新、刪除 (CRUD) 操作 with C# Driver
在 ASP.NET 上使用 MongoDB 進行 CRUD 的操作,MongoDB 對 C# 語言進行了支援並提供了 C# 操作的 Driver,在接下來的步驟裡就是要透過使用 MongoDB C# Driver 來進行操作。
- Sep 14 Mon 2015 13:32
[MongoDB] 在windows上安裝MongDB
MongoDB 建議安裝 64 位元版本,因為 32 位元版本最大儲存量只有 2GB 。而在安裝限制的話,Windows 環境下支援 XP 版本以上的作業系統。
資料來源 MongoDB 官方網站
- Sep 13 Sun 2015 12:56
M101P: MONGODB FOR DEVELOPERS
HOMEWORK: HOMEWORK 6.5
In this homework you will build a small replica set on your own computer. We will check that it works with validate.py, which you should download from the Download Handout link.
Create three directories for the three mongod processes. On unix, this could be done as follows:
- Sep 13 Sun 2015 01:42
[MongoDB] journal、W option and J option、Write concern
Write Concern Reference
Write concern describes the guarantee that MongoDB provides when reporting on the success of a write operation.
- Sep 10 Thu 2015 22:46
[MonogoDB]mongodb fork in windows
I have seen on tutorials that they use --fork
as parameter of mongod. But when I try to do so, it says unknown option --fork
. So how to --fork
mongodb on windows?
- Sep 10 Thu 2015 17:23
[AngularJS] Route 和 controller 分開存至不同的JS檔
- Sep 09 Wed 2015 15:43
C# 在數字面前補上0
I was having need that I need to pad number in 5 digit format. So following is a table in which format I need my leading zero format.
1-> 00001
- Sep 09 Wed 2015 15:35
[C#]用 immediate windows 調適
- Sep 05 Sat 2015 14:44
[AngularJS] Google URL Shortener
- Sep 05 Sat 2015 14:37
[.NET]透過 gmail 寄送 Mail,發生 SMTP 伺服器需要安全連接,或用戶端未經驗證 的錯誤