当终止服务器运行后,再次进行调试时,出现bind error: Address Already in use 在bind函数调用前添加,即可免去Linux下的TIME_WAIT的将近两分钟的等待时间 int on=1; setsockopt(sockfd,SOL_SOCKET,SO_REUSEADD ...
分类:
Web程序 时间:
2020-06-29 13:13:21
阅读次数:
108
1、当同一个xml映射文件内存在两个相同的id(即两个sql语句的id相同)时会报此错 解决:查询sql语句的id值修改 2、在mybatis的配置文件mybatis.xml内使用了<mapper/>标签加载xxxMapper.xml的映射文件报错,因为如果xxxMapper.xml与namespa ...
分类:
其他好文 时间:
2020-06-28 14:54:40
阅读次数:
108
link referenct to @617280219 Sort and group edges by weight. In each step we process one group of edges Discard the edges whose ends are already conne ...
分类:
其他好文 时间:
2020-06-28 09:37:19
阅读次数:
70
In this problem, a tree is an undirected graph that is connected and has no cycles. The given input is a graph that started as a tree with N nodes (wi ...
分类:
其他好文 时间:
2020-06-27 09:35:14
阅读次数:
75
1 BOOL IsAlreadyRun() 2 3 { 4 5 HANDLE hMutex = NULL; 6 hMutex = ::CreateMutex(NULL,FALSE,"Application"); 7 if(hMutex) 8 { 9 if(ERROR_ALREADY_EXIST==: ...
Cypress 新建文件夹 执行命令(注意package.json里面的name不能叫做cypress) npm init npm install cypress --save-dev 去项目目录下面的 Cypress> cd .\node_modules\.bin 执行命令 .\cypress o ...
分类:
其他好文 时间:
2020-06-26 14:40:15
阅读次数:
89
本来很简单的一个功能怎么导出都是乱码。 添加 error_reporting(E_ALL ^ E_NOTICE) ini_set("display_errors",'"on") PHP提示: Cannot modify header information - headers already sen ...
分类:
Web程序 时间:
2020-06-22 01:52:02
阅读次数:
92
1、为什么K8s要引入deployment资源。 答:deployment也是保证pod高可用的一种方式,明明已经有RC(Replication Controller),为什么还要引入deployment呢?是因为deployment解决了RC(Replication Controller)的一个痛 ...
分类:
Web程序 时间:
2020-06-21 14:00:33
阅读次数:
89
git本地的tag和远程仓库不匹配: 2020-06-20 现象: 1、git log 命令显示没有远端的tag版本 2、GIT本地目录无法pull下远程仓库已新增的内容,一直提示Already up to date 3、本地tag数量比远程仓库多git tag 命令查看本地tag数 原因: 。。。 ...
分类:
其他好文 时间:
2020-06-20 16:31:41
阅读次数:
145
今天写ssm 时候运行tomcat时候发现出现了这个错误: 当看见这个错误代码:1099,不要多想打开你的控制管理器,找到进程把看到的所以带有java的字样的全部干掉,百试百准 然后在启动tomcat就好了 ...
分类:
其他好文 时间:
2020-06-19 23:13:34
阅读次数:
56