MyBatis的技巧优化 2016年3月2日 星期三 09:13 ?配置日志文件 <!--[endif]--> ?练习 作业: 请分别查询 姓为林的数据 LIKE 3种 Select * from sys_user where user_name like '林%' <!--[if gte vml ...
分类:
其他好文 时间:
2016-04-01 21:53:52
阅读次数:
143
<!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG/> </o:OfficeDocumentSettings> </xml><![endif]--> ss 用来显示处于活动状态的套接字信息。ss命令可以用来获取socket统 ...
分类:
其他好文 时间:
2016-03-28 18:35:27
阅读次数:
1829
浏览器条件判定 <!--[if lte IE 6]> 这段?文字仅显?示在 IE6及IE6以下版本。 <![endif]--> <!--[if gte IE 6]> 这段?文字仅显?示在 IE6及IE6以上版本。 <![endif]--> <!--[if gt IE 6]> 这段?文字仅显?示在 I ...
分类:
其他好文 时间:
2016-03-26 15:33:58
阅读次数:
175
此内容只有IE可见此内容只有IE5.0以上版本可见lt 表示less than 当前条件版本以下的版本,不包含当前版本。gte 表示greeter than or equal 当前版本以上版本,并包含当前版本。lte 表示less than or equal 当前版本以下版本,并包含当前版本。blo...
分类:
其他好文 时间:
2016-01-26 18:23:17
阅读次数:
124
用了一段时间的MongoVUE,把一些在MongoVUE中常用的查询记录一下,以便查阅。1、and查询 查询date等于2016-01-08,并且page_url等于shouye.html {"date":"2016-01-08","page_url":"shouye.html"} 2、$gte大于...
分类:
其他好文 时间:
2016-01-22 13:50:54
阅读次数:
142
NGINX的奇淫技巧 —— 6. IF实现数学比较功能 (1)ARGUS1月13日 发布推荐0推荐收藏3收藏,839浏览nginx的if支持=、!=逻辑比较, 但不支持if中=、= 5 ){ #$a 如果 > 5 这是错误的写法 echo 'a: $a is gte 5...
分类:
其他好文 时间:
2015-12-14 16:39:05
阅读次数:
136
<?phperror_reporting(E_ALL&~E_NOTICE);define(‘ELK_QUERY_RR_QUERY‘,‘{"query":{"filtered":{"query":{"query_string":{"analyze_wildcard":true,"query":"type:phptestkvANDreport_type:\"cart.add\""}},"filter":{"bool":{"must":[{"range":{"@timestamp":{"gte":"n..
分类:
Web程序 时间:
2015-10-22 06:53:42
阅读次数:
149
1、条件>,=,:$gt,=:$gte,:$ne 具体使用方法:db.class.find({"filed":{$gt:value}}) filed>valuedb.class.find({"filed":{$lt:value}}) filed=valuedb.class.find({"fil...
分类:
数据库 时间:
2015-09-28 14:35:19
阅读次数:
178
本文将介绍操作符的使用,配合操作符,我们可以执行更加复杂的操作。目录查询操作集合查询方法 find()查询内嵌文档查询操作符(内含 数组查询)"$gt" 、"$gte"、 "$lt"、 "$lte"、"null查询"、"$all"、"$size"、"$in"、"$nin"、"$and"、"$nor"...
分类:
数据库 时间:
2015-09-25 10:45:51
阅读次数:
285
HTML识别条件注释法(IE10以及以上版本不支持条件注释) 【注意】两个--和左中括号[之间不能有空格,否则无效 [1]IE9-() Document [2]仅单一IE() Document [3]大于 gt || 大于等于 gte || 小于 lt || ...
分类:
其他好文 时间:
2015-09-21 01:26:09
阅读次数:
191