Blogspot - calos-tw.blogspot.com - PHP 程式 學習 筆記本

Latest News:

[css] for 各種瀏覽器文字, url 自動斷行or 換行 16 Aug 2013 | 02:40 pm

參考連結 -ms-word-break: break-all; word-break: break-all; /* Non standard for webkit */ word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;

[angular] filter 13 Aug 2013 | 08:44 pm

var homeModule = angular.module('HomeModule', []); homeModule.filter('titleCase', function(){ var titleCaseFilter = function(input){ var words = input.split(' '); for(var i = 0; i < words.length; i++)...

設定 自己的 Github 19 Jul 2013 | 04:07 pm

 首先須要先去github 建立一個帳號. ex: xxx@gmail.com $ git config --global user.email "xxx@gmail.com" # Set a new email $ git config --global user.email # Verify the setting 在自己linux 環境下產生 public key $ cd ~/.s...

CSS3 box-shadow (盒子陰影) 3 Jul 2013 | 08:29 am

HTML: <ul class="box"> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> </ul> CSS: ul.box { position: relative; z-index: 1; /* prevent shadows falling behind containers with backgrounds ...

[ECSHOP] 整合ezship (全家 /ok) 超商取貨與超商付款. 22 May 2013 | 06:48 am

一般網路店家, 當出貨量大的時候, 會建議使用 Ezship 來整合整個訂單出貨流程. 收費標準 : Ezship 收費標準 ◎ 新版『輕鬆袋』每只售價 49元,可於 OK、萊爾富、全家 等通路寄件,可設定 OK、萊爾富、全家門市取件,具交叉互寄功能。 ◎ 『迷你袋』每只售價 30元,可於 OK、萊爾富 兩大超商門市寄件,可設定 OK、萊爾富 門市取件,具交叉互寄功能。 『輕鬆袋/迷你袋』預...

利用DocumentFragment加快DOM渲染速度 10 May 2013 | 09:29 am

利用DocumentFragment加快DOM渲染速度 function CreateNodes(){ for(var i = 0;i < 10000;i++){ var tmpNode = document.createElement("div"); tmpNode.innerHTML = "test" + i + " "; document.body.appendChild(tmpNode)...

[HTML]測試與實做pushstate . 3 May 2013 | 09:28 am

HTML5用了新的API,history.pushState和history.replaceState,就是通過這個接口做到無刷新改變頁面URL的。 主程式 index.html Push state <!-- $(document).ready(function(e) { $("a").click(function(e){ if (

[ubuntu] Ruby on rails 安裝後, bundle install 出現 "Error installing mysql2: ERROR: Failed to build gem native extension." 20 Apr 2013 | 12:58 pm

執行下列指令就可以了~ sudo apt-get install libmysql-ruby libmysqlclient-dev

[Javascription] try ... catch 或 window.onerror 6 Apr 2013 | 05:10 am

透過下列方式可以捕捉Error message . try{ code... }catch(e){ console.log(e.message); } 後來看到另一個方式, 感覺也不錯, 可以捕捉到所有Error message . window.onerror = function(e){ console.log("caught error: "+e); return true;}

[ubuntu] 偵測無網路時自動關機 4 Apr 2013 | 08:20 am

最近Ubuntu 有時候會開機後抓不到網路, 所以自然SSH 進去, 只好寫一支shell 去重啟電腦. cd /etc/init.d 將下列存成 sudo vi check_network.sh #!/bin/sh target=192.168.1.1 if ! ping -qnc 1 -w 1 $target > /dev/null ; then sleep 120; if ! ping...

Related Keywords:

mongodb, jquery bind, php referer, php http referer, php import csv, realaudio cook 44100hz stereo, php server referer, memcache php 作用, jquery load html

Recently parsed news:

Recent searches: