上一页 1 ··· 7 8 9 10 11 12 13 下一页
摘要: 需要把网页标签中的双引号替换为 &quot; 或者 \\\" 例如 <div id=\\\"container\\\" style=\\\"width: 600px;margin: 0 auto\\\"></div> or <div id=&quot;container&quot; style=&q 阅读全文
posted @ 2018-01-26 17:12 Binz 阅读(372) 评论(0) 推荐(0)
摘要: maven引用 springxml配置 自定义配置类 ClassUtil 枚举定义 输出结果 阅读全文
posted @ 2017-12-28 10:17 Binz 阅读(4478) 评论(0) 推荐(0)
摘要: 使用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 阅读(186) 评论(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 阅读(160) 评论(0) 推荐(0)
摘要: * 元注解@Target,@Retention,@Documented,@Inherited * * @Target 表示该注解用于什么地方,可能的 ElemenetType 参数包括: * ElemenetType.CONSTRUCTOR 构造器声明 * ElemenetType.FIELD 域声 阅读全文
posted @ 2017-12-14 17:10 Binz 阅读(518) 评论(0) 推荐(0)
摘要: 1、ipn支付方式编码问题,paypal默认编码为 gb2312,需要登录paypal后台,进入用户信息设置》销售工具》更多销售工具》paypal按钮编码设置》更多选项,全部修改为UTF-8就行了 阅读全文
posted @ 2017-11-20 11:17 Binz 阅读(1516) 评论(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 阅读(475) 评论(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 阅读(636) 评论(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 阅读(292) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 下一页