Ocean 學習筆記
Flex,Flash,ActionScript3.0 , HTML5 、Javascript、前端技術、Java。
2014年8月14日 星期四
ubuntu install less
›
Install less: $ npm install -g less compiler: $ lessc styles.less windows安裝法: http://contest-start.blogspot.tw/2014/06/nodejs-insta...
install bower
›
Bower目的是用來管理前端環境library的依賴關係。 Bower 需要 nodejs 與 git。 需先安裝: git windows ubuntu nodejs windows ubuntu Inst...
ubunto install nodejs
›
sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs Note: 1.測試 ,直接在linux終端機中輸入,node -h...
ubuntu install git
›
Install Git $ sudo apt-get install git Note:如果是windows則是使用msysGit Install Git GUI $ sudo apt-get install git-cola ...
2014年8月1日 星期五
NodeJS Send Request
›
NodeJS 發送HTTP請求套件 npm request git request 1. 在package.json 加上request項目 package.json { "name": "englistN...
2014年7月30日 星期三
nginx + tomcat + memcached (windows) 反向代理、負載平衡、sessione共享
›
環境: OS : winsows7 JDK : 7 準備軟體 Server nginx nginx文件 tomcat6 * 2 memcached (1.26 win 32 ) JAR memca...
2014年7月20日 星期日
Java MongoDB find _id
›
搜尋條件必須用 ObjectID( ),直接用String 會找不著。 BasicDBObject query = new BasicDBObject(); query.put("_id", new ObjectId(roleID)); ...
‹
›
首頁
查看網路版