对于cmd的指令我一窍不通,今天见学长用了,记录下:
>cd 文件名 //到该文件下
文件地址加>dr //得到该文件的目录
文件地址加>文件名.exe //运行该文件,是C++程序产生的.exe文件
///如果.cpp的main为main(int argc, char* argv[])
文件地址加>文件名.exe 1.jpg 2.jpg 3.jpg ...
分类:
编程语言 时间:
2014-12-12 22:17:39
阅读次数:
193
List list = new List(); foreach (DataRow dr in ds.Tables[0].Rows) { Part part = new Part(); part.PartID = Convert.ToInt32(dr["PartID"]); part.PartCode...
分类:
Web程序 时间:
2014-12-12 18:56:17
阅读次数:
178
表达式求值时间限制:3000ms | 内存限制:65535KB难度:3描述Dr.Kong设计的机器人卡多掌握了加减法运算以后,最近又学会了一些简单的函数求值,比如,它知道函数min(20,23)的值是20,add(10,98)的值是108等等。经过训练,Dr.Kong设计的机器人卡多甚至会计算一种嵌...
分类:
其他好文 时间:
2014-12-12 18:19:18
阅读次数:
169
经验证,原来ddx、ddy这两个操作,在forward rendering与deferred rendering中存在着很微妙的语义区别。在forward rendering中,GPU shader会自动地判断其2x2区域是否仅有部分落在当前绘制的三角面所覆盖的interpolate范围内。而在dr...
分类:
其他好文 时间:
2014-12-11 06:45:18
阅读次数:
342
OpenFileDialog P_GetFile = new OpenFileDialog(); //创建打开文件对话框对象 DialogResult P_dr = P_GetFile.ShowDialog(); //显示打开文件对话框 ob...
OpenFileDialog P_GetFile = new OpenFileDialog(); //创建打开文件对话框对象 DialogResult P_dr = P_GetFile.ShowDialog(); //显示打开文件对话框 if...
分类:
Web程序 时间:
2014-12-10 15:58:17
阅读次数:
167
引用 public ActionResult GetDemoData() { ArrayList jsonList = new ArrayList(); foreach (DataRow dr in Demo.DemoData().Rows) { jsonList.Add(new A...
分类:
Web程序 时间:
2014-12-08 15:32:21
阅读次数:
281
[root@dr ~]# ./summary # Aspersa System Summary Report ############################## Date | 2014-12-05 01:57:45 UTC (local TZ: CST +0800) Hostname | dr Uptime | 10:40, 2 users, load average: 0.00,...
分类:
其他好文 时间:
2014-12-06 21:38:46
阅读次数:
418
SQLServer2012Whitepaper5TipsforaSmoothSSISUpgradetoSQLServer2012AlwaysOnAGOSUpgradeBuildingaHighAvailabilityandDisasterRecoverySolutionusingAlwaysOnAvailabilityGroupsBuilding_a_HA_and_DR_Solution_using_AlwaysON_SQL_FCIs_and_AGsv1BulkInserttoOracle_finalClea..
分类:
数据库 时间:
2014-12-05 19:43:10
阅读次数:
282
Dr. Wong, Dr. Keough, Mrs.Novogroski, Ms. Curran, members of the board of education, familyand friends of the graduates, ladies and gentlemen of the W...
分类:
其他好文 时间:
2014-12-02 22:27:06
阅读次数:
362