Search recorders, fast memo
game | reicmemo | 八月 24, 2008,13:40
Web site | reicmemo | 七月 03, 2008,16:15
Windows:
Unix 與 Linux:
- 用系統管理員登陸系統。
- 停止MySQL的服務。
- 進入命令窗口,然後進入MySQL的安裝目錄
- 跳過權限檢查啟動MySQL,mysqld --skip-grant-tables
- 重新打開一個窗口,設置root的新密碼
- 進為 mysql 中的 bin 目錄
- 利用 mysqladmin 來更新
- 執行 mysqladmin -u root flush-privileges password "你的新密碼"
- 再執行 mysqladmin -u root -p shutdown
- 利用 mysql 來進行更新
- 執行 mysql
- >use mysql;
- >update user set password=password('你的新密碼') where user ='root';
- >flush privileges;
- >exit
- 再執行 mysqladmin -uroot -p shutdown
- 再用正常模式啟動Mysql
- root 的密碼已經重新設定成功,可以用新設定的密碼登入了。
- 停止 mysql 的程序;
- 使用--skip-grant-tables參數啟動MySQL Server
- 執行 mysqld_safe --skip-grant-tables &
- 為root@localhost設置新密碼
- 利用 mysqladmin 來更新
- 執行 mysqladmin -u root flush-privileges password "你的新密碼"
- 再執行 mysqladmin -u root -p shutdown
- 利用 mysql 來進行更新
- 執行 mysql
- >use mysql;
- >update user set password=password('你的新密碼') where user ='root';
- >flush privileges;
- >exit
- 再執行 mysqladmin -uroot -p shutdown
- 重啟MySQL Server
Unix | reicmemo | 六月 20, 2008,13:20
if [ -f testfile ]
then
echo testfile exists!
fi
Web site | reicmemo | 六月 04, 2008,15:47
Enter Microsoft Conditional Comments. Each different IE/Windows version can be detected, and there is much more detail about how they can be used by following that link but suffice to say because I don't want to be incorporating multiple IE stylesheets and to keep things as simple as possible for these particular menus, I'm using a general one to target all versions of IE/Windows:
<!--[if IE]> <style type="text/css" media="screen"> </style> <![endif]-->
By putting that comment after all the other CSS rules, to ensure the integrity of the Cascade, we're asking IE/Windows only to read and apply whatever styles or linked stylesheet are within that comment. Any other browsers will ignore it.
Freeware | reic | 三月 30, 2008,20:14
bubbl.us: http://www.bubbl.us
Flowchart.com:目前還在測試階段,需要填寫email等候邀請函(或找有帳號的人邀請你)才能使用。功能豐富,還有相當多的美工圖案可供使用。
Gliffy:另一個功能強大的繪圖網站,流程圖、組織圖、心智圖、室內設計圖、網路拓樸圖幾乎都包了,不過免費帳號只能有三個私有文件。
Mind42:完全免費,而且好用的線上mindmap網站,界面簡單、直覺化,推薦使用。
Mindomo:界面漂亮、好用,還有很多種的佈景主題能選擇,不過免費帳號只能有三個私有文件,是較可惜之處。
Freeware, Technology | reicmemo | 三月 28, 2008,13:43
你在工作上常需要列印一些印有格線的紙張嗎?這套免費的「Grapg paper printer」軟體,可以印出20種繪圖紙,從各式的方格紙、網點紙、樂譜紙,到專業的韋伯圖、指數對數圖、笛卡兒圖等,格線及紙張均可自由的設定,相 當的方便、準確、好用,常需要繪圖的人士不可錯過這套好軟體喔!..(全文)
Graph Paper Printer 4.03
官方網站: http://pharm.kuleuven.be/pharbio/gpaper.htm
下載點:http://pharm.kuleuven.be/pharbio/gpaper.exe (384KB)
Freeware, Technology | reicmemo | 三月 28, 2008,13:40
知名的防毒軟體廠商「ESET」公司推出了一套免費的系統安全分析軟體–「SysInspector」,它能夠蒐集並分析你的Windows中的各種詳細資料,並以顏色顯示危險的等級(1~9級),協助你找出電腦的問題或修正安全問題,並可產生詳細的報表,是個相當實用的好軟體! ...(全文)