会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
iDEAAM 爱地爱木
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
11
12
13
14
15
16
17
18
19
···
57
下一页
2016年3月31日
Mysql 自增列 主键
摘要: Mysql中假如有 ID Int auto_increment, CID varchar(36). 通常情况下都是 ID设置为主键。 假如要设置CID为主键。自增列ID必需是唯一索引。
阅读全文
posted @ 2016-03-31 11:52 iDEAAM
阅读(1409)
评论(0)
推荐(0)
2016年3月29日
Azure 怎么开通FTP
摘要: 1. 需要在Azure Portal设置端口:21, 1035, 1036, 1037,1038,1039,1040 2. 需要内网放开端口:21, 1035, 1036, 1037,1038,1039,1040 3. 需要在FTP服务器软件开通:
阅读全文
posted @ 2016-03-29 17:21 iDEAAM
阅读(429)
评论(0)
推荐(0)
2016年3月22日
如何安装rockmongo(gui for mongodb)
摘要: 1.下载rockmongo 下载地址: http://rockmongo.com/downloads 将下载下来的压缩包rockmongo-1.1.5.zip解压到web 发布目录(我这里使用的是apache,发布目录可以参考httpd.conf中的DocumentRoot项) 2.下载mongod
阅读全文
posted @ 2016-03-22 18:07 iDEAAM
阅读(973)
评论(0)
推荐(0)
2016年3月20日
安装composer slim(php web api micro services)
摘要: 1. 安装php7 2. 下载 https://getcomposer.org/composer.phar 3. 开启ssh, 在 php.ini中。extension=C:\Program Files\php-7.0.4\ext\php_openssl.dll 4. C:\Program File
阅读全文
posted @ 2016-03-20 15:29 iDEAAM
阅读(398)
评论(0)
推荐(0)
2016年3月12日
rubygems ruby国内源
摘要: rubygems.org资源不能正常访问,需要调整一下GEM的source镜像 1.首先确认一下当前source镜像地址 gem sources -l 服务器为 https:// ruby gem s.org/ *** CURRENT SOURCES *** https://rubygems.org
阅读全文
posted @ 2016-03-12 19:32 iDEAAM
阅读(913)
评论(0)
推荐(0)
2016年3月11日
怎么修改Elasticsearch的对外ip 默认是本地IP 127.0.0.1
摘要: //修改C:\Program Files\elasticsearch-2.1.1\config\elasticsearch.yml: network.bind_host: 172.16.1.86 path.data: E:\ElasticsearchData\Data path.logs: E:\E
阅读全文
posted @ 2016-03-11 19:10 iDEAAM
阅读(6179)
评论(0)
推荐(0)
Logstash怎么导入csv
摘要: Logstash.Conf input { file { type => "SSRCode" path => "E:/FTPRootWorkSpace/SD/2016*/2016*/*.txt" start_position => "beginning" } } filter { csv { columns => ["Code"...
阅读全文
posted @ 2016-03-11 18:50 iDEAAM
阅读(1987)
评论(0)
推荐(0)
MongoDB创建索引(不锁库方法)
摘要: db.collection.createIndex( { a: 1 }, { background: true } )https://docs.mongodb.org/manual/tutorial/build-indexes-in-the-background/
阅读全文
posted @ 2016-03-11 14:19 iDEAAM
阅读(1487)
评论(0)
推荐(0)
2016年3月5日
怎么样快速完整备份和压缩 很大的 sqlserver 1TB 数据库 -摘自网络
摘要: How to increase SQL Database Full Backup speed using compression and Solid State Disks The SQL 2008 Database backup compression feature (which was int
阅读全文
posted @ 2016-03-05 20:17 iDEAAM
阅读(4122)
评论(0)
推荐(0)
2016年2月17日
JAVA class 编译jar。 控制台使用jar
摘要: //编译jar jar -cvf -mgtvEncode.jar -mgtvEncode.class //使用jar java -cp mgtvEncode.jar mgtvEncode
阅读全文
posted @ 2016-02-17 13:40 iDEAAM
阅读(306)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
57
下一页
公告