09 2019 档案

摘要:Git : You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists). 解决方法:(1)使用git status 命令查看当前状态 (2)git cherry-pick --abort 放弃git cherry-pick 变更 阅读全文
posted @ 2019-09-29 15:02 雨花梦 阅读(7119) 评论(0) 推荐(1) 编辑
摘要:>>Error Code: 1045. Access denied for user 'test'@'%' (using password: YES) 使用MySQL的select * into outfile ‘/tmp/rs.txt’ from tb_name来导出结果时遇到这个问题, 当前用户 阅读全文
posted @ 2019-09-21 15:30 雨花梦 阅读(366) 评论(0) 推荐(0) 编辑
摘要:-- 当mark_way字段的值为'划拨用地'时把该字段值修改为'00'-- 当mark_way字段的值为'出让用地'时把该字段值修改为'01'-- 否则把该字段的值修改为'' 阅读全文
posted @ 2019-09-21 14:30 雨花梦 阅读(2225) 评论(0) 推荐(0) 编辑
摘要:3.application.yml配置 1.解决thymeleaf修改代码重启问题 导入jar包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId 阅读全文
posted @ 2019-09-17 00:08 雨花梦 阅读(2708) 评论(0) 推荐(1) 编辑
摘要:在MySQL中删除一张表或一条数据的时候,出现[Err] 1451 -Cannot deleteorupdatea parent row:aforeignkeyconstraintfails (...)这是因为MySQL中设置了foreign key关联,造成无法更新或删除数据。可以通过设置FORE 阅读全文
posted @ 2019-09-13 12:40 雨花梦 阅读(16340) 评论(1) 推荐(1) 编辑
摘要:一不小心把idea的菜单栏给隐藏了(如图) ,搞了半天也恢复不了,网上也没有找到什么办法,可是搞得我焦头烂额呀,怎么找也找不到,也不见大神有过提示,最后没办法,想着去看看它的配置文件吧,于是便找到了默认文件存放地点 该目录下(C:\Users\Administrator\.IntelliJIdea2 阅读全文
posted @ 2019-09-12 23:07 雨花梦 阅读(4198) 评论(1) 推荐(0) 编辑
摘要:https://docs.gradle.org/current/userguide/userguide.html 阅读全文
posted @ 2019-09-09 16:24 雨花梦 阅读(148) 评论(0) 推荐(0) 编辑
摘要:https://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html#function_date-format oracle to_char()to_date()函数 mysql日期和字符相互转换方法 mysql 类似to_char 阅读全文
posted @ 2019-09-09 10:52 雨花梦 阅读(1976) 评论(0) 推荐(0) 编辑
摘要:比较两个tag的区别有以下几种方式: 例如两个tag分别为v1.0、 v2.0 1. git log v2.0 ^v1.0 查看v2.0上有,而v1.0上没有的部分; 2. git log v1.0..v2.0 查看v2.0上比v1.0多的部分; 3. git log v1.0...v2.0 只查看 阅读全文
posted @ 2019-09-06 16:18 雨花梦 阅读(4155) 评论(0) 推荐(0) 编辑
摘要:--问题 之前一直都是好的 今天电脑打开,发现电脑所有的TXT记事本,点开来全是乱码,甚至下过来的TXT,或者自己新建的TXT,打上中文字,点保存会弹出 该文件含有unicode格式的字符什么什么的,然后点确定就变乱码了,求大神求救 C:\Users\Administrator\Desktop\新建 阅读全文
posted @ 2019-09-01 17:05 雨花梦 阅读(4474) 评论(0) 推荐(0) 编辑

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