Implement wildcard pattern matching with support for'?'and'*'.'?' Matches any single character.'*' Matches any sequence of characters (including the e...
分类:
其他好文 时间:
2014-08-19 14:24:14
阅读次数:
182
Wildcard Matching
Implement wildcard pattern matching with support for '?' and '*'.
'?' Matches any single character.
'*' Matches any sequence of characters (including the empty sequen...
分类:
其他好文 时间:
2014-08-18 18:34:13
阅读次数:
214
SyntaxError: Non-ASCII character '\xe6' in file google.py on line 17, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for detailsAd...
分类:
其他好文 时间:
2014-08-18 15:58:22
阅读次数:
211
在使用VS2010开发C++程序时,由于系统默认字符集是unicode字符集,造成与早期的字符串格式不兼容问题①Properties — Configuration Properties — General,如下,右边有个Character Set,将其由“Unicode Character Set...
分类:
其他好文 时间:
2014-08-16 16:25:20
阅读次数:
204
最近因为编译一些文件,刚开始接触一些shell命令,感觉很神奇,用途还蛮大的,所以做了一些笔记,命令的顺序可能比较乱,功能也不会说的很全。1. Cut 命令 Cut命令用来截取字符中的某一段,很靠谱,cut命令有5个参数,其中-c,-b,-f分别表示"character", "byte"以及"fie...
分类:
其他好文 时间:
2014-08-15 17:48:29
阅读次数:
222
配置好的mysql replication数据库导入一切正常,同步正常.php通过mysql proxy返回的数据是乱码的,数据库中的数据一切正常百度了半天找到了一个设置,添加到my.cnf就okskip-character-set-client-handshakeinit-connect='SET...
分类:
数据库 时间:
2014-08-14 19:50:19
阅读次数:
257
Implement wildcard pattern matching with support for '?' and '*'.'?' Matches any single character.'*' Matches any sequence of characters (including th...
分类:
其他好文 时间:
2014-08-14 19:44:09
阅读次数:
134
VM:/data/bak#telnet192.168.1.112403
Trying192.168.1.1...
Connectedto192.168.1.1.
Escapecharacteris‘^]‘.
configgetmaxmemory//查看
*2
$9
maxmemory
$10
1000000000//当前为1G
configsetmaxmemory2000000000//设置为2G
CTRL+]进行退出
分类:
其他好文 时间:
2014-08-13 19:22:37
阅读次数:
246
一、变量的种类PL/SQL中变量主要有以下几类:Scalar:标量,单一变量,如Integer,Character等等,最为常见,使用最广;Composite:复合变量,里面还有多种子结构,如数组等,使用也比较广泛;Reference:引用类型,类似指针,指向某个类型Largeobject(LOB):CLOB(Character..
分类:
数据库 时间:
2014-08-13 10:43:46
阅读次数:
435
最常用的字符实体Character Entities显示说明实体名称实体编号半方大的空白  全方大的空白  不断行的空白格 大于>>&&符号&&"双引号""©版权©©®已注册商标...
分类:
Web程序 时间:
2014-08-12 18:24:34
阅读次数:
624