2013年10月5日 星期六

常用網路資源區

文書處理
OpenOffice.org http://www.openoffice.org/download/other-341.html

影像處理
Gimp http://www.gimp.org/

檔案傳輸
FileZilla https://filezilla-project.org/

程式設計
Dev-c++  http://www.bloodshed.net/download.html
Borland C++ Builder http://www.brothersoft.com/borland-c++-builder-118249.html
Pyhton  http://www.python.org/
Ruby http://rubyinstaller.org/downloads/
Visual Studio Express 2012(試用版) http://www.microsoft.com/visualstudio/cht/downloads

編輯器
PSPad  http://www.pspad.com/
Notepad  http://notepad-plus-plus.org/download/v6.5.html
Vim http://www.vim.org/
Sublime http://www.sublimetext.com/
Emacs http://www.gnu.org/software/emacs/

壓、解壓縮
7-zip http://www.7-zip.org/

遠端登入
Pietty http://ntu.csie.org/~piaip/pietty/
雲端儲存
dropbox  https://www.dropbox.com/
臺南市飛番雲  https://www.dcs.tn.edu.tw/

作業系統
CentOS  http://www.centos.org/
FreeBSD http://www.freebsd.org/
Debian  http://www.debian.org/
OB2D Dragon  http://b2d.ols3.net/ob2d-2013-v1-readme.html
Ubuntu  https://help.ubuntu.com/community/Installation/MinimalCD

架站
XOOPS http://www.xoops.org/
校園網站輕鬆架  http://campus-xoops.tn.edu.tw/

其他
Linux指令速查  http://oreilly.com/linux/command-directory/
WHATWG規格  http://developers.whatwg.org/
W3C規格 http://www.w3.org/TR/html5/
臺灣PHP聯盟  http://twpug.net/

2013年10月1日 星期二

修改資料庫無法寫入問題

1.登入phpmyadmin中若沒有phpmyadmin資料庫
2./var/www/phpmyadmin/scripts中copy creat_tables.sql並下載至桌面
3.利用phpmyadmin介面sql載入creat_tables.sql
4.清除快取,重新登入

5.xoops 忘記管理密碼
直接修pass
Varchar 選md5
輸入要改的密碼即可

大量建立帳號

1.利用calc建立以下3個欄位,再轉存csv檔
   stu60101:密碼
2.使用pspad將點符號以空白取代
3.存成txt檔格式
4.上傳server
5.a2enmod userdir
6.修改php5.conf設定,並註解<IfModule mod_userdir.c>以下整段