随笔 - 33  文章 - 0  评论 - 5  阅读 - 15万
08 2018 档案
常用的
摘要:idea下大小写字母转换快捷键: 选中 按 ctrl+shift+U 全局搜索: ctrl+shift+R 本类搜索: ctrl+F 阅读全文
posted @ 2018-08-24 21:30 风景1573 阅读(413) 评论(0) 推荐(0) 编辑
java定时任务
摘要:方法中不能有参数 类上加注解:@Component 方法上加注解@Scheduled 每天10:14执行: @Scheduled(cron = "0 14 10 ? * *") 每5秒执行一次:@Scheduled(fixedRate = 5000) 阅读全文
posted @ 2018-08-24 21:23 风景1573 阅读(230) 评论(0) 推荐(0) 编辑
mysql 记录
摘要:分库时快速在多个数据库中复制表: create table `目标数据库名`.`表名` as SELECT * FROM `数据库名`.`表名` 例:create table `199`.`t01teaminfo_backup` as SELECT * FROM `111`.`t01teaminfo 阅读全文
posted @ 2018-08-24 21:20 风景1573 阅读(146) 评论(0) 推荐(0) 编辑
host 'xx' is not allowed to connect to this MySql server
摘要:update mysql.user set host = '%' where user = 'root'; FLUSH PRIVILEGES; select * from mysql.user; 阅读全文
posted @ 2018-08-24 21:15 风景1573 阅读(146) 评论(0) 推荐(0) 编辑
APPLICATION FAILED TO START
摘要:Description: Cannot determine embedded database driver class for database type NONE Action: If you want an embedded database please put a supported on 阅读全文
posted @ 2018-08-23 14:04 风景1573 阅读(1224) 评论(0) 推荐(1) 编辑
mysql 插入汉字异常: Incorrect string value: '\xE8\xB0\xA2\xE9\x9D\x99' for column 'uname' at row 1
摘要:该字段编码问题,不支持中文,设置支持中文即可 阅读全文
posted @ 2018-08-21 12:18 风景1573 阅读(2804) 评论(0) 推荐(0) 编辑
oracle-记录
摘要:同時查新多个条件的数量 select A.COLUMN_NAME,A.DATA_TYPE from user_tab_columns Awhere TABLE_NAME='T01TEAMINFO' select sales_code, listagg(index_name, ',') within 阅读全文
posted @ 2018-08-13 12:26 风景1573 阅读(167) 评论(0) 推荐(0) 编辑
navicat快捷键
摘要:运行已选择的:Ctrl + Shift + R 阅读全文
posted @ 2018-08-13 11:11 风景1573 阅读(88) 评论(0) 推荐(0) 编辑

< 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

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