会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
iDEAAM 爱地爱木
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
10
11
12
13
14
15
16
17
18
···
57
下一页
2016年4月21日
使用C# 链接 Mysql 显示??? 乱码 的解决方案
摘要: 下载以下文件 mysql-connector-odbc-5.3.6-win32.msi 下载并打开以下文件: mysql-installer-community-5.6.28.0.msi 安装mysql驱动 NET驱动: 安装好以后。。。 创建数据库时使用:CREATE DATABASE `user
阅读全文
posted @ 2016-04-21 13:31 iDEAAM
阅读(327)
评论(0)
推荐(0)
2016年4月18日
MongoDB ReplacaSet & Sharding集群安装 配置 和 非集群情况的安装 配置 -摘自网络
摘要: 单台机器做sharding 多台机器做sharding & ReplacaSet http://blog.csdn.net/luonanqin/article/details/8497860 --备份 mongodump -h localhost:27020 -d ssr2016db -o G:\M
阅读全文
posted @ 2016-04-18 16:54 iDEAAM
阅读(385)
评论(0)
推荐(0)
2016年4月14日
RabbitMQ 远程 IP 访问 解决办法 -摘自网络
摘要: 刚刚安装的RabbitMQ-Server-3.3.5,并且也已经开启了Web管理功能,但是现在存在一个问题: 出于安全的考虑,guest这个默认的用户只能通过http://localhost:15672 来登录,不能使用IP地址登录,也就是不能远程访问,这对于服务器上没有安装桌面的情况是无法管理维护
阅读全文
posted @ 2016-04-14 21:34 iDEAAM
阅读(20141)
评论(0)
推荐(0)
2016年4月11日
Ruby gem 更换国内源
摘要: gem sources --add http://gems.ruby-china.org/ --remove https://rubygems.org/
阅读全文
posted @ 2016-04-11 21:01 iDEAAM
阅读(1901)
评论(0)
推荐(0)
RUBY Error: Please update your PATH to include build tools or download the DevKit
摘要: 出错的原因是安装XXXXX的时候,需要build tools,但系统中没有。出错信息中同时也给出了解决的法案: 1. 到 http://rubyinstaller.org/downloads/ 去下载dev kit – DevKit-tdm-32-4.5.1-20101214-1400-sfx.ex
阅读全文
posted @ 2016-04-11 00:55 iDEAAM
阅读(793)
评论(0)
推荐(0)
2016年4月10日
怎么使用 bat 使用日期时间重命名文件名
摘要: d: rename A.txt "A%date:~0,4%-%date:~5,2%-%date:~8,2%_%time:~0,2%-%time:~3,2%-%time:~6,2%_backup.txt"
阅读全文
posted @ 2016-04-10 18:32 iDEAAM
阅读(3482)
评论(0)
推荐(0)
2016年4月8日
强制删除一个Windows服务
摘要: 一个挂起的服务如下图所示,该服务相关的所有按钮都被禁用,包括启动、停止、暂停和恢复。 要停止这个服务,首先记住这个服务的名称,在这里是 ‘EntropySoftCFS’. 然后打开命令行窗口,运行 sc queryex 命令来获取服务的 PID,接着使用 taskkill 命令来停止它。
阅读全文
posted @ 2016-04-08 18:47 iDEAAM
阅读(8054)
评论(0)
推荐(0)
ElasticSearch报 EsThreadPoolExecutor[search, queue capacity = 1000, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@c0efba
摘要: ElasticSearch报以下错误的解决办法: "type": "es_rejected_execution_exception", "reason": "rejected execution of org.elasticsearch.transport.TransportService$4@1f
阅读全文
posted @ 2016-04-08 18:40 iDEAAM
阅读(4968)
评论(0)
推荐(0)
MYSQL 更改数据库data存储目录 创建用户 创建权限 设置远程访问的权限.
摘要: 一. 怎么更改数据库data存储目录: 1. 安装MYSQL。 2. 切换到 C:\Program Files\MySQL\MySQL Server 5.6 3. 新建my.ini. 加入如下配置:(默认mysqlservice 的 my.ini 是在 C:\ProgramData\MySQL\My
阅读全文
posted @ 2016-04-08 15:52 iDEAAM
阅读(1440)
评论(0)
推荐(0)
2016年4月3日
使用 bat cmd命令杀掉 删掉运行的程序
摘要: 删掉所有xx.exe开启的进程 taskkill /f /im xx.exe 开启xx.exe start xx.exe
阅读全文
posted @ 2016-04-03 12:04 iDEAAM
阅读(6204)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
57
下一页
公告