01 2015 档案
摘要:常用命令 Maven2 的运行命令为 : mvn ,常用命令为 : mvn archetype:create :创建 Maven 项目 mvn compile :编译源代码 mvn test-compile :编译测试代码 mvn test : 运行应用程...
阅读全文
摘要:mac:lsof-i:8080linux:netstat-anltp|grep8080
阅读全文
摘要:方法一:去Macports官网的下载页面(https://distfiles.macports.org/MacPorts/)下载对用Mac系统的pkg文件,下载完成之后,双击,一路【下一步】,到安装按成。打开一个新终端:输入sudo port install boost,提示输入密码,输入你当前使用...
阅读全文
摘要:http://www.infoq.com/cn/news/2014/01/spring-boot/随着Spring 4新版本的发布,Spring Boot这个新的子项目得到了广泛的关注,因为不管是Spring 4官方发布的新闻稿还是针对首席架构师Adrian Colyer的专访,都对这个子项目所带来...
阅读全文
摘要:1 复制概述 Mysql内建的复制功能是构建大型,高性能应用程序的基础。将Mysql的数据分布到多个系统上去,这种分布的机制,是通过将Mysql的某一台主机的数据复制到其它主机(slaves)上,并重新执行一遍来实现的。复制过程中一个服务器充当主服务器,而一个或多个其它服务器充当从服务器。主服务器将...
阅读全文
摘要:以下是配置和监控半同步复制:1. 半同步复制功能以plugin的方式接入MySQL,需要在主库与从库两端同时开启半同步的支持,具体配置如下:On the mastermysql>INSTALL PLUGIN rpl_semi_sync_master SONAME ‘semisync_master.s...
阅读全文
摘要:最近要做个高可用的mysql。用mysql主主复制方式保证两台数据库的数据一致。结合lvs和keepalived一起使用(keepalived+lvs的设置会再另外一篇文章里写)。搭好环境之后,本人做了以下测试并得到测试结果:=======================测试步骤==========...
阅读全文
摘要:设置方法:步一设A服务服(192.168.1.43)上用户为backup, 123456 ,同步的数据库为test;B服务服(192.168.1.23)上用户为root, 123456,同步的数据库为test;步二配置mysql.ini:A服务器#Replication masterserver-i...
阅读全文
摘要:操作命令:show binlog events in 'binlog.000016' limit 10;reset master 删除所有的二进制日志flush logs 产生一个新的binlog日志文件show master logs; / show binary logs; 查看二进制文件列表和...
阅读全文
摘要:1. lua client library for redis-serverhttps://github.com/nrk/redis-lua2. dependent luasockethttps://github.com/diegonehab/luasocket
阅读全文
摘要:@run server..docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=mysecretpassword -d mysql@applicationdocker run --name some-app --link some-mysql:mys...
阅读全文
摘要:ssh服务安装安装ssh服务#yum install openssh-server -y安装passwd(修改密码需要)#yum install passwd -y修改sshd_config配置文件UsePAM yes改成UsePAM no关闭主机selinux当使用passwd修改容器中root密...
阅读全文
摘要:1. port nat mapping#sshVBoxManage modifyvm "boot2docker-vm" --natpf1 "tcp-port_50022:22,tcp,,50022,,40022”#mysqlVBoxManage modifyvm "boot2docker-vm" -...
阅读全文
摘要:docker save docker load .tar
阅读全文
摘要:cat mem.sh#!/bin/bashIP=`ifconfig | grep 'inet ' | grep -v '127.0.0.1' | awk -F ' ' '{print $2}'| awk -F':' '{print $2}'| head -n 1` //获取IPMAX_mem=95M...
阅读全文
摘要:#!/bin/sh# Source the common setup functions for startup scriptstest -r /etc/rc.common || exit 1. /etc/rc.commonSCRIPT="/usr/local/Cellar/mysql/5.6.22...
阅读全文
摘要:参考:http://blog.csdn.net/ichsonx/article/details/146428971、 为什么使用Nexus 如果没有私服,我们所需的所有构件都需要通过maven的中央仓库和第三方的Maven仓库下载到本地,而一个团队中的所有人都重复的从maven仓库下载构件无疑加大了...
阅读全文
摘要:After Update from jre-7_21 to jre-7_45: Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory() failed; error='Cannot allocate memory' (e...
阅读全文
摘要:24、跳过单元测试org.apache.maven.pluginsmaven-surefire-plugintrue或使用命令:mvn install -Dmaven.test.skip=true
阅读全文
摘要:Client side: yeoman,grunt,bower,angularjsServer side: maven,spring,spring mvc rest,spring data jpa
阅读全文
摘要:mvn dependency:copy-dependencies org.apache.maven.plugins maven-assembly-plugin ...
阅读全文
摘要:现象:1) boot2docker ssh需要输入密码2) boot2docker start 或 up 需要输入密码解决方法:1)删除/Users/sunzhaoyu/.boot2docker/certs/boot2docker-vm 目录;2)执行boot2docker delete、boot2...
阅读全文
摘要:# 第一个-d表示让容器在后台运行# 末尾的-D表示启动ssh的daemon模式,不然容器启动后立刻就变为停止状态了docker run -d NAME/VERSION /etc/init.d/ssh start -D
阅读全文
摘要:http://www.markhneedham.com/blog/2011/12/15/webdriver-getting-it-to-play-nicely-with-xvfb/Thoughts on Software Developmentwith 2 commentsAnother thing...
阅读全文
摘要:resolved by:sudo docker run --privileged ....
阅读全文
摘要:http://www.vpsee.com/2013/07/use-docker-and-lxc-to-build-a-desktop/
阅读全文
摘要:一、为什么需要大批量添加用户; 我们什么时候才需要大批量添加用户呢?有时我们需要让几十个或更多的用户在主机上完成相同或相似的任务,比如我们想同时添加一堆的ftp 用户,这些ftp用户归属同一组,但不允许他们通过终端或远程登录服务器;有时我们可能为了教学,比如我们有50个学生,并且每个学生在服务器上...
阅读全文
摘要:http://blog.csdn.net/kongxx/article/details/38676917
阅读全文
摘要:http://docs.docker.com/articles/ambassador_pattern_linking/
阅读全文
摘要:STAN SCHWERTLYMAY 9, 2012ARTICLES3 COMMENTSDoesn't allow forwarding a range of ports through the UII recently had to forward a range of ports to a Vir...
阅读全文
摘要:http://pro.ctlok.com/2010/07/java-read-html-dom4j-nekohtml.htmlpackage com.ctlok.pro; import java.io.IOException; import org.cyberneko.html.parsers.DO...
阅读全文
摘要:DATE_FORMAT() 函数用于以不同的格式显示日期/时间数据。语法DATE_FORMAT(date,format)date参数是合法的日期。format规定日期/时间的输出格式。可以使用的格式有:格式描述%a缩写星期名%b缩写月名%c月,数值%D带有英文前缀的月中的天%d月的天,数值(00-3...
阅读全文
摘要:http://hi.baidu.com/liangjian1024/blog/item/6861541b1416094842a9ad7c.html表finance有俩个字段如下date datemoney double(15,2) 下面需要对表finance的2010年财务数据,按月进行统计Sql代...
阅读全文
摘要:贡献一篇:云主机可以选择操作系统镜像快速创建主机,这比虚拟机更便捷了,我们本地也可以这么做了,因为有了Docker这个东西。它依赖于 LXC(Linux Container),能从网络上获得配置好的 Linux 镜像,非常容易在隔离的系统中运行自己的应用。也因为它的底层核心是个 LXC,所以在 Ma...
阅读全文
摘要:docker run -d -p 127.0.0.1:33301:22 centos6-sshssh登陆容器:ssh root@127.0.0.1 -p 33301
阅读全文
摘要:1、如何使用NekoHTML? 必须在 Java Build Path里加入 nekohtml.jar , xercesImpl.jar 以及xalan.jar。下载的NekoHTML目录中并没有xercesImpl.jar和xalan.jar,需要自己下载。
阅读全文
摘要:1、String –> InputStreamInputStrem is = new ByteArrayInputStream(str.getBytes());orByteArrayInputStream stream= new ByteArrayInputStream(str.getBytes()...
阅读全文