随笔 - 502  文章 - 1 评论 - 6 阅读 - 37万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

01 2018 档案
Nginx Linux yum安装
摘要:-- 安装>yum install nginx -y -- 查看>whereis nginx>目录>/usr/sbin/nginx 执行命令>/etc/nginx 配置文件位置>启动>/usr/sbin/nginx -c /etc/nginx/nginx.conf>停止sbin>nginx -s stop 阅读全文
posted @ 2018-01-27 10:22 1161588342 阅读(98) 评论(0) 推荐(0) 编辑
Nginx 前后端分离配置 分发
摘要:前端项目VUE 端口8081 , 后端项目JAVA 端口8080 #js, css缓存 location ~ .*\.(js|css)$ { proxy_set_header Host $host; proxy_pass http://127.0.0.1:8080; proxy_redirect o 阅读全文
posted @ 2018-01-27 10:17 1161588342 阅读(503) 评论(0) 推荐(0) 编辑
Spring boot 执行jar文件 方式
摘要:比如编码utf-8, 环境为test. 在这里nohup 命令使用了解一下 操作系统中有三个常用的流: 0:标准输入流 stdin 1:标准输出流 stdout 2:标准错误流 stderr 一般当我们用 > console.txt,实际是 1>console.txt的省略用法;< console. 阅读全文
posted @ 2018-01-27 10:14 1161588342 阅读(385) 评论(0) 推荐(0) 编辑
Linux tar.gz zip 解压缩 压缩命令
摘要:来自: https://www.cnblogs.com/wangluochong/p/7194037.html 阅读全文
posted @ 2018-01-27 10:11 1161588342 阅读(6122) 评论(0) 推荐(0) 编辑
mockjs 使用
摘要:https://www.cnblogs.com/rich23/p/6121438.html 阅读全文
posted @ 2018-01-25 18:46 1161588342 阅读(96) 评论(0) 推荐(0) 编辑
Linux 查看磁盘空间
摘要:一、首先使用 df -h 命令查看磁盘剩余空间 二、du -ah --max-depth=1 三、du -ah --max-depth=1 | sort -hr 阅读全文
posted @ 2018-01-25 12:29 1161588342 阅读(530) 评论(0) 推荐(0) 编辑
Spring Boot @Trasactionl 失效, JDK,CGLIB动态代理
摘要:来自: https://www.cnblogs.com/sweetchildomine/p/6978037.html?utm_source=itdadao&utm_medium=referral Cglib方式 1:添加注解 2:修改yml配置 3:添加Aop依赖 默认mvc没有包括aop的 4:调 阅读全文
posted @ 2018-01-22 15:06 1161588342 阅读(337) 评论(0) 推荐(0) 编辑
mySQL:两表更新(用一个表更新另一个表)的SQL语句
摘要:https://www.cnblogs.com/nsw2018/p/6398020.html 阅读全文
posted @ 2018-01-22 10:39 1161588342 阅读(442) 评论(0) 推荐(0) 编辑
微信 网页授权
摘要:https://www.cnblogs.com/txw1958/p/weixin71-oauth20.html 阅读全文
posted @ 2018-01-20 11:01 1161588342 阅读(111) 评论(0) 推荐(0) 编辑
Mysql 游标使用
摘要:BEGIN #shopsId 商家ID #accountDay 10位日期 2018-01-09 -- 定义一个或者多个 变量来接收 游标查询的列值 DECLARE receiptContentId INT; -- 遍历数据结束标志 DECLARE done INT DEFAULT FALSE... 阅读全文
posted @ 2018-01-12 14:29 1161588342 阅读(175) 评论(0) 推荐(0) 编辑
Mysql IN 优化
摘要:https://www.cnblogs.com/yuanpengchao/p/5783500.html 阅读全文
posted @ 2018-01-11 12:03 1161588342 阅读(117) 评论(0) 推荐(0) 编辑
Spring Colud 学习
摘要:转自: http://blog.csdn.net/forezp/article/details/70148833#t0 阅读全文
posted @ 2018-01-10 18:56 1161588342 阅读(187) 评论(0) 推荐(0) 编辑
Java Integer值用==和equals相等问题
摘要:来自 http://blog.csdn.net/w112736112736/article/details/77986283 阅读全文
posted @ 2018-01-10 18:54 1161588342 阅读(125) 评论(0) 推荐(0) 编辑
Oracle 递归查询
摘要:https://www.cnblogs.com/yingsong/p/5035907.html 阅读全文
posted @ 2018-01-05 18:09 1161588342 阅读(103) 评论(0) 推荐(0) 编辑
mybatis 常用jdbcType数据类型
摘要:来自 : http://blog.csdn.net/paincupid/article/details/50922981 阅读全文
posted @ 2018-01-04 18:11 1161588342 阅读(127) 评论(0) 推荐(0) 编辑
Mysql 唯一性约束添加
摘要:来自: http://blog.csdn.net/yumushui/article/details/38960619 阅读全文
posted @ 2018-01-02 11:35 1161588342 阅读(2545) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示