官方参考手册: http://www.nodeclass.com/api/mongoose.html http://mongoosejs.com/docs/index.html ps: 刚开始find不到数据,后来把集合名手动加了个 s,变成'historyclients_days'就好了,还没有搞 ...
每个项目的build.gradle里可以设置,例如 1 2 3 4 5 如下图,我的Android SDK 没有安装Build-tools 23 rc2 所以 ,在build.gradle里面改成如下: 1 2 3 4 5 再执行Tools–>Android–>Sync Project with G ...
分类:
移动开发 时间:
2016-07-13 15:23:56
阅读次数:
824
<scripttype="text/javascript">
jQuery(document).ready(function($)
{
/*start*/
//find#noc_addthis
if($("#noc_addthis").length>0){
//iffindromovediv.addthis_toolboxto#noc_addthis
$("div#noc_addthis").append($("div.addthis_toolbox"));
}else{
$("div...
分类:
移动开发 时间:
2016-07-13 12:02:55
阅读次数:
160
Given a binary search tree (BST), find the lowest common ancestor (LCA) of two given nodes in the BST. According to the definition of LCA on Wikipedia ...
分类:
编程语言 时间:
2016-07-13 11:52:59
阅读次数:
193
linux环境下面配置虚拟主机域名 第一步:在root目录下面(即根目录)ls(查看文件)cd进入etc目录find hosts文件vi hosts 打开hosts文件并进行编辑在打开的文件最下面添加:192.168.8.115 domain.com.cn 第二步:cd /usr/local/apa ...
分类:
系统相关 时间:
2016-07-13 09:20:40
阅读次数:
212
关于find命令 由于find具有强大的功能,所以它的选项也很多,其中大部分选项都值得我们花时间来了解一下。即使系统中含有网络文件系统( NFS),find命令在该文件系统中同样有效,只你具有相应的权限 在运行一个非常消耗资源的find命令时,很多人都倾向于把它放在后台执行,因为遍历一个大的文件系统 ...
分类:
系统相关 时间:
2016-07-13 01:30:42
阅读次数:
229
$("#all").change(function() { if ($(this).is(":checked")) { $(".checkTd").each(function () { $(this).find("span").addClass("checked"); }); } else { $( ...
分类:
其他好文 时间:
2016-07-13 01:07:52
阅读次数:
142
vol 1 p40 开启一个仿真机器 roslaunch rbx1_bringup fake_turtlebot.launch 报价配置文件已经被设置了Odometry display rosrun rviz rviz -d `rospack find rbx1_nav`/sim.rviz 让机器人 ...
分类:
其他好文 时间:
2016-07-12 21:31:41
阅读次数:
144
LeetCode OJ 3: Given a string, find the length of the longest substring without repeating characters. Given "abcabcbb", the answer is "abc", which the ...
分类:
其他好文 时间:
2016-07-12 21:00:52
阅读次数:
173
locate:(速度快)非实时,模糊匹配.查找是根据全系统数据库进行的#updatedb手动生成文件数据库find:(速度慢)实时查找,精确查找,支持众多查找标准遍历指定目录中的所有文件完成查找,find查找路径查找标准查找到以后的处理运作查找路径:默认当前目录查找标准:默认为指定路径下的所..
分类:
其他好文 时间:
2016-07-12 15:50:44
阅读次数:
193