上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 40 下一页
摘要: 一、资源1、C# 驱动下载地址 https://github.com/mongodb/mongo-csharp-driver/releases2. Mongodb 管理工具 mongochef 下载地址 http://3t.io/mongochef/download/platform/#toggle... 阅读全文
posted @ 2015-12-10 09:10 b̶i̶n̶g̶.̶ 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 一、环境 Redis Windows 版本:2.8.2104 二、植入Windows服务 > redis-server.exe --service-install redis.windows-service.conf 图1 三、查看 win+R 输入 :services.msc 图2 右键启动服务即 阅读全文
posted @ 2015-12-07 15:08 b̶i̶n̶g̶.̶ 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 一、环境配置经验1.一般安装的副本集的时候,主实例可以有数据库和用户;从实例不能、仲裁机不能有任何数据库包括用户2.搭建副本集的时候Host使用外网IP,否则使用Mongodb VUE 1.6.9连接副本集异常3. 如果需要登录从实例查看数据库信息,则需要执行db.getMongo().setSla... 阅读全文
posted @ 2015-12-07 14:53 b̶i̶n̶g̶.̶ 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 一、副本集配置 搭建完毕,1台主实例、1台从实例、1台仲裁实例。mongodb建议副本集中的机器数量为奇数,即至少需要3台实例 二、副本集连接字符串 1.读 mongodb://secondary.com/?SlaveOk=true 2.写 mongodb://primary.com 三、路由集群连 阅读全文
posted @ 2015-12-07 14:24 b̶i̶n̶g̶.̶ 阅读(1552) 评论(0) 推荐(0) 编辑
摘要: 一、InstallShield 2010 使用 .net framework 4.5记录1、prq的地址,通过以下地址,下载相应的prq文件.NET 4.5: http://saturn.installshield.com/is/prerequisites/microsoft .net framew... 阅读全文
posted @ 2015-12-03 14:52 b̶i̶n̶g̶.̶ 阅读(510) 评论(0) 推荐(0) 编辑
摘要: 一、使用问题记录1. mongodb3.0.6使用mongostat参数 >./mongostat -h 127.0.0.1:27017 -u root -p 123456 /authenticationDatabase admin -n 20 2. 程序或连接工具无法连接? 解决方案:新版的mon... 阅读全文
posted @ 2015-12-01 15:41 b̶i̶n̶g̶.̶ 阅读(249) 评论(1) 推荐(0) 编辑
摘要: /// /// 获取指定时间在为一年中为第几周 /// /// 指定时间 /// 返回第几周 private static int GetWeekOfYear(DateTime dt) { ... 阅读全文
posted @ 2015-11-25 15:23 b̶i̶n̶g̶.̶ 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 一、稳定版本dnvm install latest -a x86 -r clrdnvm install latest -a x86 -r coreclrdnvm install latest -a x64 -r clrdnvm install latest -a x64 -r coreclr二、测试... 阅读全文
posted @ 2015-11-24 11:57 b̶i̶n̶g̶.̶ 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 一、前言: tinyfox 是一款支持OWIN标准的WEB应用的高性能的HTTP服务器,是Jexus Web Server的"姊妹篇"。TinyFox本身的功能是html服务器,所有的WEB应用,通过加载含有一个OwinMain方法的"应用程序适配器" 或"插件"实现,tinyfox与应用程序之间的 阅读全文
posted @ 2015-11-16 17:35 b̶i̶n̶g̶.̶ 阅读(1094) 评论(0) 推荐(4) 编辑
摘要: https://www.cnblogs.com/jackieron/p/9626872.html 阅读全文
posted @ 2015-11-12 17:19 b̶i̶n̶g̶.̶ 阅读(283) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 40 下一页