上一页 1 ··· 7 8 9 10 11 12 13 下一页
摘要: 1、ipn支付方式编码问题,paypal默认编码为 gb2312,需要登录paypal后台,进入用户信息设置》销售工具》更多销售工具》paypal按钮编码设置》更多选项,全部修改为UTF-8就行了 阅读全文
posted @ 2017-11-20 11:17 Binz 阅读(1342) 评论(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 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 1、切换到/opt/code目录,没有利用mkdir code创建code目录,新建deploy.sh 脚本文件,内容如下 projectName=""; #默认tomcat目录名称,可根据自己需求改成自己的tomcat名称, tomcatName="tomcat7_8080"; #通过直接杀进程停 阅读全文
posted @ 2017-09-29 14:13 Binz 阅读(450) 评论(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 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 1、create schema [数据库名称] default character set utf8 collate utf8_general_ci;--创建数据库 采用create schema和create database创建数据库的效果一样。 2、create user '[用户名称]'@' 阅读全文
posted @ 2017-08-24 12:18 Binz 阅读(281) 评论(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 阅读(322) 评论(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 阅读(243) 评论(0) 推荐(0) 编辑
摘要: Debian/Ubuntu 用户 首先信任 GitLab 的 GPG 公钥: curl https://packages.gitlab.com/gpg.key 2> /dev/null | sudo apt-key add - &>/dev/null 再选择你的 Debian/Ubuntu 版本,文 阅读全文
posted @ 2017-07-06 09:03 Binz 阅读(795) 评论(0) 推荐(0) 编辑
摘要: jquery load的方式引入的,如果需要在浏览器中断点调试,需要在代码中使用debugger进行断点 阅读全文
posted @ 2017-06-20 09:11 Binz 阅读(513) 评论(0) 推荐(0) 编辑
摘要: 方案1:色调 84饱和度 91亮度 205方案2:色调 85饱和度 124亮度 195方案3:色调 85饱和度 123亮度 205 阅读全文
posted @ 2017-06-16 16:11 Binz 阅读(837) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 下一页