原创 Resin 3.1 pro版本中集羣與負載均衡的實現

http://www.blogjava.net/jelver/articles/183449.html

原创 create database 指定編碼

create database db_rdm DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;c

原创 查看數據庫,表,的文件大小

selectconcat(round(sum(DATA_LENGTH/1024/1024),2),'MB') asdata  fromTABLES wheretable_schema='apoyl'andtable_name='apoyl

原创 memcache 使用

轉自:[url]http://www.iteye.com/topic/264010[/url]1 Memcache是什麼Memcache是

原创 全面理解javascript的caller,callee,call,apply概念

看了網上的一篇文章 記下代碼,備用<script language="JavaScript">/**//* * 演示arguments的用法,如何獲取

原创 處理mysql數據的批處理

c:cd C:\Documents and Settings\Administratormysql -h172.16.59.33 -uroot --d

原创 tcpdump

sudo /usr/sbin/tcpdump -Xs0 -ieth1 tcp port 10513 and  not host 10.128.14.215 and not host 10.128.14.191

原创 exploxer修復

for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1

原创 linux修改open files數

概要:linux系統默認open files數目爲1024, 有時應用程序會報Too many open files的錯誤,是因爲open files 數目不夠。這就需要修改ulimit和file-max。特別是提供大量靜態文件訪問的w

原创 android linux開發環境搭建

1.u盤,安裝ubuntu12.04    1.1 下載ubuntu-12.04.4-desktop-i386.iso(官網)    1.2 下載Universal-USB-Installer-1.9.5.2.exe.zip,u盤安裝u

原创 Struts2國際化

1.國際化(Internationalization),使程序在不改動代碼的情況下,從一種語言切換到另外一種語言   2.java 內置國際化     1.定義國際化文件,       message.properties(沒有找到對於

原创 ie8 to ie6

如果有人在安裝IE8之後,發現對IE8不習慣,想卸掉IE8 現在提供微軟官方提供的比較徹底的卸載IE8的好方法,不需要藉助其他,用微軟系統裏的Spuninst就可以完美解決,我自己經過測試,先安裝IE8之後,用這個方法可以很好的卸載掉

原创 安裝mysql5.5,出現內存00X00000000 無發read

安裝mysql5.5時候,最後一步出現內存00X00000000 無發read 什麼的錯誤(mysql應用錯誤) 解決方法1 停止mysql服務 cmd->:net stop mysql2 卸載mysql, 用你喜歡的工具卸掉。3 刪除m

原创 樣式bootstrap

  http://www.sproutmobi.com/   http://www.breakingnews.com/       這有一些theme   http://wrapbootstrap.com/   http://ajko

原创 mongodb導出

./mongoexport -host ip:port -d db -c table -f upload_time,contact_all -q "{'pro' : '3'}"  -csv -o /tmp/qzone.csv     ht