http://mongoid.org/en/mongoid/docs/querying.html#querieshttp://docs.mongodb.org/manual/reference/operator/query-comparison/gt大于, gte大于等于,lt小于, lte小于等于...
分类:
其他好文 时间:
2014-06-28 20:50:36
阅读次数:
238
在JDK1.2曾经,JAVA中对引用的定义是:假设reference类型的数据中存储的数值代表的是另外一块内存的起始地址,就称这块内存代表着一个引用。这样的定义非常easy,并且非常纯粹,可是,对于这一类的对象:当内存空间还足够时,则保留在内存之中;假设内存空间在进行GC之后还是不够用,则回收这些对...
分类:
编程语言 时间:
2014-06-28 12:56:13
阅读次数:
217
在《地图投影为什么》一文,我大略说了下为什么需要地图投影,投影坐标系需要哪些参数,这些参数(如椭球体、基准等)是做什么的。这篇就深入的谈些地图投影相关的一些概念,各种定义参考OGC标准《Spatial Reference by Coordinates》。进一步的话会介绍下开源投影库和商业软件投影相关...
分类:
其他好文 时间:
2014-06-25 21:43:23
阅读次数:
236
1 There are certain rules when using references: (Page 451)A reference must be initialized when it is created. (Pointers can be initialized at any ...
分类:
其他好文 时间:
2014-06-25 21:07:06
阅读次数:
275
1、首先先了解下NSNumber类型:
苹果官方文档地址:https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Classes/NSNumber_Class/Reference/Reference.html
NSNumber是NSValue的一个子类,它是一个对象来存储数字值包括bool...
分类:
移动开发 时间:
2014-06-25 19:33:49
阅读次数:
354
我在刚开始安装完ecshop之后就如首页就开始报如下的错误:
Strict Standards: Only variables should be passed by reference in
C:\diyServ\apps\EcShop\includes\cls_template.php on line
422
在网上可以搜到这个解决办法就是:由于在php5.3之后php函数返回的是一...
分类:
其他好文 时间:
2014-06-24 22:23:33
阅读次数:
230
Introduction to 555 timer
555 定时器 wiki
话说明天考数电,今天晚上最后时刻要搞定 555 timer啊!哈哈
各个引脚的介绍
Pin
Name
Purpose
1
GND
Ground reference voltage, low level (0 V)
2
T...
分类:
其他好文 时间:
2014-06-24 17:55:26
阅读次数:
209
如果你不小心git reset --hard HEAD^
然后这个commit又没有在别的git仓库中,怎么办?是不是这次修改就丢了呢?
git为我们每次都历史都保留了reference log
如下:
$ git commit -A -m "hongchangfirst commit"
你现在看git的历史记录,你可以看到两次提交:
$ git log
* d1f3fg...
分类:
其他好文 时间:
2014-06-22 07:45:23
阅读次数:
314
http://docs.mongodb.org/manual/reference/sql-comparison/In addition to the charts that follow, you might want to consider the Frequently Asked Questio...
分类:
移动开发 时间:
2014-06-20 17:55:22
阅读次数:
227