Html Code
<input id=name1 type=checkbox>
JS Code
if ($('#name1').is(':checked')) {
2013年11月11日 星期一
2013年11月10日 星期日
2013年11月9日 星期六
2013年11月8日 星期五
將 CSV 透過 SQL 語法匯入 MSSQL
SELECT * FROM OPENROWSET('MICROSOFT.JET.OLEDB.4.0','Text;Database=C:\;','SELECT * FROM [import.csv]')
2013年11月7日 星期四
Godaddy SSL 更新
從 Godaddy 下載 SSL 檔
一個壓縮檔有兩個檔案
1.[你的域名].crt
2.gd_bundle.crt
將第二個檔案內容增加到第一個
指令
cat gd_bundle.crt >> [你的域名].crt
重新啟動伺服器
nginx restart
參考資料:
Configuring HTTPS servers
http://nginx.org/en/docs/http/configuring_https_servers.html#chains
CentOS 6.4上面的 Nginx + php-fpm + SSL + VirtualHost 設定
http://blog.jangmt.com/2013/04/centos-64-nginx-php-fpm-ssl-virtualhost.html
Godaddy SSL 購買與安裝
http://www.gcos.me/2013-08-08_buy-ssl-from-godaddy.html
鴨七 SSL 憑證購買記
http://blog.yorkxin.org/posts/2009/02/23/buying-a-turbo-ssl-cert
一個壓縮檔有兩個檔案
1.[你的域名].crt
2.gd_bundle.crt
將第二個檔案內容增加到第一個
指令
cat gd_bundle.crt >> [你的域名].crt
重新啟動伺服器
nginx restart
參考資料:
Configuring HTTPS servers
http://nginx.org/en/docs/http/configuring_https_servers.html#chains
CentOS 6.4上面的 Nginx + php-fpm + SSL + VirtualHost 設定
http://blog.jangmt.com/2013/04/centos-64-nginx-php-fpm-ssl-virtualhost.html
Godaddy SSL 購買與安裝
http://www.gcos.me/2013-08-08_buy-ssl-from-godaddy.html
鴨七 SSL 憑證購買記
http://blog.yorkxin.org/posts/2009/02/23/buying-a-turbo-ssl-cert
Apache 2.2.17 啟用 SSL
http://chiangchingchi.pixnet.net/blog/post/44718239-apache-2.2.17-%E5%95%9F%E7%94%A8-ssl
Nginx SSL 憑證安裝
http://gs.wis.com.tw/support/support_ssl_53.html
NGINX Http SSL Module
http://wiki.nginx.org/NginxHttpSslModule
2013年11月5日 星期二
訂閱:
文章 (Atom)