如何使用vi文本编辑器vi由比尔·乔伊(Bill Joy)撰写,所有UNIX like均默认安装此文本编辑器。详细简介请点击维基中文。1.首先复制一个文件到/tmp目录(本例中为复制根目录下install.log文件)做为示例文本。2.输入“cd /tmp”切换到/tmp目录,并输入“vi inst...
分类:
系统相关 时间:
2015-09-17 11:50:10
阅读次数:
285
Child objects within SharePoint, like a list in a Site, share an inherent connection with that Parent object. Today's blog is regarding the usage of o...
分类:
其他好文 时间:
2015-09-17 11:26:34
阅读次数:
267
:User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36Form Dataview sourceview URL ...
分类:
其他好文 时间:
2015-09-17 06:22:30
阅读次数:
181
Cairo-Dock (also known as GLX-Dock) is an open source and free dock-like application for your GNU/Linux desktop environment and operating system. It comes with many applets, uses the Cairo ...
分类:
其他好文 时间:
2015-09-16 23:45:30
阅读次数:
416
1.函数命名规范函数命名通常以动词为前缀的词组。通常第一个字符小写。当包含多个单词时,一种约定是将单词以下划线分割,就像"like_Zqz()"。还有一种就是"likeZqz()"。有些些函数是用作内部用的或者为私有函数通常以一条下划线为前缀,就像"_zqzName()"。2.以表达式方式定义的函数...
分类:
编程语言 时间:
2015-09-16 23:29:22
阅读次数:
239
背景:搞个个人博客的全文搜索得用like啥的,现在mysql版本号已经大于5.6.4了也就支持了innodb的全文搜索了,刚查了下目前版本号都到MySQL Community Server 5.6.19 了,所以,一些小的应用可以用它做全文搜索了,像sphinx和Lucene这样偏重的、需要配置或开...
分类:
数据库 时间:
2015-09-16 23:25:50
阅读次数:
327
摘录自:http://www.jb51.net/article/48315.htm1%:表示任意0个或多个字符。可匹配任意类型和长度的字符,有些情况下若是中文,请使用两个百分号(%%)表示。比如SELECT * FROM [user] WHERE u_name LIKE '%三%'将会把u_name...
分类:
数据库 时间:
2015-09-16 15:42:47
阅读次数:
244
Problem DescriptionJack likes to travel around the world, but he doesn’t like to wait. Now, he is traveling in the Undirected Kingdom. There arencitie...
分类:
其他好文 时间:
2015-09-15 23:05:46
阅读次数:
167
1.进制转换十六进制转十进制conv('364A000B24BB',16,10)十进制转16进制conv('1999993232',10,16)2.计划任务开启检查是否开启计划任务show variables like ‘%event_scheduler%开启SET GLOBAL event_sch...
分类:
数据库 时间:
2015-09-15 14:34:10
阅读次数:
231
题目:Given a non-negative integer num, repeatedly add all its digits until the result has only one digit.For example:Given num = 38, the process is like...
分类:
其他好文 时间:
2015-09-14 16:44:58
阅读次数:
155