msgbartop
DoneVII CET & CPPLITE
msgbarbottom

12 Jan 09 PEAR 2009年1月12日更新

Tags:

13 Dec 07 PHP招聘信息-PHP/MySQL DEVELOPER-TORONTO

Divaris Alexander Corporation is looking for an experienced to contribute as a contractor in the current development of our based property tax platform.
Duties/ Responsibilities:
Database Modeling.
Preparation of application architecture.
Design and implement application.
We are looking for a well-organized, conscientious person with skills in programming and a working knowledge of MySQL. You will be required to interact with our team and deploy the application features quickly, maintaining quality and reliability.
Experience required:
Organizations Skills
Communication Skills (oral and written in English)
Understanding of standards
Working knowledge of XML, CSS and
4 and 5 (4 years +)
MySQL 4.11 and 5.1 (4 years +)
Additional Skills:
Working knowledge in a Environment
Knowledgeable in database modeling and tools(programs)
Flex 2 or 3 and
Coldfusion
Based in , Divaris Alexander Corporation, incorporated in 1987, provides property assessment and municipal tax consulting services for industrial, commercial, investment and special use property owners and occupants.
We require that you be based in and able to work onsite.
Apply via email to info[at]dival.com

Tags: , , , , , , , , , , , , , ,

29 Sep 07 PHP:set_error_handler ……need more

本来想自己写个 处理的 logger 结果发现通过 set_error_handler 没办法捕获到 fatal & parse 唉,真愁人呐。

.net 上也没有找到办法,后来反到是在 zend.com 上找到了解决 catch fatal 的办法就是在 auto_prepend_file 和 auto_append_file 上做手脚。

prepend 的文件里面有一个 string 里面是个 page 的 包括一个 script 可以把错误信息发送到 的一个 api 上。

而在 append 的文件里通过 ob_get_contents() 来把那个 string 给去掉,如果能去掉就说明程序中间的执行流程正确,无错,如果有 fatal 则没有办法到达 append 文件这步,所以会显示那个 页面。

方法还可以,但是因为每个 都要 prepend & append 可能效率会不行,和 Xuanyan 讨论了一小会暂时还是没有什么好办法来捕获 fatal & parse

:(

Tags: , , , ,

28 Sep 07 XCache & XDebug on road

终于配置上 XCache 和 XDebug 了,可惜的是 --bridge 一直没搞好,只有双击运行 JavaBridge 后才行,唉,要是能内置到 里就好了。

继续研究 &

如果说之前在 UUSee 是向上研究,既“抽象”、“架构”的话,那么来 IMobile 之后研究方向则是向下,研究底层,研究以前没注意到的更细节的地方了。

:)

Good days, good luck.

Tags: , , , , , , , ,