上一页 1 ··· 129 130 131 132 133 134 135 136 137 ··· 140 下一页
摘要: 正则表达式语法一个正则表达式就是由普通字符(例如字符 a 到 z)以及特殊字符(称为元字符)组成的文字模式。该模式描述在查找文字主体时待匹配的一个或多个字符串。正则表达式作为一个模板,将某个字符模式与所搜索的字符串进行匹配。这里有一些可能会遇到的正则表达式示例:Visual Basic Scripting EditionVBScript匹配/^\[ \t]*$/"^\[ \t]*$"匹配一个空白行。/\d{2}-\d{5}/"\d{2}-\d{5}"验证一个ID 号码是否由一个2位数字,一个连字符以及一个5位数字组成。/<(.*)>.*< 阅读全文
posted @ 2012-02-13 14:19 知识天地 阅读(211) 评论(0) 推荐(0)
摘要: 个人觉得第二种还是比较实用的,而且也是最常用的~不过当计算算法耗时的时候,不要忘记second,不能只要用Milliseconds来减,不然后出现负值,若是算法耗时太长就得用minutes啦。再不然,就hours……//方案— 优点:仅使用C标准库;缺点:只能精确到秒级#include <time.h>#include <stdio.h>int main( void ){ time_t t = time(0); char tmp[64]; strftime( tmp, sizeof(tmp), "%Y/%m/%d %X %A 本年第%j天 %z",l 阅读全文
posted @ 2012-02-13 14:19 知识天地 阅读(131875) 评论(1) 推荐(9)
摘要: http://www.w3school.com.cn/css/css_reference.asp 阅读全文
posted @ 2012-02-13 14:18 知识天地 阅读(288) 评论(0) 推荐(0)
摘要: 好多人都想有一个自已的个人主页空间,可大部分空间都要钱,比如一些学生们,哪有钱买个空间啊。不用急,家里有电脑的朋友们就可以有属于自已的 网站空间了。家里没电脑的朋友也不要急,大家可以到百度空间申请一个免费的个人主页空间 那要怎么实现呢?只有一个办法,利用自家电脑做服务器。自家电脑做服务器?行得通吗?答案是可以的。让我们一起来看看如何用自家电脑做服务器。 一、安装IIS 从桌面打开"我的电脑",进入后打开“控制面板",好,这时找到“添加/删除程序",进行双击;在弹出的窗口中,单击“添加/删除Windows组件",等待,会 弹出一个窗口,这里可以进 阅读全文
posted @ 2012-02-13 14:17 知识天地 阅读(2580) 评论(0) 推荐(0)
摘要: PANORAMIC IMAGE PROJECTIONSAn image projection occurs whenever a flat image is mapped onto a curved surface, or vice versa, and is particularly common in panoramic photography. A projection is performed when a cartographer maps a spherical globe of the earth onto a flat piece of paper, for example. 阅读全文
posted @ 2012-02-13 14:16 知识天地 阅读(4781) 评论(0) 推荐(1)
摘要: http://code.google.com/p/tesseract-ocr/Project InformationStarred by1929usersActivityHighProject feedsCode licenseApache License 2.0LabelsOCR,Utility,CPlusPlus,GoogleMemberstheraysm...@gmail.com,david.e...@gmail.com,tmb...@gmail.com9 committersFeaturedDownloadstesseract-3.01-doc-html.tar.gztesseract 阅读全文
posted @ 2012-02-13 14:14 知识天地 阅读(8413) 评论(0) 推荐(0)
摘要: http://www.w3school.com.cn/php/ 阅读全文
posted @ 2012-02-13 14:13 知识天地 阅读(841) 评论(0) 推荐(0)
摘要: Microsoft® SQL Server™ and the Sybase relational database systems were developed together until their respective 4.2 versions. This commonality provides for a unique, low-cost opportunity for Sybase customers to migrate their databases to SQL Server and, therefore, to benefit from the new funct 阅读全文
posted @ 2012-02-13 14:12 知识天地 阅读(1648) 评论(0) 推荐(0)
摘要: flash 中调用js 有两种方法,第一中是同getURL 这个方式来调用js,第二种是用 ExternalInterface.call( ).第一种是很常见的用法,我就说一下小明我是怎么用 ExternalInterface.call 什么是 ExternalInterface? ExternalInterface类是外部api ,也就是actionscript 和 flashplayer 的容器之间实现直接通讯的应用程序编程接口。在flash的帮助文档里是推荐用ExternalInterface来实现javascript 和 actionscript 之间通讯的。利用ExternalInt 阅读全文
posted @ 2012-02-13 14:11 知识天地 阅读(2609) 评论(0) 推荐(0)
摘要: http://www.shervinemami.co.cc/openCV.html国外牛人的opencv学习博客,有人脸识别源码 阅读全文
posted @ 2012-02-13 14:10 知识天地 阅读(689) 评论(0) 推荐(0)
上一页 1 ··· 129 130 131 132 133 134 135 136 137 ··· 140 下一页