上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 143 下一页
摘要: 用习惯MAC系统的朋友,可能已经习惯了Spotlight全局搜索, 然鹅 windows 里面也有相应的工具 uTools ; 下载地址:https://u.tools/index.html 也是跨平台的,Linux、MacOS 可以使用快捷键节省大量时间; 阅读全文
posted @ 2021-11-02 16:13 刘俊涛的博客 阅读(77) 评论(0) 推荐(0)
摘要: JAVA 工具类库推荐 HuTool 官网地址:https://hutool.cn/docs/#/ 大概有这么多特别好使的工具类,可以直接引入时候,节省开发时间; 开源项目,非常好用; GitHub地址:https://github.com/dromara/hutool 阅读全文
posted @ 2021-11-02 16:06 刘俊涛的博客 阅读(291) 评论(0) 推荐(0)
摘要: 整个项目 测试机 响应特别慢,代码和数据库和正式线 基本一致; 一直怀疑是 索引和 数据库的性能问题; 排查完索引发现,索引和线上一致; 测试机 的数据库 地址是外网ip,导致 每次 数据库请求都要绕一圈; 改为 内网地址即可:192.168.10.1 即可; 另外:127.0.0.1无需解析,lo 阅读全文
posted @ 2021-10-26 18:25 刘俊涛的博客 阅读(297) 评论(0) 推荐(0)
摘要: 《时间管理幸福学》读书笔记 你选择的娱乐方式决定你的未来 每一两年都会安排自己学新的东西 学习,只要尽量按时前去 高标准让你变成完美的奴隶,取舍"是时间管理必有的智慧 不能怕孤独 管好情绪,才能管好时间 好好先生一什么事都好,什么事都做不好 玩的时候,还在想工作! 小事变大,化简为繁 管好自己,管好 阅读全文
posted @ 2021-10-13 19:11 刘俊涛的博客 阅读(67) 评论(0) 推荐(0)
摘要: Automatically organize your desktop shortcuts icons and running tasks. 下载地址:https://www.stardock.com/products/fences/ 当你的桌面特别凌乱,影响工作效率的时候,可以试试这个软件进行管理 阅读全文
posted @ 2021-10-11 16:21 刘俊涛的博客 阅读(480) 评论(0) 推荐(0)
摘要: https://openmoji.org/ 文章来源:刘俊涛的博客 欢迎关注公众号、留言、评论,一起学习。 __________________________________________________________________________________ 若有帮助到您,欢迎点击推荐 阅读全文
posted @ 2021-10-09 15:55 刘俊涛的博客 阅读(98) 评论(0) 推荐(0)
摘要: 想修改docker内部的一些内容: Docker exec -it fasdjflkasjd /bin/bash OCI runtime exec failed: exec failed: container_linux.go:370: starting container process caus 阅读全文
posted @ 2021-09-27 15:06 刘俊涛的博客 阅读(375) 评论(0) 推荐(0)
摘要: The Redirect Loop was because the /oauth2/authorization/ endpoint was secured, thus it was triggering going back to the Web API for an access token. I 阅读全文
posted @ 2021-09-23 18:36 刘俊涛的博客 阅读(1104) 评论(0) 推荐(0)
摘要: IOS点击click不生效; Try to add a pointer cursor to the button and use .on to bind the click event. $('#button1').css('cursor','pointer'); $(document).on('c 阅读全文
posted @ 2021-09-23 15:30 刘俊涛的博客 阅读(101) 评论(0) 推荐(0)
摘要: 现象:一个提交数据页面,嵌入APP ,在IOS和Ipad 端无法 正常提交 ,只是在页面当前刷新; Form 默认提交已经禁用了,问题依旧; 猜想可能和 方法名称有关:默认的submit,和写的 js里面的方法名称可能 冲突了,改下 js里面的 提交方法名称为my_submit(); 完美解决! 教 阅读全文
posted @ 2021-09-18 16:43 刘俊涛的博客 阅读(295) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 143 下一页