1 2 3 4 5 ··· 22 下一页
摘要: 鲁迅的《故乡》中有此词: 人民教育出版社 六年级上册 第17课《少年闰土》中有相关句子(第三自然段),句子如下: 我的父亲允许了;我也很高兴,因为我早听到闰土这名字,而且知道他和我仿佛年纪,闰月生的,五行缺土,所以他的父亲叫他闰土。他是能装弶捉小鸟雀的。 根据《象传》五行缺土人补五行需要在名字中加有 阅读全文
posted @ 2025-09-23 13:13 刘贵庆 阅读(47) 评论(0) 推荐(0)
摘要: start explorer "C:\Program Files\Tencent\WeChat\WeChat.exe" start explorer "C:\Program Files\Tencent\WeChat\WeChat.exe" start explorer "C:\Program Fil 阅读全文
posted @ 2025-06-22 10:06 刘贵庆 阅读(43) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-01-14 09:02 刘贵庆 阅读(70) 评论(0) 推荐(0)
摘要: public static void main(String[] args) { String input = "com.2022.2326.img.jpeg"; String output = lastDot(input); System.out.println(output); // 输出: . 阅读全文
posted @ 2024-10-20 19:38 刘贵庆 阅读(14) 评论(0) 推荐(0)
摘要: 不知为啥,很简单的问题,很多同学都不会,因此出个规范举例demo. 你认为只写一个: @Scheduled(cron = "0 0 21 * * ?") public void XxxTest() { } 项目运行后会执行吗? 肯定不能,它连是谁,在哪,干啥用的?程序都不知道,咋会被执行? 正确的应 阅读全文
posted @ 2024-10-19 21:56 刘贵庆 阅读(48) 评论(0) 推荐(0)
摘要: <!--阿里云-短信--> <dependency> <groupId>com.aliyun</groupId> <artifactId>dysmsapi20170525</artifactId> <version>3.0.0</version> </dependency> <!--阿里云-短信-- 阅读全文
posted @ 2024-10-18 15:41 刘贵庆 阅读(77) 评论(0) 推荐(0)
摘要: 替换掉js后重启nginx 页面加载后js还是原来的 解决方法.【js版本号】【js不生效】【js失效】 产品升级,部署js后,前端页面加载不生效,F12 NetWork查看js源码还是原来的内容。但是查看前端服务器上js已经是最新版本。 (一般是浏览器缓存导致,清除浏览器缓存即可,但是对于用户来说 阅读全文
posted @ 2024-10-12 10:19 刘贵庆 阅读(130) 评论(0) 推荐(0)
摘要: vim /etc/nginx/nginx.conf 在:http 中加入: server { add_header X-Frame-Options "SAMEORIGIN"; } 如: 重启: cd /usr/sbin ./nginx -s reload 或: sudo nginx -s reloa 阅读全文
posted @ 2024-10-11 20:23 刘贵庆 阅读(19) 评论(0) 推荐(0)
摘要: 正常访问https://whois.pconline.com.cn/ipJson.jsp 有返回值。 当部署上线后报403 解决方法:web页面加入: <meta name="referrer" content="no-referrer" /> 阅读全文
posted @ 2024-10-11 15:30 刘贵庆 阅读(359) 评论(0) 推荐(0)
1 2 3 4 5 ··· 22 下一页