码迷,mamicode.com
首页 >  
搜索关键字:like    ( 7615个结果
黄聪:查看mysql数据库真正的data目录
终于找到了mysql数据库data目录在哪里!用show variables like 'datadir',可查看真正的data目录原文:http://blog.csdn.net/dmz1981/article/details/8508304
分类:数据库   时间:2015-09-19 12:21:27    阅读次数:202
精通CSS高级Web解决方案(第2版)——读书笔记
CSS Mastery Advanced Web Standards Solutions Second EditionAuthor:Andy BuddI have been addicted to reading this book for a few days.It is just like ch...
分类:Web程序   时间:2015-09-19 10:46:05    阅读次数:201
NSString 与NSMutableString的区别
NSString 与NSMutableString的区别Suppose You have a code like thisNSString*s=[[NSStringalloc]initWithString:@"Hello"];s=[sstringByAppendingString:@"World"]...
分类:其他好文   时间:2015-09-19 06:05:49    阅读次数:211
PHP笔记学习节选(创世纪新篇)
if ,true,false,return value. php之SQL语句中的模糊查找 ? ? ? ?主要通过LIKE(不区分大小写)关键字实现模糊查找。LIKE条件一般用在指定搜索某字段的时候, 通过"%"或者" _" 通配符的作用实现模糊查找功能...
分类:Web程序   时间:2015-09-18 13:58:09    阅读次数:200
Like关系查询
比如:有表1。表2两张相,希望通过like进行关联查询// mysql中使用concat连接字符串select t1.id, t1.title, t2.keyword from t1 inner join t2 on t1.title like concat('%', t2.keyword, '%'...
分类:其他好文   时间:2015-09-18 13:46:24    阅读次数:169
poj 2749 Building roads(2-sat)
DescriptionFarmer John's farm has N barns, and there are some cows that live in each barn. The cows like to drop around, so John wants to build some r...
分类:其他好文   时间:2015-09-17 21:13:58    阅读次数:271
app.use(express.methodOverride(‘_method‘))执行报错
错误信息 F:\my_dev_work\todo\node_modules\express\lib\express.js:99 ??????throw?new?Error(‘Most?middleware?(like?‘?+?name?+?‘)?is?no?longer?bundle ????????????^ Error...
分类:移动开发   时间:2015-09-17 19:57:07    阅读次数:463
MySQL- SHOW TABLE STATUS命令
show table status 获取表的信息show table status like 'tableName' \G1.Name 表名称2.Engine: 表的存储引擎3.Version: 版本4.Row_format 行格式。对于MyISAM引擎,这可能是Dynamic,F...
分类:数据库   时间:2015-09-17 17:21:46    阅读次数:172
【Python之旅】第二篇(七):集合
说明:·类似于数学中学的集合,Python中的集合可以实现去重的功能,通过set()函数来实现:·sets支持xinset,len(set)和forxinset;·作为一个无序的集合,sets不记录元素位置或者插入点,因此,sets不支持indexing,slicing,或其它类序列(sequence-like)的操作;·学习集合,..
分类:编程语言   时间:2015-09-17 15:17:22    阅读次数:222
Take for a ride
原文 I love travelling in the country, but I don‘t like losing my way. I went on an excursion recently, but my trip took me longer than I expected. "I‘m going to Woodford Green," I said to the cond...
分类:其他好文   时间:2015-09-17 13:42:40    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!