2007/08
23
2007/08
22
Wubi - The Easiest Way to Linux
Wubi is an unofficial Ubuntu installer for Windows users that will bring you into the Linux world with a single click. Wubi allows you to install and uninstall Ubuntu as any other application. If you heard about Linux and Ubuntu, if you wanted to try them but you were afraid, this is for you.
Defined tags for this entry: links
Last modified on 2007-08-22 10:57
2007/08
21
15 Cool Things About PHP That Most People Overlook
SPL - Standard PHP Library SPL - php标准库 新发现的大陆
Introducing PHP 5's Standard Library PHP5 SPL介绍
SPL - Standard PHP Library SPL - php标准库 新发现的大陆
Introducing PHP 5's Standard Library PHP5 SPL介绍
Defined tags for this entry: links
Last modified on 2007-08-21 00:45
2007/08
19
Interactive Linux kernel map
无(代)码胜有(代)码
A Great Web Developer is a Great Application Developer
无(代)码胜有(代)码
A Great Web Developer is a Great Application Developer
Defined tags for this entry: links
Last modified on 2007-08-20 13:52
2007/08
19
If programming languages were cars... 如果编程语言是一种车...
Defined tags for this entry: linux
Last modified on 2007-08-19 15:41
2007/08
18
如果机器支持apache配置文件.htaccess(一般虚拟机都是支持的),但是并不容许你修改php.ini文件时,你可以使用以下代码来修改一些变量:
只适用于php做为apache的module的情况
但是,不要使用
这样的内容,因为E_ALL是php.ini中定义的常量,在apache中是无效的,任何没有定义的常量都被会解释为0或者空值。
因此以上内容将被解释为不报告任何错误,而不是所有错误。
如果php是做为cgi加载的,那么你可以通过ini_set来实现
只适用于php做为apache的module的情况
php_value include_path ".:/usr/local/lib/php;"
php_value include_path ".:/usr/local/lib/php"
但是,不要使用
php_value error_reporting E_ALL
这样的内容,因为E_ALL是php.ini中定义的常量,在apache中是无效的,任何没有定义的常量都被会解释为0或者空值。
因此以上内容将被解释为不报告任何错误,而不是所有错误。
如果php是做为cgi加载的,那么你可以通过ini_set来实现
$include_path = ini_get('include_path');
ini_set('include_path', $include_path.':/home/rollenc/myphplib'); //注意Linux目录分割符是 : 和windows使用的 ; 不同
Last modified on 2007-08-24 06:45
2007/08
18
Quick Reference Cards 知识小卡片
Database Abstraction Layers Must Die!
Firefox narrowly misses 28% use in Europe Internet Explorer under 70% firefox在欧洲市场占有率达28%
Get started with Zend Framework MVC with the Zend_Controller Quick Start 终于把ZF的Hello world玩出来了。希望实际的操作,不要给我带来对ZF更多的失望。改观,就这一次机会。
Quick Reference Cards 知识小卡片2
socket编程原理
Database Abstraction Layers Must Die!
Firefox narrowly misses 28% use in Europe Internet Explorer under 70% firefox在欧洲市场占有率达28%
Get started with Zend Framework MVC with the Zend_Controller Quick Start 终于把ZF的Hello world玩出来了。希望实际的操作,不要给我带来对ZF更多的失望。改观,就这一次机会。
Quick Reference Cards 知识小卡片2
socket编程原理
Defined tags for this entry: links
Last modified on 2007-08-18 07:57
2007/08
15
Transplanted Real-World Business Models 现实世界的商业向互联网的转移
The mail-order model 以邮件,包裹的形式销售现实产品。 案例:amazon.com
The advertising based model 广告模式 许多的搜索引擎公司和一些免费站点 案例:yahoo, sina,
The subscription model 订购模式。在很多的音乐站点和成人站点的可以发现这种模式,付费购买之后,获得更多的信息。
The free trial model 免费试用。 即软件中的共享软件模型
The direct marketing model 直接的市场联系 以垃圾邮件,垃圾回复为代表,直接宣传实际市场的资料等,如培训,发票等
The real estate model 资产模型 如域名,Email名等
Incentive scheme models 坑蒙拐骗型 利用抽奖,优惠卷,“免费”服务等,诱导用户点击广告或者提供其私人信息 一些web调查机构使用此模式
Business to Business B2B模式
Combinations of the above models. 综合模式
Native Internet Business Models 纯粹的互联网模式
Unlike the real-world the native economy of the Internet is not based on scarcity but on abundance.
与real-world Model的区别:基于流量,而不是用户
The library model 图书馆模式 指企业站,大学信息站等
The freeware model 免费软件模式 当这个软件被广泛使用后,再发布一些其他的收费或增值版本。 案例:netscape
The information barter model 出卖信息模式 把本站的用户信息出卖给其他的公司 一些新闻资讯站精于此道
Digital products and the digital delivery model. 数字产品和数字产品发送。 数字资料是免费的,但当你需要它的实体时,你需要邮寄它们。利润就在这里。
The access provision model 访问入口提供商 即ISP
Web site hosting and other Internet services. 网站空间或其他服务提供,并在上面放置广告以盈利。
来源: A Taxonomy of Internet Commerce by Paul Bambury
The mail-order model 以邮件,包裹的形式销售现实产品。 案例:amazon.com
The advertising based model 广告模式 许多的搜索引擎公司和一些免费站点 案例:yahoo, sina,
The subscription model 订购模式。在很多的音乐站点和成人站点的可以发现这种模式,付费购买之后,获得更多的信息。
The free trial model 免费试用。 即软件中的共享软件模型
The direct marketing model 直接的市场联系 以垃圾邮件,垃圾回复为代表,直接宣传实际市场的资料等,如培训,发票等
The real estate model 资产模型 如域名,Email名等
Incentive scheme models 坑蒙拐骗型 利用抽奖,优惠卷,“免费”服务等,诱导用户点击广告或者提供其私人信息 一些web调查机构使用此模式
Business to Business B2B模式
Combinations of the above models. 综合模式
Native Internet Business Models 纯粹的互联网模式
Unlike the real-world the native economy of the Internet is not based on scarcity but on abundance.
与real-world Model的区别:基于流量,而不是用户
The library model 图书馆模式 指企业站,大学信息站等
The freeware model 免费软件模式 当这个软件被广泛使用后,再发布一些其他的收费或增值版本。 案例:netscape
The information barter model 出卖信息模式 把本站的用户信息出卖给其他的公司 一些新闻资讯站精于此道
Digital products and the digital delivery model. 数字产品和数字产品发送。 数字资料是免费的,但当你需要它的实体时,你需要邮寄它们。利润就在这里。
The access provision model 访问入口提供商 即ISP
Web site hosting and other Internet services. 网站空间或其他服务提供,并在上面放置广告以盈利。
来源: A Taxonomy of Internet Commerce by Paul Bambury
Defined tags for this entry: 转载
Last modified on 2007-08-15 06:15
2007/08
15
A Taxonomy of Internet Commerce by Paul Bambury 互联网经济的分类
Not modified
2007/08
14
Free Software Sticker Book 开源软件的张贴图标
Xpath functions Xpath函数,部分需要XSLT2.0支持
Episode 23: Architecture Pt. 1
XML in PHP 5 - What's New?
Xpath functions Xpath函数,部分需要XSLT2.0支持
Episode 23: Architecture Pt. 1
XML in PHP 5 - What's New?
Defined tags for this entry: links
Last modified on 2007-08-14 07:37
2007/08
10
2007/08
9
UGLY! UGLY! UGLY! UGLY! UGLY! UGLY! UGLY! UGLY! UGLY! UGLY! UGLY!
Last modified on 2007-08-11 01:23
2007/08
7
2007/08
6
个人提升 – 你在哪个境界? 从事业上将,粗略一点说,我应该在第一级尾,第二级初,同时在准备第三四级。
100个最佳Web 2.0网站
100个最佳Web 2.0网站
Defined tags for this entry: links
Last modified on 2007-08-06 02:57
(Page 1 of 2, totaling 19 entries)













