上一页 1 ··· 7 8 9 10 11 12 13 下一页
摘要: 使用Maven打包依赖项,启动时从本地jar中读取dubbo.xsd 最近项目用到dubbo,打包启动时报错 Failed to read schema document from http://code.alibabatech.com/schema/dubbo/dubbo.xsd 原因: 打包时没 阅读全文
posted @ 2017-12-21 15:47 Binz 阅读(183) 评论(0) 推荐(0)
摘要: 只构建其中一个模块,先切换到项目跟目录,然后 pingjuan-common 修改成自己的对应的模块名称 构建依赖于common的模块 mvn install -pl pingjuan-common -am -amd构建pingjuan-common依赖的模块 mvn install -pl pin 阅读全文
posted @ 2017-12-21 15:24 Binz 阅读(158) 评论(0) 推荐(0)
摘要: * 元注解@Target,@Retention,@Documented,@Inherited * * @Target 表示该注解用于什么地方,可能的 ElemenetType 参数包括: * ElemenetType.CONSTRUCTOR 构造器声明 * ElemenetType.FIELD 域声 阅读全文
posted @ 2017-12-14 17:10 Binz 阅读(514) 评论(0) 推荐(0)
摘要: 1、ipn支付方式编码问题,paypal默认编码为 gb2312,需要登录paypal后台,进入用户信息设置》销售工具》更多销售工具》paypal按钮编码设置》更多选项,全部修改为UTF-8就行了 阅读全文
posted @ 2017-11-20 11:17 Binz 阅读(1501) 评论(0) 推荐(0)
摘要: 第一步:Eclipse -> Preferences -> General -> Startup and Shutdown.不要勾选 RSE UI. 第二步:Eclipse -> Preferences -> Remote Systems. 取消勾选 Re-open Remote Systems v 阅读全文
posted @ 2017-10-27 10:18 Binz 阅读(472) 评论(0) 推荐(0)
摘要: 1、切换到/opt/code目录,没有利用mkdir code创建code目录,新建deploy.sh 脚本文件,内容如下 projectName=""; #默认tomcat目录名称,可根据自己需求改成自己的tomcat名称, tomcatName="tomcat7_8080"; #通过直接杀进程停 阅读全文
posted @ 2017-09-29 14:13 Binz 阅读(469) 评论(0) 推荐(0)
摘要: 1. 下载let's encrypt $ sudo add-apt-repository ppa:certbot/certbot $ sudo apt-get update $ sudo apt-get install certbot 2. 生成密钥,调用之前需要停止nginx certbot ce 阅读全文
posted @ 2017-09-27 11:47 Binz 阅读(633) 评论(0) 推荐(0)
摘要: 1、create database [数据库名称] default character set utf8mb4 collate utf8mb4_unicode_ci;--创建数据库 采用create schema和create database创建数据库的效果一样。 2、create user '[ 阅读全文
posted @ 2017-08-24 12:18 Binz 阅读(286) 评论(0) 推荐(0)
摘要: ps -ef|grep java\ -cp\ .*jar|grep -v grep|cut -c 9-15|xargs kill -9 阅读全文
posted @ 2017-08-24 09:55 Binz 阅读(334) 评论(0) 推荐(0)
摘要: 切换到redmine安装目录 对所有ip开放启动命令,并且注册为后台运行 例如:/opt/code/redmine nohup ruby bin/rails server webrick -e production -b 0.0.0.0 -p 3000 & 阅读全文
posted @ 2017-07-10 14:28 Binz 阅读(250) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 下一页