1. HashTable和HashMap的区别 HashMap和Hashtable都实现了Map接口。主要区别:线程安全性,同步(synchronization),以及速度。 1、HashMap是非synchronized,而Hashtable是synchronized,这意味着Hashtable是 ...
分类:
其他好文 时间:
2018-09-12 11:15:47
阅读次数:
137
#转 registered_capital 注册资本 #接下来就是重点了 数据入库更新(这里我是直接自己写好的没来的及修改的代码 三个是写在一起的) ...
分类:
其他好文 时间:
2018-09-11 21:25:49
阅读次数:
226
Normally, a keystroke registered on a component is activated when the component has the focus. This type of activation condition is called WHEN_FOCUSE ...
分类:
其他好文 时间:
2018-09-06 11:06:05
阅读次数:
222
Normally, a keystroke registered to a component is activated when the component has the focus. This type of activation condition is called WHEN_FOCUSE ...
QObject::connect: Cannot queue arguments of type 'QMap<QString,QString>',(Make sure 'QMap<QString,QString>' is registered using qRegisterMetaType().). ...
分类:
Web程序 时间:
2018-09-05 08:57:41
阅读次数:
461
再登陆后自己从码云上往下下载时出现 as报错 ******.is registered as a Git root, but no Git repositories were found there. 原因:目录所示的git项目不存在,导致这个报错 解决方法:在as中的version contral ...
分类:
其他好文 时间:
2018-08-29 14:37:26
阅读次数:
369
建立TCP连接时的TCP三次握手和断开TCP连接时的4次挥手整体过程如下图: 开个玩笑 ACK: TCP协议规定,只有ACK=1时有效,连接建立后所有发送的报文ACK必须为1 SYN(SYNchronization同步):在连接建立用来同步序号。当SYN=1而ACK=0时,表明这是一个连接请求报文。 ...
分类:
其他好文 时间:
2018-08-29 01:11:41
阅读次数:
169
在写web项目的时候经常会遇到xml报错的情况,xmlns变红色,这时我们可以根据如下来解决这个问题:在SchemasandDTDs中按+号:把报错的URL输入进去:点击OK即可
分类:
其他好文 时间:
2018-08-28 22:42:00
阅读次数:
261
配置xml:url is not registered ...
分类:
其他好文 时间:
2018-08-05 14:27:07
阅读次数:
94
1,2选取目标站点,然后3的高级设置,4启用32位的应用程序的属性变为true就可以了。当然,网络上还有其他的版本,你也可以尝试下。 原文地址:http://weblogs.asp.net/kencox/archive/2010/05/20/asp-net-iis-fix-the-microsoft ...
分类:
数据库 时间:
2018-07-26 19:55:15
阅读次数:
185