Excel.Application myExcel = new Excel.Application();object missing = System.Reflection.Missing.Value;myExcel.Application.Workbooks.Open(this.txtFile.T...
分类:
其他好文 时间:
2014-07-22 08:04:35
阅读次数:
225
一、定义 开闭原则(OCP),英文全称是Open for extention, Closed for modification Principle,即对扩展开放,对修改关闭原则。该原则的思想是,可以通过扩展来满足变化,而不需要修改代码,或者说在设计一个模块的时候,应当使这个模块可以在不被修...
分类:
其他好文 时间:
2014-07-22 00:38:34
阅读次数:
203
Python中以sys.open()方法打开文件1 import sys2 3 file = open("D:\\file.txt")其中可在第二个参数的位置指定打开文件的模式1 import sys2 3 file = open("D:\\file.txt", "r")参数共有以下几种:rU或Ua...
分类:
编程语言 时间:
2014-07-22 00:19:34
阅读次数:
184
从网上下的jm18.4解压后不能调试,窗口提示 Cannot open annex B ........ 注意要加上命令参数 ,改下工作目录。 改后通过
分类:
其他好文 时间:
2014-07-22 00:15:33
阅读次数:
189
父页面js:function btnAdd_onclick() {window.open("xxx.jsp", "","height=600, width=650, top=100, left=200,z-look=yes,toolbar=yes, menubar=no, scrollbars=ye...
分类:
Web程序 时间:
2014-07-22 00:08:36
阅读次数:
259
1. 方法串链(method chaining)、函数串链1 import os2 os.chdir('C:\\Users\\hwx222865\\Documents\\Pyton_lib')3 with open('james.txt') as data:4 s_line=data.rea...
分类:
编程语言 时间:
2014-07-22 00:07:34
阅读次数:
254
database 概况信息检查 # 检查 database 基本信息 select * from v$version; select name ,open_mode,log_mode from v$database; select instance_number,instance_name ,status from gv$instance; show paramete...
分类:
数据库 时间:
2014-07-21 13:19:23
阅读次数:
339
首先到github网站下载jsoncpp库的最新版本:https://github.com/open-source-parsers/jsoncpp
点击右下角的Download ZIP进行下载
解压后如下所示:
用vs打开makefiles\vs71\jsoncpp.sln
首先将lib_json设为启动项目,编译连接可能会出现如下的错误:
不用管...
分类:
Web程序 时间:
2014-07-21 11:43:04
阅读次数:
501
微软近期Open的职位:Job posting title: Senior Software Design EngineerLocation: China, BeijingLevel: 63Division: Operations System Group Engineering Group Ove...
分类:
移动开发 时间:
2014-07-21 11:27:09
阅读次数:
255
handle*(n)把手,把柄 *(v)处理,解决Turn the Handle to open the door.oppose op=相反 +pose postion位置处于相反的位置或立场Thy boy opposes his father's smoking;he's always try.....
分类:
其他好文 时间:
2014-07-21 11:24:31
阅读次数:
226