db.QResult.find({'CreateDate':{'$gte' : ISODate('2016-07-01'), '$lte' : ISODate('2016-08-01')}}).sort({'CreateDate':-1}) $gt:大于$lt:小于$gte:大于或等于$lte:小于 ...
分类:
数据库 时间:
2016-07-19 20:48:51
阅读次数:
267
目录行业动态分享融创协同生态——2016中国互联网大会亮点频闪1技术交流LTE通信系统中的定位技术研究郎为民,王大鹏,吴帆3智慧校园一卡通与教务系统对接设计王永建,张春献,张鑫,曹西良10基于超融合的存储架构研究李志远,杨文静,温钰14基于WiMAX与IP承载网的视频监控应用..
分类:
移动开发 时间:
2016-07-19 02:21:42
阅读次数:
251
参考文献:
(1)3GPP TS 36.212 V9.4.0 (2011-09) Multiplexing and channel coding
(2)3GPP TS 36.213 V9.3.0 (2010-09) Physical layer procedures
(3)3GPP TS 36.211 V9.1.0 (2010-03) Physical Channels and Modulation...
分类:
其他好文 时间:
2016-07-17 00:12:39
阅读次数:
450
参考文献:
(1)3GPP TS 36.212 V9.4.0 (2011-09) Multiplexing and channel coding
(2)3GPP TS 36.213 V9.3.0 (2010-09) Physical layer procedures
(3)3GPP TS 36.321 V9.6.0 (2012-03) Medium Access Control (MAC) protocol specification
(4)http://www.sharetechnote.com/...
分类:
其他好文 时间:
2016-07-10 19:03:26
阅读次数:
298
<!--[if lte IE 6]> <![endif]--> IE6及其以下版本可见 <!--[if lte IE 7]> <![endif]--> IE7及其以下版本可见 <!--[if IE 6]> <![endif]--> 只有IE6版本可见 <![if !IE]> <![endif]> 除 ...
分类:
Web程序 时间:
2016-07-09 18:00:10
阅读次数:
212
MongoDB自带了一个JavaScript Shell,所以在其中使用js语法是可以的。 Insert操作: 单条插入 循环插入 Find查询操作: 常用的: >, >=, <, <=, !=, = > 对应 $gt >= 对应 $gte < 对应 $lt <= 对应 $lte != 对应 $ne ...
分类:
数据库 时间:
2016-07-08 23:25:40
阅读次数:
460
1.一些解释 less than : 比..少 lt greater than : 比..多 gt equals :相等 e MongoDB中的条件操作符有: (>) 大于 - $gt (<) 小于 - $lt (>=) 大于等于 - $gte (<= ) 小于等于 - $lte (>) 大于 - ...
分类:
数据库 时间:
2016-07-08 19:50:25
阅读次数:
236
只需要引这3个包就可以了 <link rel="stylesheet" href='bootstrap/dist/css/bootstrap.css'> <!--[if lte IE 9]> <script src='bootstrap/js/html5shiv.js'></script> <scr ...
分类:
其他好文 时间:
2016-07-08 15:01:18
阅读次数:
139
参考文献:
(1)3GPP TS 36.212 V9.4.0 (2011-09) Multiplexing and channel coding
(2)3GPP TS 36.213 V9.3.0 (2010-09) Physical layer procedures
(3)3GPP TS 36.321 V9.6.0 (2012-03) Medium Access Control (MAC) protocol specification...
分类:
其他好文 时间:
2016-06-24 15:15:23
阅读次数:
762
每个人都应该准备至少一个启动U盘,这样无论是安装系统还是排除故障,才能游刃有余。那么启动U盘该怎么制作呢?在LTE学习大使孙老师看来,有三种制作方法:第一种:小白们常用的方法,就是利用各种启动U盘的专用制作工具,比如老毛桃、大白菜,等等。不瞒大家,孙老师也是这么..
分类:
其他好文 时间:
2016-06-17 17:41:45
阅读次数:
191