会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
牧野流冰87
别自制压力,我们没有必要跟着时间走, 只需跟着心态和能力走 随缘 尽力 问心无愧,其他的,交给天。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
22
下一页
2019年1月3日
Redis5.0.6安装完整步骤
摘要: Redis安装 (1)、wget http://download.redis.io/releases/redis-5.0.5.tar.gz (2)、tar xzf redis-5.0.6.tar.gz (3)、cd redis-5.0.6 (4)、make install PREFIX=/usr/l
阅读全文
posted @ 2019-01-03 11:10 ding9587
阅读(927)
评论(0)
推荐(0)
2018年12月28日
idea远程打断点
摘要: (1)用如下方式启动jar java -Xdebug -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=y -jar duration-web.jar > ams_module_duration.log 2>&1 & (2)ide
阅读全文
posted @ 2018-12-28 15:19 ding9587
阅读(2013)
评论(0)
推荐(0)
2018年12月12日
将本地jar包打包到本地仓库和上传到私服
摘要: 1、本地jar打包到本地仓库 mvn install:install-file -Dfile=jar包完整地址或相对地址 -DgroupId=自定义的groupID -DartifactId=自定义的artifactid -Dversion=自定义版本号 -Dpackaging=jar 如果上传时报
阅读全文
posted @ 2018-12-12 15:15 ding9587
阅读(6354)
评论(0)
推荐(0)
2018年11月30日
boot+Xss防攻击的处理方案
摘要: 以下是boot+Xss防攻击的(解决处理JSON入参)处理方案,第二个亲测有效 https://www.jianshu.com/p/3e4b00b8ff3ahttps://www.jianshu.com/p/dabb3edccbc4
阅读全文
posted @ 2018-11-30 11:10 ding9587
阅读(173)
评论(0)
推荐(0)
2018年9月17日
Springboot入门之分布式事务管理
摘要: springboot默认集成事务,只主要在方法上加上@Transactional即可。 分布式事务一种情况是针对多数据源,解决方案这里使用springboot+jta+atomikos来解决 一、pom文件 <groupId>cn.iponkan</groupId> <artifactId>spri
阅读全文
posted @ 2018-09-17 17:34 ding9587
阅读(2467)
评论(0)
推荐(0)
2018年8月27日
CRT破解版
摘要: 1、先去https://www.ttrar.com/html/VanDyke-SecureCRT.html上面下载一个CRT软件 2、下载一个注册机 http://www.ddooo.com/softdown/112173.htm 注册机里面有说明文档,按照说明操作即可
阅读全文
posted @ 2018-08-27 11:04 ding9587
阅读(392)
评论(0)
推荐(0)
2018年8月17日
Springboot关于脚本脚本启动的项目:
摘要: #!/bin/bashif [ -f ~/.bash_profile ];then . ~/.bash_profilefiJAVA_HOME=/usr/local/usr_software/jdk_1.8.0.121JRE_HOME=/usr/local/usr_software/jdk_1.8.0
阅读全文
posted @ 2018-08-17 09:53 ding9587
阅读(1204)
评论(0)
推荐(0)
2018年8月15日
阿里云申请免费证书
摘要: https://jingyan.baidu.com/article/6c67b1d6431a872787bb1ece.html
阅读全文
posted @ 2018-08-15 17:30 ding9587
阅读(141)
评论(0)
推荐(0)
Nginx+Https自己敲命令生成证书
摘要: nginx配置https访问 一、准备 环境:centos6.8 nginx:1.13.6 二、开始 首先安装依赖包: yum install -y gcc gcc-c++ autoconf automake make zlib zlib-devel openssl openssl-devel pc
阅读全文
posted @ 2018-08-15 17:24 ding9587
阅读(4795)
评论(0)
推荐(0)
Nginx启动SSL功能,并进行功能优化,你看这个就足够了
摘要: 一:开始Nginx的SSL模块 1.1 Nginx如果未开启SSL模块,配置Https时提示错误 1 nginx: [emerg] the "ssl" parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf
阅读全文
posted @ 2018-08-15 15:05 ding9587
阅读(1089)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
22
下一页
公告