上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 66 下一页
摘要: 看到《MongoDB 权威指南》第二版P30提到了一个batchInset的插入方法,对于一次性插入大量数据时可以提高性能。按照书上的列子,却提示错误:本书是基于MongoDB V2.4.0进行讲解,而我的测试环境是V2.4.9。此帖中http://f.dataguru.cn/thread-2521... 阅读全文
posted @ 2014-09-22 08:07 yshy 阅读(1346) 评论(0) 推荐(0) 编辑
摘要: 安装参考:http://www.postgresql.org/download/linux/ubuntu/y@y:~$ sudo apt-get install postgresql-9.3 postgresql-client-9.3 postgresql-contrib-9.3 postgre... 阅读全文
posted @ 2014-09-19 15:33 yshy 阅读(1371) 评论(0) 推荐(0) 编辑
摘要: 我本地Tomcat版本:Apache Tomcat/8.0.3.0服务器端:Apache Tomcat/6.0.37JVM都是:1.7.0_40-b43之前项目运行正常,在我更新了一些模块后,重新部署(导出WAR包)出现问题,但是在我本机上测试没有问题,服务端提示错误如下:The following... 阅读全文
posted @ 2014-09-15 17:42 yshy 阅读(481) 评论(0) 推荐(0) 编辑
摘要: #include#includeint compare_integers(void const *a, void const *b){ register int const *pa = a; register int const *pb = b; return *pa > ... 阅读全文
posted @ 2014-09-14 09:37 yshy 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 官网:http://robomongo.org/提供Mac 、Windows 、Linux三种版本;robomongo界面简洁功能强大人性化; 阅读全文
posted @ 2014-09-02 13:39 yshy 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 在Eclipse中新建一个Clojure工程clj01clojure 操作mysql需要依赖mysql-connector-java、clojure-contrib与java.jdbc三个jar包。project.clj配置信息如下:配置完:dependencies 保存,系统会自动下载所配置的ja... 阅读全文
posted @ 2014-09-01 16:16 yshy 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 参考:http://doc.ccw-ide.org/documentation.html#install-as-plugin安装Eclipse Clojure插件这里安装的插件是Counterclockwise,可以通过Eclipse自动安装软件的功能直接安装,具体如下:Eclipse菜单Help-... 阅读全文
posted @ 2014-09-01 13:09 yshy 阅读(701) 评论(0) 推荐(0) 编辑
摘要: Leiningen是Clojure项目管理工具Leiningen isthe easiest way to useClojure,官网:http://leiningen.org/1:首先下载Leiningen安装脚本:https://raw.githubusercontent.com/technom... 阅读全文
posted @ 2014-08-30 13:40 yshy 阅读(4679) 评论(0) 推荐(1) 编辑
摘要: [User]1.db.addUser("name","pwd","true/false")2.db.auth("name","pwd")3.show users4.db.removeUser("name")[Collection]1:db.createCollection("name")2:db.g... 阅读全文
posted @ 2014-08-30 08:35 yshy 阅读(1195) 评论(0) 推荐(0) 编辑
摘要: 项目目录结构如下:(1)index.html 用户管理 (2)app.jsExt.Loader.setConfig({enabled:true}); Ext.a... 阅读全文
posted @ 2014-08-29 15:38 yshy 阅读(687) 评论(0) 推荐(0) 编辑
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 66 下一页