1、安装准备 预防volumes项出现Permission denied 2、安装Docker yum install docker docker -v ##查看版本 service docker start ##开启docker服务才能用其他命令 chkconfig docker on docke ...
分类:
其他好文 时间:
2016-12-05 17:12:37
阅读次数:
434
ajaxfileupload源码 解决上传成功不走success的问题 解决高版本jquery兼容性问题 jQuery.extend({ createUploadIframe: function(id, uri) { //create frame var frameId = 'jUploadFram ...
分类:
Web程序 时间:
2016-12-05 17:12:10
阅读次数:
269
压力测试结果:CRASH:崩溃,应用程序在使用过程中,非正常退出ANR:Application Not Responding MonkeyRunner APIs MonkeyRunner:用来连接设备或模拟器 MonkeyDevice:提供安装、卸载应用,发送模拟事件 MonkeyImage :完成 ...
分类:
移动开发 时间:
2016-12-05 17:12:34
阅读次数:
369
n*m P 和 M P可以放人 M不行 人不能相互打到 问最多可以放多少人 ...
分类:
其他好文 时间:
2016-12-05 17:12:21
阅读次数:
247
2016-12-5 16:17:09 在CentOS下开发CTP系统,引入C++程序的过程中,编译(g++ ****)时,有如下提示 【1】 testMdApi.cpp:15:45: warning: deprecated conversion from string constant to ‘ch ...
分类:
编程语言 时间:
2016-12-05 17:12:37
阅读次数:
373
http://blog.csdn.net/modianwutong/article/details/43059435 http://www.cnblogs.com/E7868A/archive/2012/11/16/2772240.html http://wiki.ubuntu.org.cn/Ope ...
分类:
其他好文 时间:
2016-12-05 17:10:48
阅读次数:
144
实现Redis的主从复制配置比较简单,而且容易明白。 下图是要配置的主从复制结构图: 1.说明 Redis主从复制中一个主服务可以有多个从服务,一个从服务可以有多个从服务。 配置比较简单,只需要更改redis.conf文件中的slaveof参数配置即可。 slaveof参数的格式如:slaveof ...
分类:
其他好文 时间:
2016-12-05 17:09:48
阅读次数:
254
线上的统一聊天和推送项目使用的是redis主从,redis版本2.8.6 redis主从和mysql主从目的差不多,但redis主从配置很简单,主要在从节点配置文件指定主节点ip和端口:slaveof 192.168.1.197 6379,然后启动主从,主从就搭建好了redis主从中如果主节点发生故 ...
分类:
其他好文 时间:
2016-12-05 17:10:51
阅读次数:
432
with open('test.txt','r',encoding='utf8') as f: Exception:'encoding' is an invalid keyword argument for this function Reason:'encoding' is not suitabl ...
分类:
编程语言 时间:
2016-12-05 17:10:14
阅读次数:
216
转自: https://blog.dangl.me/categories Continuous Integration RSS ...
分类:
Web程序 时间:
2016-12-05 17:11:39
阅读次数:
278
//发送验证码 $("#get_phone_code").click(function(){ reset_passwd_phone(); }) function reset_passwd_phone(){ $('#reset_passwd_phone').modal(); }<div class=" ...
分类:
其他好文 时间:
2016-12-05 17:10:56
阅读次数:
197
hibernate:是一种典型的ORM框架,是数据库访问中间件。 ORM:对象关系映射,即把数据库中的字段和实体类对象的属性进行关联(把对数据库的操作转换成对对象的操作)。 hibernate和jdbc的联系 1、hibernate是一个开源的、采用面向对象的思想实现ORM映射框架,它对jdbc进行 ...
分类:
Web程序 时间:
2016-12-05 17:10:35
阅读次数:
219
在大型企业中,由于业务复杂、数据量大、数据格式不同、数据交互格式繁杂,并非所有的操作都能通过交互界面进行处理。而有一些操作需要定期读取大批量的数据,然后进行一系列的后续处理。这样的过程就是“批处理”。 ...
分类:
编程语言 时间:
2016-12-05 17:10:35
阅读次数:
248
1.jsp页面代码 [html] view plain copy <form id="userPhoto" name="userPhoto" method="post" action="../uploadUserPhoto" enctype="multipart/form-data"> <input ...
分类:
Web程序 时间:
2016-12-05 17:09:16
阅读次数:
300
1.三个stat函数: int stat(const char *p a t h n a m e, struct stat * b u f) ;int fstat(int f i l e d e s,struct stat * b u f) ;int lstat(const char *p a t ...
分类:
其他好文 时间:
2016-12-05 17:07:36
阅读次数:
168
1. tomcat 需要增加一个pid文件 在tomca/bin 目录下面,增加 setenv.sh 配置,catalina.sh启动的时候会调用,同时配置java内存参数。 2. 增加tomcat.service 3. 使用tomcat.service 配置开机启动 systemctl enabl ...
分类:
其他好文 时间:
2016-12-05 17:06:14
阅读次数:
206