顯示具有 Web 標籤的文章。 顯示所有文章
顯示具有 Web 標籤的文章。 顯示所有文章

2015年1月13日 星期二

centos apache server python 網頁

在 /etc/httpd/conf/httpd.conf

寫 AddHandler cgi-script .cgi .py


service httpd restart

chmod 755 /var/www/cgi-bin/test.py

OK~

2014年6月25日 星期三

centos install phpMyAdmin

快速:

http://www.krizna.com/centos/how-install-phpmyadmin-centos-6/

Configure phpMyAdmin:
http://tecadmin.net/how-to-install-phpmyadmin-on-centos-using-yum/#

2014年5月8日 星期四

blog如何嵌入程式碼

在HTML前面加這個:

<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>

把程式碼貼到: http://formatmysourcecode.blogspot.tw/ 格式轉完後貼到HTML裡 然後要加的tag這裡有寫: http://google-code-prettify.googlecode.com/svn/trunk/README.html