昨天做了什么? <!--[if gte mso 9]><xml><w:WordDocument><w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel><w:DisplayHorizontalDrawingGridEvery>0</w:D ...
分类:
其他好文 时间:
2016-05-09 13:59:00
阅读次数:
155
昨天做了什么? 无 今天做了什么? <!--[if gte mso 9]><xml><w:WordDocument><w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel><w:DisplayHorizontalDrawingGridEv ...
分类:
其他好文 时间:
2016-05-09 13:58:31
阅读次数:
200
1 List[] extends 2 dictionary {} has_key() keys() values() 3 json: dumps dump 4 docstring:' ' " " ''' ''' 5 object: __ne__ _gte__ super(Book,self).__i ...
分类:
其他好文 时间:
2016-04-30 16:55:28
阅读次数:
137
css hack 条件注释法只在IE下生效<!--[if IE]>这段文字只在IE浏览器显示<![endif]-->只在IE6下生效<!--[if IE 6]>这段文字只在IE6浏览器显示<![endif]-->只在IE6以上版本生效<!--[if gte IE 6]>这段文字只在IE6以上(包括) ...
分类:
Web程序 时间:
2016-04-28 00:28:15
阅读次数:
149
问说网 > 文章教程 > css条件注释Hack用法详解-<!–[if gte IE 6]> <![endif]–> css条件注释Hack用法详解-<!–[if gte IE 6]> <![endif]–> css条件注释Hack用法详解-<!–[if gte IE 6]> <![endif]–> ...
分类:
其他好文 时间:
2016-04-19 19:32:39
阅读次数:
154
mongoaggregate查询:db.collection.aggregate({
$group:{
_id:"$id",//"$_id"代表引用集合中_id列
max_value:{$max:"$times"}//"$times"代表引用集合中times列
},
$match:{times:{$gte:100}}
})相当于sql查询:select_id,max(times)
fromcollection
wheretimes>=100
分类:
数据库 时间:
2016-04-14 12:27:34
阅读次数:
712
<!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:TargetScreenSize>800x600</o:TargetScreenSize> </o:OfficeDocumentSettings> </xml><![endif]--> <! ...
分类:
编程语言 时间:
2016-04-09 16:52:40
阅读次数:
214
条件注释判断浏览器<!--[if !IE]><!--[if IE]><!--[if lt IE 6]><!--[if gte IE 6]> <!--[if !IE]><!--> 除IE外都可识别 <!--<![endif]--><!--[if IE]> 所有的IE可识别 <![endif]--><! ...
分类:
其他好文 时间:
2016-04-05 15:57:33
阅读次数:
138
条件注释:1、<!--[if lte IE6]>文字仅显示在IE6及IE6以上版本。 2、<!--[if gte IE6]>文字仅显示在IE6及IE6以下版本。 3、<!--[if gt IE6]>文字仅显示在IE6以上版本。 浏览器解析方式:1、标准模式<!DOCTYPE html> 2、混杂模式 ...
分类:
其他好文 时间:
2016-04-04 19:24:48
阅读次数:
126
<!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" strok ...
分类:
其他好文 时间:
2016-04-03 00:19:45
阅读次数:
1007