1. 浏览文件 1 void CDlgCompare::OnBnClickedBtnSel() 2 { 3 // TODO: Add your control notification handler code here 4 UpdateData(TRUE); 5 CFil...
分类:
其他好文 时间:
2014-06-23 06:28:47
阅读次数:
328
1. 需要使用svnant,从SVN中获取源码需要使用的扩展包:svnant-1.3.1.zip里所有的jar下载地址:http://subclipse.tigris.org/files/documents/906/49042/svnant-1.3.1.zipbuild.xml中的写法 ...
分类:
其他好文 时间:
2014-06-23 06:21:04
阅读次数:
206
今天闲来无事,把以前自己搞的一个数据库操作类重新整理了一下,把命名规范了一下,位置和功能重新规划了一下。源代码下载:http://files.cnblogs.com/xiaoshuai1992/xsFrameWork.SqlServer.zip请先看图片和介绍DbOperate文件夹 DbAc...
分类:
数据库 时间:
2014-06-23 06:05:19
阅读次数:
286
1 #coding:utf-82 3 import os4 5 6 for root,dirs,files in os.walk("D:"):7 for fileItem in files:8 print root + os.sep + fileItem结果如下
分类:
其他好文 时间:
2014-06-23 00:30:04
阅读次数:
244
按照网上搜索到的方法,结果一直提示:
[SC] StartService 失败 1053:
服务没有及时响应启动或控制请求。
版本信息
D:\Program Files (x86)\Subversion\bin>svnserve --version
svnserve,版本 1.8.9 (r1591380)
编译于 May 7 2014,11:00:25 在 x86-mic...
Is it a dream that you can access text files using SQL statements?
But now, it is true that DB Query Analyzer provides you a power tool which can help you realize the dream above. I’ll give you a sample to show its powerful function. What’s more, the p...
分类:
数据库 时间:
2014-06-21 18:41:54
阅读次数:
510
HCI, 主机控制接口(Host Controller Interface), 是蓝牙协议栈的重要部分, 相应的规范位于Core Version 4.1的vol 2:Part E和vol 4HCI提供了对控制器的统一接口,用来沟通Host和Control,如下图所示在规范中对HCI分为两个部分介绍 ...
分类:
其他好文 时间:
2014-06-21 17:24:09
阅读次数:
1445
场景: 创建一个Virtual Switch,支持VLAN,支持MAC-Learning 包含下面四个Port: P1, truck port P2, VLAN 20 P3, P4 VLAN 30 包含五个flow table: Table 0: Admission control. Table 1...
分类:
其他好文 时间:
2014-06-21 15:51:51
阅读次数:
295
我们这一节主要来看Controller Controller有两种: Primary Controller: 真正控制vswitch的flow table,vswitch会保持和controller的连接,如果失败,取决于bridge的fail mode。一个vswitch可以连接多个Control...
分类:
其他好文 时间:
2014-06-21 15:24:44
阅读次数:
270
Figure 1: Low latency software defined networking control loop The articles SDN and delay and Delay and stability describe the critical importance of ...