上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 26 下一页
摘要: 阅读全文
posted @ 2021-12-24 11:29 multitude 阅读(20) 评论(0) 推荐(0)
摘要: @Setter(onMethod_ = @Autowired) Environment environment; environment中的变量可以使用java代码来更新掉 System.setProperty(key, value); 阅读全文
posted @ 2021-12-23 13:05 multitude 阅读(239) 评论(0) 推荐(0)
摘要: echo xxxx > ~/bin/somevalue somevalue=$(cat ~/bin/somevalue) 这个对变量跨进程调用非常有效,不用使用source这么重的命令 阅读全文
posted @ 2021-12-23 13:03 multitude 阅读(415) 评论(0) 推荐(0)
摘要: cat /proc/sys/fs/inotify/max_user_watches It can be raised by adding following line to the /etc/sysctl.conf file: fs.inotify.max_user_watches = 524288 阅读全文
posted @ 2021-12-09 16:54 multitude 阅读(37) 评论(0) 推荐(0)
摘要: How do I use password protected proxy server using various command line options? You can simply use wget command as follows: $ wget --proxy-user=USERN 阅读全文
posted @ 2021-11-26 13:43 multitude 阅读(110) 评论(0) 推荐(0)
摘要: 笔记 https://howtodoinjava.com/spring-boot2/h2-database-example/ https://www.cnblogs.com/v1haoge/p/9959855.html http://www.h2database.com/html/features. 阅读全文
posted @ 2021-11-24 14:30 multitude 阅读(69) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/18215389/how-do-i-measure-request-and-response-times-at-once-using-curl Create a new file, curl-format.txt, and pa 阅读全文
posted @ 2021-11-16 11:23 multitude 阅读(99) 评论(0) 推荐(0)
摘要: @ResponseBody @RequestMapping(value = "/images/{path}", method = RequestMethod.GET, produces = MediaType.IMAGE_JPEG_VALUE) @Cacheable("images") public 阅读全文
posted @ 2021-11-15 14:37 multitude 阅读(579) 评论(0) 推荐(0)
摘要: chrome://version http://www.nirsoft.net/utils/chrome_cache_view.html 阅读全文
posted @ 2021-11-15 13:09 multitude 阅读(259) 评论(0) 推荐(0)
摘要: https://www.iteye.com/blog/836811384-1977332 http{ proxy_cache_path /opt/cache levels=1:2 keys_zone=STATIC:10m inactive=96h max_size=40g; server { lis 阅读全文
posted @ 2021-11-11 14:48 multitude 阅读(164) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 26 下一页