首页/Home
 

热门文章

New Microsoft Logo: NOT An Apple Font
新闻 - 最近新闻

Today, I saw a post "NEW MICROSOFT LOGO LOOKS LIKE APPLE CORPORATE FONT", in which the author described himself "a trained graphic artist and I have worked with fonts for over twenty years". And the author also posted a picture:

new microsoft looks 

 

查看全文...
 
Another City Day Chrome Theme

China users could not add applications to Chrome Web Store. So the only way I think I can share my favorite theme is uploading it here.

The city view was taken at West Hill of Beijing.

A screenshot:

Another City Day 

 

Download link:

查看全文...
 
Finally, it's the end of the world
备忘 - 备忘

end of the world

end of the world

查看全文...
 
免费 VPN (注册链接)
Web - Web Generals

给各位一个免费的 VPN: VPNCUP。

个人很喜欢。很好用。支持 Windows, Mac, 及各种手机(本人测试过本人的三星,安卓系统;iphone [3g, 4, 4s] 也可以)。

大家可以用下面的链接进行注册:

 

http://vcup.in/x9t 

( 如果上面的链接无法使用,请尝试:http://goo.gl/SlrCJ )

 

上面的链接不需要先翻墙。能直接访问。

以后上 Facebook, Twitter, blogspot, hulu, ..., 就不用再发愁啦!!! 

欢迎大家分享、转发。让更多的人享受自由的网络。 

 

如果大家遇到了问题,也欢迎在下面留言或发邮件到 skylarkbj  AT 163 . com, 进行讨论。

 
PHP 5.4 较 5.3 之改进总结
PHP - Articles & Reviews

总体感觉,进步不止一点点。 

先用数字说话

测试脚本             V5.3.8       V5.4          %  
bench.php  3.383s  
2.615s 23%
13100000B 12592752B 4%
micro_bench.php     22.956s      10.637s      54%
891640B 347400B 61%

 

上面是纯粹从测试脚本得出的数据。 

下面是网上提供的一份常见CMS的综合测试结果。

查看全文...
 
北京市交管局
新闻 - 最近新闻

我们已经进入21世纪10年了,上互联网也不是一天两天了。 年底了快,想查查违章,再处理一下,就拜访了一下我们的市交通管理局的网站。真是让人印象深刻。。。。。

bjjtgl

 强制我交税,交保险,车船税,年检,...,的时候可没听他们问我用的是IE6还是IE7啊。。。。

查看全文...
 
The story of "/dev/null 2>&1"
OS - Unix
What we are talking is about the difference between “>/dev/null 2>&1″ and “2>&1 >/dev/null”.
 
A.  “>/dev/null 2>&1″:
- redirects stdout(1) to the file /dev/null
- THEN redirects stderr(2) to stdout(1)
 
B.  “2>&1 >/dev/null”:
- redirects stderr(2) to stdout(1)
- THEN redirects stdout to the file /dev/null
 
查看全文...
 
NoSQL: Cassandra, MongoDB, CouchDB, Redis, Riak, HBase, Membase, Neo4j
数据库 - Essay & Review
While SQL databases are insanely useful tools, their monopoly of ~15 years is coming to an end. And it was just time: I can't even count the things that were forced into relational databases, but never really fitted them.

But the differences between "NoSQL" databases are much bigger than it ever was between one SQL database and another. This means that it is a bigger responsibility on software architects to choose the appropriate one for a project right at the beginning.

In this light, here is a comparison of Cassandra, Mongodb, CouchDB, Redis, Riak, Membase, Neo4j and HBase:

查看全文...
 
There is no pain in Heaven
新闻 - 最近新闻

Steve Jobs

 

Steve Jobs

 

Steve's family

Steve died peacefully today surrounded by his family.
In his public life, Steve was known as a visionary; in his private life, he cherished his family.

查看全文...
 
PHP 之 Undefined symbols for architecture x86_64
PHP - Basics

错误标题

Undefined symbols for architecture x86_64 

详细内容

 

Undefined symbols for architecture x86_64:
"_res_9_init", referenced from:
_zif_dns_get_mx in dns.o
_zif_dns_get_record in dns.o
_zif_dns_check_record in dns.o
"_res_9_search", referenced from:
_zif_dns_get_mx in dns.o
_zif_dns_get_record in dns.o
_zif_dns_check_record in dns.o
"_res_9_dn_skipname", referenced from:
_zif_dns_get_mx in dns.o
_zif_dns_get_record in dns.o
"_res_9_dn_expand", referenced from:
_zif_dns_get_mx in dns.o
_php_parserr in dns.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [libs/libphp5.bundle] Error 1

 

解决方案 

查看全文...
 
Mac上禁止Apache开机启动
Web服务器 - Articles

因为要装 Nginx, 所以想禁止 Apache 在开机时自动启动。

网上给的较多的方法是:

系统偏好设置 -> 共享 -> 把 Web共享 取消就行了。

但这招对我好像不太管用。又不想把它卸掉,毕竟还要用它的 ab 之类的命令。所以只能想办法不让其自动启动 httpd,不要占用我的80端口。

查看全文...
 
PHP Namespace 直接与间接使用
PHP - Advanced Programming

这个问题,不用命名空间永远也碰不到。用了的话,或许碰得头破血流也想不到。

这段代码:

$controller = '\SomeSpace\SomeClass';
$data = $controller::someMethod($invalidate);

有啥问题?而直接用:

$data = \SomeSpace\SomeClass::someMethod($invalidate);

肯定没问题。

到底出了什么问题???

查看全文...
 
«StartPrevious12345678910NextEnd»

Page 1 of 11
 
Shelley Shyan's Profile

Shelley is a Web Architect living in Beijing, China. He works on various Internet based projects and is also a freelance consultant. Site in English.

Zend Certified Engineer RSS Feed

Follow Shelley On Twitter

在线统计

当前共有 337 访客 在线