2019年1月9日

摘要: 1.bean对象加方法 2. 将字符串转化成对象 3.equals方法对比两个对象 阅读全文
posted @ 2019-01-09 16:39 nh小金 阅读(186) 评论(0) 推荐(0) 编辑
 
摘要: @Configuration@EnableScheduling@ComponentScan("com.***.timingTask") //扫描路径public class TimingTaskConfig {} 该路径下的组件 @Componentpublic class TimingTask { 阅读全文
posted @ 2019-01-09 14:47 nh小金 阅读(105) 评论(0) 推荐(0) 编辑
 
摘要: 问题: 使用工具类调接口, 偶尔调不通.. 解决办法: 1.加日志 2.编译代码 阅读全文
posted @ 2019-01-09 09:15 nh小金 阅读(86) 评论(0) 推荐(0) 编辑

2018年12月19日

摘要: mysql -h (ip地址) -u (用户名) (密码) (sql) >/tmp/aaa.sql 阅读全文
posted @ 2018-12-19 18:43 nh小金 阅读(110) 评论(0) 推荐(0) 编辑

2018年12月14日

摘要: 需要总结一下哦 阅读全文
posted @ 2018-12-14 16:12 nh小金 阅读(60) 评论(0) 推荐(0) 编辑
 
摘要: 2.Service 3. 配置类(全限定类名是@Value所在的包, 也就是service) 阅读全文
posted @ 2018-12-14 10:35 nh小金 阅读(394) 评论(0) 推荐(0) 编辑
 
摘要: todoList: 1.接口写完并测试 ok 2.货品操作code(各个环境, 还有sql给左军) 47ok, 161ok 3.总结完之前没有总结的. --ok 4.算法一节课. 5.全局配置文件 --ok 今天接了两个接口的新需求. 对照原型进行接口的整理即可. 阅读全文
posted @ 2018-12-14 09:53 nh小金 阅读(85) 评论(0) 推荐(0) 编辑

2018年12月13日

摘要: [SQL]truncate table org_cert;受影响的行: 0时间: 0.021s [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated col 阅读全文
posted @ 2018-12-13 16:31 nh小金 阅读(102) 评论(0) 推荐(0) 编辑
 
摘要: 1. 配置数据源 2.从一个数据库中查询数据 3.将查询出来的数据保存到我们自己的数据库当中 阅读全文
posted @ 2018-12-13 09:29 nh小金 阅读(78) 评论(0) 推荐(0) 编辑

2018年12月11日

摘要: 1. 官网下载软件 2. linux服务器上, 安装上传和下载的工具 yum install -y lrzsz rz : 上传 sz + 文件名 : 下载 3.解压文件 pwd: 查看当前路径 解压到指定文件夹下 输入:tar zxvf 文件名.tgz -C /指定路径(不写指定路径, 就是解压到当 阅读全文
posted @ 2018-12-11 16:27 nh小金 阅读(79) 评论(0) 推荐(0) 编辑