码迷,mamicode.com
首页 >  
搜索关键字:egexp like    ( 7616个结果
MySQL乱码的解决方案
首先,输入命令:show variables like "character_set_%"; 查看下输出,中文的话,只要是这样的结果就可以了: 要这样的结果,通常要如下配置: 更改my.ini下面的[mysql]和[mysqld]下的“default-character-set=gb2...
分类:数据库   时间:2014-08-25 14:49:44    阅读次数:205
Consistency model(The system supports a given model if operations on memory follow specific rules)
Consistency model From Wikipedia, the free encyclopedia In computer science, consistency models are used in distributed systems like distributed shared memory systems or distributed da...
分类:其他好文   时间:2014-08-25 11:53:34    阅读次数:359
【mysql中myisam和innodb的区别】
单击进入源网页要点摘要:1.查看mysql存储引擎的状态mysql> show engines;2.查看mysql默认的存储引擎mysql> show variables like '%storage_engine%';3.修改mysql默认存储引擎ALTER TABLE engineTest EN...
分类:数据库   时间:2014-08-24 22:15:03    阅读次数:307
[LeetCode] Letter Combinations of a Phone Number(bfs)
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:其他好文   时间:2014-08-23 18:53:01    阅读次数:180
推荐几个Windows工具软件: Stickies - 桌面贴
主页: http://www.zhornsoftware.co.uk/stickies/index.htmlStickies work like Post-it notes for your PC. Notes can be customized and saved as styles, inclu...
分类:Windows程序   时间:2014-08-23 17:32:21    阅读次数:200
如何管理并设计你的口令
1)首先,先找一句你喜欢的话(你一辈子都记得的话),当然,只有你记得的,无论中英文,然后取各个单词或字的英文、拼音、五笔头一个字母。比如:I Like?Long?Complicated?Passwords,?They?Confuse?Peopl...
分类:其他好文   时间:2014-08-23 12:48:50    阅读次数:201
MySQL 通配符学习小结
MySQL 通配符SQL的模式匹配同意你使用“_”匹配不论什么单个字符,而“%”匹配随意数目字符(包含零个字符)。在 MySQL中,SQL的模式缺省是忽略大写和小写的。以下显示一些样例。注意在你使用SQL模式时,你不能使用=或!=;而使用LIKE或NOT LIKE比較操作符。为了找出以“b”开头的名...
分类:数据库   时间:2014-08-23 11:06:10    阅读次数:247
Android adb setup for ubuntu
Android adb setup for ubuntu connect the device to ubuntu, use command $sudo lsusb will display like: mean: Spreadtrum device idVendor 1782 ?idProduct 5d24 1, touch the file: ~/.android/adb_usb.in...
分类:移动开发   时间:2014-08-23 03:36:20    阅读次数:249
SAP中发送邮件
1 DATA: objbin LIKE solisti1 OCCURS 10 WITH HEADER LINE, 2 docdata LIKE sodocchgi1, 3 objtxt LIKE solisti1 OCCURS 10 WITH HEADER LINE, 4 ...
分类:其他好文   时间:2014-08-22 19:25:59    阅读次数:214
ALV中处理过滤掉的行
有时候我们在ALV的时候,客户会对输出的数据进行二次筛选,这时候如果我们做全选(checkbox)系统会把我们过滤掉得数据也选择;用下面的method就可避免此问题;1 DATA:it_rows TYPE lvc_t_fidx.2 DATA:wa_rows LIKE LINE OF it_rows....
分类:其他好文   时间:2014-08-22 19:24:29    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!