码迷,mamicode.com
首页 >  
搜索关键字:like    ( 7615个结果
Oracle 判断汉字 [\u4e00-\u9fa5]
最近由于单位提了一个需求,要判断提供的用户名称里不有全角字符,至少有两个汉字。找了半天,想通过正则表达式来解决,但测试了好久才发现,Oracle的正则函数REGEXP_LIKE 不支持“\un 匹配 n,其中...
分类:数据库   时间:2015-11-03 17:59:42    阅读次数:321
Select/Deselect All Checkboxes
Code share time! The following demo is about how to select/deselect all checkboxes, like this,Using jQuery: check all 1 2 3 4$("#Select...
分类:其他好文   时间:2015-11-03 17:22:11    阅读次数:139
mysql max_allowed_packet 设置过小导致记录写入失败
mysql根据配置文件会限制server接受的数据包大小。有时候大的插入和更新会受max_allowed_packet 参数限制,导致写入或者更新失败。查看目前配置show VARIABLES like '%max_allowed_packet%';显示的结果为:+-----------------...
分类:数据库   时间:2015-11-02 15:26:47    阅读次数:238
Add sharing to your app via UIActivityViewController
http://www.codingexplorer.com/add-sharing-to-your-app-via-uiactivityviewcontroller/April 4, 2014Ever wonder what various apps like Photos or Safari us...
分类:移动开发   时间:2015-11-02 15:24:44    阅读次数:188
SQL性能优化
1.查询的模糊匹配尽量避免在一个复杂查询里面使用 like '%parm1%' 红色标识位置的百分号会导致相关列的索引无法使用,最好不要用.解决办法:其实只需要对该脚本略做改进,查询速度便会提高近百倍。改进方法如下:a、修改前台程序——把查询条件的供应商名称一栏由原来的文本输入改为下拉列表,用户模糊...
分类:数据库   时间:2015-11-01 21:06:42    阅读次数:250
Linux学习之文件操作
Linux,一起学习进步~ mkdir The mkdir command is used to create directories.It works like this: mkdir命令是用来创建目录的,这样使用:mkdir directory… A note on notatio...
分类:系统相关   时间:2015-11-01 11:23:55    阅读次数:236
Add Digits
题目:Given a non-negative integernum, repeatedly add all its digits until the result has only one digit.For example:Givennum = 38, the process is like:3...
分类:其他好文   时间:2015-10-31 22:48:10    阅读次数:185
2015南阳CCPC H - Sudoku 数独
H - SudokuDescriptionYi Sima was one of the best counselors of Cao Cao. He likes to play a funny game himself. It looks like the modern Sudoku, but sm...
分类:其他好文   时间:2015-10-30 20:28:55    阅读次数:297
MySql Connector/Net Mysql like 搜索中文的问题(c#和asp.net连接mysql)
Connector/Net 6.9.8选择.net/mono即可,不需要安装。将对应版本的MySql.Data.dll复制到bin目录下即可使用http://dev.mysql.com/downloads/connector/net/但是在使用过程中,用mysql的like语句检索中文时,总是检索不...
分类:数据库   时间:2015-10-29 23:18:30    阅读次数:203
Android - Get Bluetooth UUID for this device
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them, it only takes a minute:Android - Get Bluetooth...
分类:移动开发   时间:2015-10-29 20:05:55    阅读次数:684
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!