(一)串操作指令及重复前缀 一、串操作指令: 1、串传送指令: (1)指令格式: MOVS dst,rsc MOVSB ;ES:[DI]<--DS:[SI],SI<—SI+/-1,DI<—DI+/-1 MOVSW ;ES:[DI]<--DS:[SI];SI<—SI+/-2,DI<—DI+/-2 (2...
分类:
其他好文 时间:
2015-12-24 10:36:36
阅读次数:
200
python核心数据类型 对象类型 例子 数字 1234,-345 字符串 'spam' 列表 [1,3,'ds'] 元组 (1,'spam',6) 字典 {'name':'lili',...
分类:
编程语言 时间:
2015-12-22 23:00:09
阅读次数:
289
this.reportViewer1.LocalReport.DataSources.Add(new Microsoft.Reporting.WinForms.ReportDataSource("DataSet2", ds_com.Tables[0]));this.reportViewer1.Loc...
学习资料: 让 GIT 全局性的忽略 .DS_STORE GIT忽略某些文件 关于Git忽略文件
分类:
其他好文 时间:
2015-12-22 09:00:15
阅读次数:
161
OpenCV+海康威视摄像头的实时读取环境
硬件:
PC:i7-4970 16GB内存 摄像头型号:DS-2CD3310D-I(2.8mm)
软件:
windows-x64、vs2012、opencv2.4.8、hkvision5114-x64版本库
配置
保证使用SADP工具可以识别摄像头,然后配置IP与电脑在同一个网段。 再保证可以从浏览器中访问。账号密码默认的一般是admin、a123...
分类:
其他好文 时间:
2015-12-18 11:53:47
阅读次数:
515
从网上找的git忽略文件挺前面的,现在记录下来,以备后用:tomsuite.xml**pom.xml.releaseBackuprelease.propertiesgen*/seed.txtnoteslogsgen-external-apklibs.idea*.iml.DS_Store*.swpou...
分类:
其他好文 时间:
2015-12-16 12:30:47
阅读次数:
137
Remove existing files from the repository:find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatchAdd the line.DS_Storeto the file.gitigno...
分类:
其他好文 时间:
2015-12-14 21:22:29
阅读次数:
209
1、DataSet 中的数据排序 DataSet ds = new DataSet(); // 获取当前排口的数据 ds = _xiaobill.GetHistoryData(yinZiBianm, zhanDian, beginDate, endDat...
分类:
编程语言 时间:
2015-12-11 12:59:10
阅读次数:
154
在使用Azure虚拟机过程中,不免遇到一些应用对磁盘IOPS要求非常高,针对高IOPS要求的应用,我们在以前只能通过Windows系统层面创建RAID的方式来提升磁盘性能,其实Azure高级存储PremiumStorage在今年上半年就已经正式向广大用户推出,亮点在于PremiumStorage服务采用SSD,并能..
分类:
其他好文 时间:
2015-12-04 21:10:12
阅读次数:
230
a)DS4700存储日志收集 1)收集all support data 1.1、启动客户端”DS Storage manger 10 client”添加控制器IP”192.168.128.101、192.168.128.102“ 1.2、打开菜单Advance-->troubleshooting--...
分类:
其他好文 时间:
2015-12-03 00:13:53
阅读次数:
662