上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页
摘要: SELECT type, CONVERT ( VARCHAR ( 100 ), t.create_time, 23 ) [date], COUNT ( id ) num FROM crawler_property t WHERE 1 = 1 GROUP BY type, CONVERT ( VARC 阅读全文
posted @ 2019-05-23 15:58 qwer78 阅读(194) 评论(0) 推荐(0)
摘要: redis-cli -h 192.168.3.4 -a 123456 keys user:id:* | xargs redis-cli -h 192.168.3.4 -a 123456 del 阅读全文
posted @ 2019-05-15 17:05 qwer78 阅读(87) 评论(0) 推荐(0)
摘要: UPDATE crawler_property_copy1 SET remark = '无' OUTPUT DELETED.id AS [Before], Inserted.id AS [After] WHERE remark IS NULL 阅读全文
posted @ 2019-05-15 16:13 qwer78 阅读(89) 评论(0) 推荐(0)
摘要: 1.开机自启动爬虫 @CrossOrigin @RestController @RequestMapping("/property") public class PropertyController implements CommandLineRunner { @Autowired private 阅读全文
posted @ 2019-05-08 09:04 qwer78 阅读(203) 评论(0) 推荐(0)
摘要: SELECT * FROM crawler_property_copy1 WHERE (user_mobile + estate_name ) IN ( SELECT user_mobile + estate_name FROM crawler_property_copy1 GROUP BY use 阅读全文
posted @ 2019-05-07 15:32 qwer78 阅读(58) 评论(0) 推荐(0)
摘要: alter table aaa drop column id alter table aaa add id int identity(1,1) 阅读全文
posted @ 2019-04-29 15:00 qwer78 阅读(68) 评论(0) 推荐(0)
摘要: org.thymeleaf.exceptions.TemplateInputException: Error resolving template “user/login”, template might not exist or might not be accessible by any of 阅读全文
posted @ 2019-04-19 09:07 qwer78 阅读(74) 评论(0) 推荐(0)
摘要: 1.获取激活的环境值 import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; @Component public class Propert 阅读全文
posted @ 2019-04-11 09:24 qwer78 阅读(113) 评论(0) 推荐(0)
摘要: 自行添加 jwt与shiro依赖 1.jwt工具包 import io.jsonwebtoken.Claims; import io.jsonwebtoken.JwtBuilder; import io.jsonwebtoken.Jwts; import io.jsonwebtoken.Signat 阅读全文
posted @ 2019-04-09 17:02 qwer78 阅读(28) 评论(0) 推荐(0)
摘要: 转载跳转 阅读全文
posted @ 2019-04-01 14:43 qwer78 阅读(12) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页