会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Binz
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
7
8
9
10
11
12
13
下一页
2018年1月26日
java 发送html邮件,苹果或者某些邮件客户端收到的内容为空白解决方案
摘要: 需要把网页标签中的双引号替换为 " 或者 \\\" 例如 <div id=\\\"container\\\" style=\\\"width: 600px;margin: 0 auto\\\"></div> or <div id="container" style=&q
阅读全文
posted @ 2018-01-26 17:12 Binz
阅读(372)
评论(0)
推荐(0)
2017年12月28日
springmvc+fastjson enum(枚举)支持属性get转json
摘要: maven引用 springxml配置 自定义配置类 ClassUtil 枚举定义 输出结果
阅读全文
posted @ 2017-12-28 10:17 Binz
阅读(4478)
评论(0)
推荐(0)
2017年12月21日
dubbo笔记
摘要: 使用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)
maven使用笔记
摘要: 只构建其中一个模块,先切换到项目跟目录,然后 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)
2017年12月14日
java注解说明
摘要: * 元注解@Target,@Retention,@Documented,@Inherited * * @Target 表示该注解用于什么地方,可能的 ElemenetType 参数包括: * ElemenetType.CONSTRUCTOR 构造器声明 * ElemenetType.FIELD 域声
阅读全文
posted @ 2017-12-14 17:10 Binz
阅读(518)
评论(0)
推荐(0)
2017年11月20日
paypal - 支付所遇到的问题,编码等等
摘要: 1、ipn支付方式编码问题,paypal默认编码为 gb2312,需要登录paypal后台,进入用户信息设置》销售工具》更多销售工具》paypal按钮编码设置》更多选项,全部修改为UTF-8就行了
阅读全文
posted @ 2017-11-20 11:17 Binz
阅读(1515)
评论(0)
推荐(0)
2017年10月27日
eclispe查看jdk源码后特别卡顿导致未响应解决
摘要: 第一步: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)
2017年9月29日
ubuntu+tomcat,多环境、自动化部署脚本,git+maven+tomcat+ubuntu
摘要: 1、切换到/opt/code目录,没有利用mkdir code创建code目录,新建deploy.sh 脚本文件,内容如下 projectName=""; #默认tomcat目录名称,可根据自己需求改成自己的tomcat名称, tomcatName="tomcat7_8080"; #通过直接杀进程停
阅读全文
posted @ 2017-09-29 14:13 Binz
阅读(475)
评论(0)
推荐(0)
2017年9月27日
ubuntu+let's encrypt生成永久免费https证书 ubuntu+tomcat+nginx+let's encrypt
摘要: 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)
2017年8月24日
MySQL创建数据库与创建用户以及授权
摘要: 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
下一页
公告