摘要: 视屏地址:https://www.bilibili.com/video/BV1Zy4y1K7SH?p=14&spm_id_from=pageDriver&vd_source=ad97a93a8a42c9559b03a66114d94d18 vue2 学习笔记: 1. 对象里面写方法,不用写 func 阅读全文
posted @ 2024-04-27 22:23 xiluhua 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 比如: 阅读全文
posted @ 2024-04-23 16:38 xiluhua 阅读(1) 评论(0) 推荐(0) 编辑
摘要: vue-element-admin中如何打断点 1、vue.config.js中加一行 devtool: ‘source-map’ 阅读全文
posted @ 2024-04-22 11:41 xiluhua 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-04-20 21:04 xiluhua 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 感谢作者:https://www.cnblogs.com/lvbok/p/logback.html 解决方案 在配置文件中指定日志配置文件地址: logging: config: classpath:logback-spring.xml 阅读全文
posted @ 2024-04-17 16:59 xiluhua 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 首先,感谢 http://www.manongjc.com/detail/42-hiwfjklnbpukjgd.html & https://huaweicloud.csdn.net/654a1218525bff6100e99afd.html 在jdk8 升级 jdk17,项目 docker 部署失 阅读全文
posted @ 2024-04-14 22:52 xiluhua 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1. 参考资料https://blog.csdn.net/weixin_33850015/article/details/88659213https://github.com/mengyunzhi/springBootSampleCode/tree/master/log-backhttps://se 阅读全文
posted @ 2024-04-14 18:06 xiluhua 阅读(1) 评论(0) 推荐(0) 编辑
摘要: yt-dlp --format='bv*[height=720P]+ba' --proxy=socks5://127.0.0.1:8088/ https://www.youtube.com/watch?v=ZEjJpXTQvgo yt-dlp --help yt-dlp -F --list-form 阅读全文
posted @ 2024-02-22 19:44 xiluhua 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 大数据 https://www.zhihu.com/question/299830109 阅读全文
posted @ 2024-02-11 13:07 xiluhua 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 主要参考此blog: https://blog.csdn.net/rimke/article/details/133740041 命令: schtasks /create /SC daily /ST 16:02 /TN dailyBreakingNews /TR C:\Users\Administr 阅读全文
posted @ 2024-01-19 16:19 xiluhua 阅读(7) 评论(0) 推荐(0) 编辑
摘要: chromedriver 版本:120.0.6099.***下载 https://googlechromelabs.github.io/chrome-for-testing/ 阅读全文
posted @ 2024-01-17 16:08 xiluhua 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 转自 https://baijiahao.baidu.com/s?id=1764575146418823393&wfr=spider&for=pc 虚拟语气的十大句型 一、虚拟条件句: 条件状语从句是非真实情况,在这种情况下要用虚拟语气。 1.条件从句与现在事实不一致,其句型为: 句型1:If +主 阅读全文
posted @ 2023-10-21 21:02 xiluhua 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Do you think the advantages outweigh the disadvantages?1. 这是两面写作题2. 必须分出多少/高低3. 所以说这个题目基本等同于 discuss 的弱强写作结构,不要给自己增加负担觉得新学了一种题目。结构安排:1. 引出争论/背景句 + 给出明 阅读全文
posted @ 2023-09-29 15:04 xiluhua 阅读(24) 评论(0) 推荐(0) 编辑
摘要: Object 对象划分 1.PO(persistant object) 持久对象PO 就是对应数据库中某个表中的一条记录,多个记录可以用 PO 的集合。PO 中应该不包含任何对数据库的操作。 2.DO(Domain Object)领域对象就是从现实世界中抽象出来的有形或无形的业务实体。 3.TO(T 阅读全文
posted @ 2023-04-15 13:24 xiluhua 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 1.this.$nextTick 什么意思? 阅读全文
posted @ 2023-04-13 15:26 xiluhua 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://baijiahao.baidu.com/s?id=1756323888696693422&wfr=spider&for=pc 阅读全文
posted @ 2023-04-03 22:37 xiluhua 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 转自: https://blog.csdn.net/MQ0522/article/details/126847767 阅读全文
posted @ 2023-04-03 21:05 xiluhua 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 原文:https://cloud.tencent.com/developer/article/1894190 5、重启虚拟机 参考:https://blog.csdn.net/iteye_14593/article/details/81244489 http://www.xitongcheng.co 阅读全文
posted @ 2023-03-31 20:54 xiluhua 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1. vscode 缩进 indentation 1.在设置中搜索“tabsize” ,将下图中两个地方都改为4 2. 文件代码片段设置: 阅读全文
posted @ 2023-03-30 15:36 xiluhua 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 问题背景,新建5个springboot modules。使用相同的依赖 pom.xml 文件。其中 4 个工程正常启动。有一个如图:GulimallWareApplication 跑不起来。报错版本不对。 本人机器上只配置了 1.8 的jdk。所以很纳闷。原以为是不是新版本 idea 自带(刚刚下载 阅读全文
posted @ 2023-03-24 19:23 xiluhua 阅读(812) 评论(0) 推荐(0) 编辑
摘要: 用到的命令 docker run -p 3316:3306 --name mysql_gulimall -v ~/mydata_gulimall/mysql/conf:/etc/mysql -v ~/mydata_gulimall/mysql/log:/var/log/mysql -v ~/myda 阅读全文
posted @ 2023-03-19 12:02 xiluhua 阅读(11) 评论(0) 推荐(0) 编辑
摘要: I am a highly experienced Chief Financial Officer (CFO) with a strong background in the oilfield and real estate industries. With over a decade of exp 阅读全文
posted @ 2023-03-17 21:30 xiluhua 阅读(22) 评论(0) 推荐(0) 编辑
摘要: Restrain and refrain has same meaning “stop yourself or a person doing something “. However, if you are using “restrain”, you are stopping yourself or 阅读全文
posted @ 2023-01-25 19:18 xiluhua 阅读(27) 评论(0) 推荐(0) 编辑
摘要: Years from now, some of them may look back and ask themselvies whether they made the right choice, whether they made the most of the opportunites they 阅读全文
posted @ 2022-12-23 19:06 xiluhua 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 关系从句的关系代词什么时候可以省略? 1. 当关系代词在从句中作宾语时 The table you just saw is made of plastics. Tom is not the boy I gave the tickets to. The stranger I spoke of came 阅读全文
posted @ 2022-12-01 18:06 xiluhua 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-09-17 20:45 xiluhua 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 国债收益率倒挂 国债收益率倒挂是指短期国债的收益率高于长期国债收益率的情况。 表面原因是经济中的流动性不足。资金紧张。 至于为何会资金紧张,一般是因为资产泡沫的爆破、或者社会资金链的断裂,导致市场对资金的需求大大提高,这时候短期利率就会大大提高,以至于出现国债收益率出现倒挂的情形。 阅读全文
posted @ 2022-08-23 11:32 xiluhua 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-07-21 09:16 xiluhua 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-07-19 10:09 xiluhua 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 为自由及其敌人寻根: 通往哈耶克的27个路标 摧毁一个世界的方式有很多种,但能真正改变世界的,唯有思想。 弗里德里希·冯·哈耶克,就是那个用思想改变世界的人,精准的核爆炸,摧毁极权的心脏。 英国前首相撒切尔夫人曾亲自写信致敬哈耶克:您对人类厥功至伟! 然而,直到今天,很多人对哈耶克的认识,却只停留在 阅读全文
posted @ 2022-07-19 09:58 xiluhua 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-20 16:48 xiluhua 阅读(15) 评论(0) 推荐(0) 编辑
摘要: excel 数据比对 调出定位对话框 按住【Ctrl】键+【G】键,调出【定位】对话框,点击左下角的【定位条件】。 点击【行内容差异单元格】,点击【确定】。 阅读全文
posted @ 2022-05-20 16:35 xiluhua 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-15 17:07 xiluhua 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 关闭虚拟机后,重新启动。 参考: https://blog.csdn.net/weixin_36599216/article/details/120241107 原因: 很久没有关机 阅读全文
posted @ 2022-04-30 20:46 xiluhua 阅读(183) 评论(0) 推荐(0) 编辑
摘要: uuid 解决重复问题。感谢原创! 阅读全文
posted @ 2022-03-26 20:09 xiluhua 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 2022 goal setting! 2022 goal setting! 1. 保障 core ri corso-integration 各系统的在线稳定运行 2. 改善 core ri corso-integration 的代码质量,以此保障交付质量 3. 优化 datasubmission & 阅读全文
posted @ 2022-03-24 15:39 xiluhua 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 如下下载: 阅读全文
posted @ 2022-03-21 21:00 xiluhua 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 20220325 解决 prpa transationdate 为空问题 CoaMasterJob 优化,不重新加载coa数据,使用指定 txid 加载 20220324 任一保单产生科目 subledge & aggregate 后数量统计 - jason huang CoaMasterJob 优 阅读全文
posted @ 2022-02-28 11:28 xiluhua 阅读(31) 评论(0) 推荐(0) 编辑
摘要: restart.sh #!/bin/bash cd /opt/eba/tecebaex/home/appdir date +%Y%m%d' '%H:%M:%S | tee -a release.log count=$(ls -l swr*.jar|wc -l) echo '1. count: '$c 阅读全文
posted @ 2022-02-10 11:25 xiluhua 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-02-10 11:16 xiluhua 阅读(575) 评论(0) 推荐(0) 编辑