幻覺漸漸變大隻了......
2011年12月6日星期二
PHP計算字串相似度
$str1 = 'this is a pen.';
$str2 = 'is this a pen?';
similar_text($str1, $str2, $percent);
echo $percent;
2011年12月5日星期一
javascript移除千分位符號
xyz = parseInt(xyz.replace(",",""),10);
在A標籤中使用onclick=location.href進行轉頁
在A標籤中使用onclick=location.href進行轉頁
範例:
<a href='http://tw.yahoo.com' onclick="location.href='http://www.google.com/';
return false;
">test</a>
重點在於紅字部分的 return false;,讓href的內容失效。
2011年10月28日星期五
Ubuntu Apache錯誤: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
修改/etc/apache2/apache2.conf,加入
ServerName 127.0.0.1
Ubuntu tw.archive.ubuntu.com 連線失敗
先備份source.list
cp /etc/apt/source.list /etc/apt/source.list.bak
取代
vi /etc/apt/source.list
:%s/tw.archive.ubuntu.com/mirror.nttu.edu.tw/g
較舊的文章
首頁
訂閱:
文章 (Atom)