目前分類:軟體開發筆記 (27)

瀏覽方式: 標題列表 簡短摘要

重新複習JavaScript : 不要再用for迴圈,還有更多選擇。

回檔參數

文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

SimpleDateFormat format= new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZZZZZ",Locale.getDefault());

 

Kenneth 發表在 痞客邦 留言(0) 人氣()

​Android Base 64 encode and decode example code

 

文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

I check message i Android Monitor. 

I found " socket failed: EACCES (Permission denied)"

文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

這裏的“鼠標交互”並不是指 addEventListener 提供的交互——雖然也會用到——而 是另一個更具體的問題:鼠標沒有3D坐標,怎麽和三維空間裏的物體交互?想象 一下,如果我們在3D視圖上單擊了一下鼠標,要怎麽找到被單擊的3D對象?
文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

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.

文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&language=EN"></script>

zh-CN 簡中

文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

網頁前端自動化工具 – Grunt

安裝Grunt

Grunt是基於node.js所撰寫,所以必須先確保電腦中有安裝node.js,可以在以下網址中下載並安裝node.js

文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

Kenneth 發表在 痞客邦 留言(0) 人氣()

figure2  

 

文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

在 ASP.NET 上使用 MongoDB 進行 CRUD 的操作,MongoDB 對 C# 語言進行了支援並提供了 C# 操作的 Driver,在接下來的步驟裡就是要透過使用 MongoDB C# Driver 來進行操作。

 

文章標籤

Kenneth 發表在 痞客邦 留言(1) 人氣()

MongoDB 建議安裝 64 位元版本,因為 32 位元版本最大儲存量只有 2GB 。而在安裝限制的話,Windows 環境下支援 XP 版本以上的作業系統。

資料來源 MongoDB 官方網站

文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

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:

文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

Write Concern Reference

Write concern describes the guarantee that MongoDB provides when reporting on the success of a write operation.

 

文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

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?

 

文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

AngularJS Route 和Controller 分開存至不同的js檔案,Route應該只有一個但是Controller會有很多個,通通放在一個檔案就很整理和看。

 

文章標籤

Kenneth 發表在 痞客邦 留言(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

文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

 

設定

文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

有時候我們產生的URL連結是又臭又長,很不美觀. 所以會常用縮短連結。 最常用的就是 Google URL shortener

 

文章標籤

Kenneth 發表在 痞客邦 留言(0) 人氣()

參考google的Set up POP in mail clients」,smtp 要使用 TSL,而 Port 可使用 587 。

於是使用以下簡單的Code來測試,

Kenneth 發表在 痞客邦 留言(1) 人氣()

1 2