the following link for flash access 2.0 document
http://www.javaeye.com/news/17215
and, original link: http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books
Maybe some link was blocked.
转载: http://cn.wsj.com/gb/20100406/hea083900.asp
theme.inc 阅读笔记:
笔前语: drupal的函数写的还是相对比较复杂的,但是每个函数都有一个中心思想,那是这个函数的主要任务或意图,看一个函数首先要看明白这个。其次,玩儿drupal眼界要高一些, 放眼全局才有更多收获。
;; _init_theme(); 篇:
目标: 弄明白这个函数到底干了什么,注释信息太笼统,没有意义。
背景: 该函数在theme(); 函数初始阶段被选择性调用。
after you install kaltura module for drupal, the default kaltura CE server is www.kaltura.com, you should reset the kaltura_settings.php, following is the detail information from kaltura official website:
the first it does not work in windows. and a document about kaltura installation: http://code.google.com/p/build-your-own-video-site/wiki/KalturaServerCES...
the second, after unzip the kaltura package ,and generally, you need to copy or move the content to another webroot place, then you should check if .htaccess have been move or copy to currect place, I got this error for three times.
已经有一个多星期没有做之前的项目开发了,很多程序和当时开发的代码都忘的差不多了。 一个偶然的调试,找到了自己之前测试的代码调试信息,感觉很是欣慰。
另外, firefox 的
经过将近7天的工作,今天终于完成了我的第一份python 开发任务,从学习到开发,一共只有7天时间,第一套程序,看起来,运行还可以,但是仍然有很多问题,实用SQLITE数据库,在最初设计的时候,不晓得不能够多进程同时操作一个库,导致,数据成了堆栈,只能单进程依次操作
, 很无奈,不过也发现SQLITE简单的操作速度还是非常快的。
PYTHON和PHP相比,确实比较适合快速服务器端开发,具有良好的灵活性和便捷开发性,package也很多,支持很完善。
缺点就是,很多包使用起来,不是那么方便,package,module,class,function 等几层操作,比较混乱,很多名字空间,根本不知道如何使用,而且在手册中看到的一些用法,也因为包关系问题,无法使用。所以我的第一个项目,到最后也只能使用一些,比较基础的包。很多python的功能,并没有使用出来。
其次,python在服务器端开发方面,兼有shell脚本,的优势,可以说上下兼顾,效果不错,对于服务器端脚本快速开发,很有帮助。
总体而言,python对于Linux爱好者而言,还是非常值得学习的一门语言。收获颇丰。