摘要:
转自 https://baijiahao.baidu.com/s?id=1764575146418823393&wfr=spider&for=pc 虚拟语气的十大句型 一、虚拟条件句: 条件状语从句是非真实情况,在这种情况下要用虚拟语气。 1.条件从句与现在事实不一致,其句型为: 句型1:If +主 阅读全文
摘要:
Do you think the advantages outweigh the disadvantages?1. 这是两面写作题2. 必须分出多少/高低3. 所以说这个题目基本等同于 discuss 的弱强写作结构,不要给自己增加负担觉得新学了一种题目。结构安排:1. 引出争论/背景句 + 给出明 阅读全文
摘要:
Object 对象划分 1.PO(persistant object) 持久对象PO 就是对应数据库中某个表中的一条记录,多个记录可以用 PO 的集合。PO 中应该不包含任何对数据库的操作。 2.DO(Domain Object)领域对象就是从现实世界中抽象出来的有形或无形的业务实体。 3.TO(T 阅读全文
摘要:
1.this.$nextTick 什么意思? 阅读全文
摘要:
https://baijiahao.baidu.com/s?id=1756323888696693422&wfr=spider&for=pc 阅读全文
摘要:
转自: https://blog.csdn.net/MQ0522/article/details/126847767 阅读全文
摘要:
原文:https://cloud.tencent.com/developer/article/1894190 5、重启虚拟机 参考:https://blog.csdn.net/iteye_14593/article/details/81244489 http://www.xitongcheng.co 阅读全文
摘要:
1. vscode 缩进 indentation 1.在设置中搜索“tabsize” ,将下图中两个地方都改为4 2. 文件代码片段设置: 阅读全文
摘要:
问题背景,新建5个springboot modules。使用相同的依赖 pom.xml 文件。其中 4 个工程正常启动。有一个如图:GulimallWareApplication 跑不起来。报错版本不对。 本人机器上只配置了 1.8 的jdk。所以很纳闷。原以为是不是新版本 idea 自带(刚刚下载 阅读全文
摘要:
用到的命令 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 阅读全文
摘要:
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 阅读全文
摘要:
Restrain and refrain has same meaning “stop yourself or a person doing something “. However, if you are using “restrain”, you are stopping yourself or 阅读全文
摘要:
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 阅读全文
摘要:
关系从句的关系代词什么时候可以省略? 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 阅读全文
摘要:
国债收益率倒挂 国债收益率倒挂是指短期国债的收益率高于长期国债收益率的情况。 表面原因是经济中的流动性不足。资金紧张。 至于为何会资金紧张,一般是因为资产泡沫的爆破、或者社会资金链的断裂,导致市场对资金的需求大大提高,这时候短期利率就会大大提高,以至于出现国债收益率出现倒挂的情形。 阅读全文
摘要:
阅读全文
摘要:
为自由及其敌人寻根: 通往哈耶克的27个路标 摧毁一个世界的方式有很多种,但能真正改变世界的,唯有思想。 弗里德里希·冯·哈耶克,就是那个用思想改变世界的人,精准的核爆炸,摧毁极权的心脏。 英国前首相撒切尔夫人曾亲自写信致敬哈耶克:您对人类厥功至伟! 然而,直到今天,很多人对哈耶克的认识,却只停留在 阅读全文
摘要:
关闭虚拟机后,重新启动。 参考: https://blog.csdn.net/weixin_36599216/article/details/120241107 原因: 很久没有关机 阅读全文
摘要:
2022 goal setting! 2022 goal setting! 1. 保障 core ri corso-integration 各系统的在线稳定运行 2. 改善 core ri corso-integration 的代码质量,以此保障交付质量 3. 优化 datasubmission & 阅读全文
摘要:
20220325 解决 prpa transationdate 为空问题 CoaMasterJob 优化,不重新加载coa数据,使用指定 txid 加载 20220324 任一保单产生科目 subledge & aggregate 后数量统计 - jason huang CoaMasterJob 优 阅读全文
摘要:
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 阅读全文
摘要:
阅读全文
摘要:
# apt-get update Get:1 http://deb.debian.org/debian buster InRelease [122 kB]Reading package lists... Done# apt-get install curl# apt-get install iput 阅读全文
摘要:
str_count DROP FUNCTION IF EXISTS str_count; CREATE FUNCTION str_count(src_str VARCHAR(1000),f_delimiter varchar(50) ) RETURNS int(11) BEGIN if length 阅读全文
摘要:
公司电脑 maven 配置 阅读全文
摘要:
自动导入 阅读全文
摘要:
public class SystemInfo { //通过截取cmd流方式得到计算机的配置信息(不好) public static List<String> getIpAddress() { Process p; List<String> address = new ArrayList<Strin 阅读全文
摘要:
1. unary operator expected 然后就报错:[: -gt: unary operator expected 网上查了下说是当num值为空时导致的,我的解决方法是: maxnum=100 num=`netstat -anlpt |grep $IP |wc -l` #若 num 为 阅读全文
摘要:
// for test only if (EnvTool.isLocalhost) { if (BizEnum.BRANCH_SOURCE.BCP.name().equals(dto.getBranchSource()) && "PA".equals(dto.getBranchType())) { 阅读全文
摘要:
问题: 公司服务器访问不了阿里云 原因: 默认的 dns 配置有问题 解决: 1. 查另一台正常工作的服务器的 dns: nslookup 2. 更新到 /etc/resolv.conf 感谢: http://dns-learning.twnic.net.tw/bind/intro4.html 阅读全文
摘要:
本地解决冲突 1. 先提交自己的分支 2. 切换到 master 并且 pull 最新的下来 3. 再切换到自己的分支 4. git merge master 没有冲突就 git push 有冲突,就看 idea 代码,看代码编译提示 5. 解决完冲突后,git add . 6. git commi 阅读全文