八
31
2009
八
31
2009
八
27
2009
The regular expression, as a pattern, can match all kinds of text strings helping your application validate, compare, compute, decide etc. It can do simple or very complex string manipulations. The list of possibilities is enormous when it comes to what you can achieve using regular expressions. You can take any phrase that starts with an “A” or any character and do various things with it. You can match phone numbers, email addresses, url’s, credit card numbers, social security numbers, zip codes, states, cities…..(the list never ends). A huge script that is supposed to validate a user input and prepare it for sql can be reduced to only one line with the help of preg_replace.
Mastering Regular Expressions quickly covers the basics of regular-expression syntax, then delves into the mechanics of expression-processing, common pitfalls, performance issues, and implementation-specific differences. Written in an engaging style and sprinkled with solutions to complex real-world problems, MRE offers a wealth information that you use. I will start with some simple usage examples of the regular expressions and continue with a huge list of cases for various situations where we would normally need a regex to operate. We will use simple functions which return TRUE or FALSE. $regex will serve as our regular expression to match against and $text will be our text (pretty obvious):
(全文 …)
八
24
2009
八
23
2009
当博客们一想到在线广告,肯定会立即想到 Google Adsense。Adsense 在精准的在线广告市场有着令人吃惊的作用。但是 Google 并不是唯一的选择。 作为站长,你有责任为你的网站寻找其他的收入方式。 众所周知,把鸡蛋放在一个篮子里,并不是明智的。我的其他博客虽然没有其他的收入方式也没有使用 Adsense。曾经几何,我自己的博客使用 Google Adsense 一段时间而已。
(全文 …)
八
23
2009
八
23
2009
Linuxlinks分三个篇幅介绍了42款最热门的免费Linux游戏(第三部分尚未完成)。游戏类别分为动作,街机,角色扮演/测量,解密/棋类游戏,运动/模拟和游戏引擎等。 这些游戏包括了Star Control II的移植版The Ur-Quan Masters,基于Quake引擎的射击游戏Open Quartz,基于音速刺猬索尼克世界的Open Sonic,Doom增强引擎Doomsday Engine,解密小游戏Angry, Drunken Dwarves,源自《帝国时代2》的即时战略游戏0 A.D,采用Cube Engine 2引擎的射击游戏Blood Frontier,即时战略3D游戏8 Kingdoms等等。
八
22
2009
八
22
2009
八
21
2009
新闻来源:呐喊网络
在Read Write Web上 看到一篇题目为《Back to School: Apps Every College Student Should Try》的文章,文中推荐了几款在学生时代就应该尝试的网络应用,款款经典,并且能够切实帮助到学生们的学习和生活。相形之下国内那些曾经挂着校园头大卖 低俗货的站点非常可悲,这其中就包括前段时间更名为人人网的那家网站。 相信大家肯定听到过“校园网络不好做”这样的论调,果真是不 好做吗?Fearless窃以为是没有人会做,并非“不好做”或者“难做”。事实上在国内的校园网鲜有成功 案例,最火的校园网我想应该是那些各自为阵的校园论坛,大多又都是仅限校园用户使用的,然而,就是这些“火爆”的校园网聚集着大批还不知道自己仍旧活在网 络石器时代的学生用户。
(全文 …)
八
20
2009