上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 55 下一页

2019年11月12日

git stash 操作

摘要: git stash 用法总结和注意点 常用git stash命令: (1)git stash save "save message" : 执行存储时,添加备注,方便查找,只有git stash 也要可以的,但查找时不方便识别。 (2)git stash list :查看stash了哪些存储 (3)g 阅读全文

posted @ 2019-11-12 10:54 正义的伙伴! 阅读(534) 评论(0) 推荐(0) 编辑

2019年10月30日

css loading 效果

摘要: 昨晚用CSS3实现了几种常见的Loading效果,虽然很简单,但还是分享一下,顺便也当是做做笔记…… 第1种效果: 代码如下: 第2种效果: 代码如下: 第3-5种效果: 代码如下: 第3-5种效果的css样式分别为: 第6-8种效果: 代码如下: 第6-8种效果的css样式分别为: 第9-10种效 阅读全文

posted @ 2019-10-30 19:46 正义的伙伴! 阅读(344) 评论(0) 推荐(0) 编辑

2019年10月29日

spring data jpa 不更新 null 值,

摘要: @DynamicInsert @DynamicUpdate在实体类 加入这两个注解即可,但是可能 影响性能.... 阅读全文

posted @ 2019-10-29 15:07 正义的伙伴! 阅读(2508) 评论(1) 推荐(0) 编辑

2019年10月28日

gitea windows 安装

摘要: START_SSH_SERVER = true ,启用默认的 ssh // 安装为 服务 sc create gitea start= auto binPath= ""E:\gitea\gitea.exe" web --config "E:\gitea\custom\conf\app.ini"" [ 阅读全文

posted @ 2019-10-28 17:34 正义的伙伴! 阅读(2083) 评论(0) 推荐(0) 编辑

2019年10月22日

spring boot 错误页面配置

摘要: 如果访问了错误的路径,或者后台报错 如果没有一个统一的页面! 或者说页面上展示一堆报错信息,既影响美观,又对用户不友好! 那么如何配置? 定义 ErrorPageConfig,配置错误状态与对应访问路径 定义控制器,专门用于ErrorPageConfig 跳转路径 在comm文件夹 下新建页面 访问 阅读全文

posted @ 2019-10-22 23:03 正义的伙伴! 阅读(4738) 评论(1) 推荐(1) 编辑

mysql 常用用函数

摘要: #1 根据时间获取时间戳 date_format(date, format) 函数,MySQL日期格式化函数date_format() unix_timestamp() 函数 str_to_date(str, format) 函数 from_unixtime(unix_timestamp, form 阅读全文

posted @ 2019-10-22 10:34 正义的伙伴! 阅读(389) 评论(0) 推荐(0) 编辑

2019年10月17日

nginx 安装 tomcat pfx 格式证书

摘要: 需要使用 openssl !!!!!!!!! 首先,nginx在编译安装时得安装ssl模块上传ssl证书到服务器/usr/local/nginx/ssl/xxx.pfx 生成证书crt可key openssl pkcs12 -in /usr/local/nginx/ssl/xxx.pfx -clce 阅读全文

posted @ 2019-10-17 14:47 正义的伙伴! 阅读(709) 评论(0) 推荐(0) 编辑

git pull 报错

摘要: 问题: 1、本地初始化了git仓库,放了一些文件进去并进行了add操作和commit提交操作; 2、github创建了git仓库并建立了README,.gitignore等文件; 3、本地仓库添加了github上的git仓库作为远程仓库,起名origin; git remote add origin 阅读全文

posted @ 2019-10-17 11:33 正义的伙伴! 阅读(787) 评论(0) 推荐(0) 编辑

2019年10月12日

maven 打 jar 包,包含 xml, 包含 额外 jar

摘要: org.springframework.boot spring-boot-maven-plugin org.apache.maven.plugins maven-co... 阅读全文

posted @ 2019-10-12 15:56 正义的伙伴! 阅读(708) 评论(0) 推荐(0) 编辑

2019年10月9日

git clone 分支代码

摘要: git clone -b produce git@192.168.0.30:xxxxxxxxxxxxxx.git-b 参数后跟 分支名称 阅读全文

posted @ 2019-10-09 14:58 正义的伙伴! 阅读(402) 评论(0) 推荐(0) 编辑

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 55 下一页

导航

//增加一段JS脚本,为目录生成使用