PHP.INI 打開DeBug模式

你學PHP 應該是PHP5 , 所以預設都會把錯誤訊息關起來, 我還是習慣把他打開. 
你可以研究看看看 PHP.INI 這個設定檔 內的error_reporting 跟DISPLLY_ERRORS 二個 設定值. 我習慣的設定是用下面這個. 
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED 
display_errors = On

 


zer931 發表在 痞客邦 留言(0) 人氣()

from http://blog.xuite.net/ahdaa/blog1/34061193

 

這兩個是Javascript的特殊資料類型 

null
意指『沒有值』。被視為一個物件(object)。
1 <script type="text/javascript">

zer931 發表在 痞客邦 留言(0) 人氣()

Zend Debugger Socket link error

錯誤訊息

<b>Fatal error</b>:  Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/usr/local/zend/mysql/tmp/mysql.sock'

解法一

zer931 發表在 痞客邦 留言(0) 人氣()


phpMyAdmin sql query that uses parameters

set
@id:=123;

zer931 發表在 痞客邦 留言(0) 人氣()

懶了整理 哈哈 先記錄網址就好

 

Jax 的工作紀錄

http://jax-work-archive.blogspot.tw/search/label/PDO

zer931 發表在 痞客邦 留言(0) 人氣()

 

測試一

find ./-name *.m -print0 | xargs -0 genstrings -o en.lproj

失敗 原因懶得查

 

zer931 發表在 痞客邦 留言(0) 人氣()

實作 TableView Section 展開/收合

 from http://blog.yslin.tw/2011/09/tableview-section.html
iPhone中的UITableViewController變化真的很多!
最近剛好需要實作展開/收合的功能,效果如圖所示:

zer931 發表在 痞客邦 留言(0) 人氣()

分享一个搭建php版push服务器的流程

from http://www.cocoachina.com/bbs/read.php?tid-30410.html

 

分享一个搭建php版push服务器的流程,顺便提2个问题.   

 

zer931 發表在 痞客邦 留言(0) 人氣()

Push pem文件生成步骤

from http://www.ixiaohuaxiaocao.net/2012/push-pem%E6%96%87%E4%BB%B6%E7%94%9F%E6%88%90%E6%AD%A5%E9%AA%A4

 

其中pem生成

zer931 發表在 痞客邦 留言(0) 人氣()

mac  eclipse 設定php debugger 

 

設定php debug 有兩種

第一種是zender debug

zer931 發表在 痞客邦 留言(0) 人氣()