1>MSVCRT.lib(MSVCR100.dll) : error LNK2005: "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ) already defined in libcmt.lib(stdexcpt.obj)
1>MS...
分类:
其他好文 时间:
2014-06-07 14:42:14
阅读次数:
947
1、错误描述
六月 04, 2014 11:04:03 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Expression maps.key is undefined on line 15, column 25 in map.ftl."
Expression maps...
分类:
其他好文 时间:
2014-06-07 13:59:28
阅读次数:
298
1、删除列:Alter Table TransBetRecord drop column
ToProjectCode2、添加列:Alter Table TransBetRecord Add ToProjectCode varchar(50)
default null
分类:
数据库 时间:
2014-06-07 11:09:50
阅读次数:
237
①字体 其中gridView是gridView的Name(下同)gridView[column,
row].Style.ForeColor =
Color.Red;//设置第row行column列的单元格字体颜色gridView.Rows[row].DefaultCellStyle.ForeColo...
分类:
其他好文 时间:
2014-06-07 08:07:42
阅读次数:
1115
实例名 is 类名-->判断实例是否是 类返回值bool a is
Person判断a是否为Person类型格式化代码Ctrl+K+D虚方法Virtual关键字,一个方法变为虚方法,在子类中便可以被重写,如果子类要重写用关键字override,调用子类对象有重写直接调用重写的方法,没重写直接调用父类...
分类:
其他好文 时间:
2014-06-06 22:28:55
阅读次数:
360
OCP:05322.An index called ORD_CUSTNAME_IX has
been created on the CUSTNAME column in the ORDERStable using the following
command:SQL>CREATE INDEX ord_...
分类:
其他好文 时间:
2014-06-06 20:56:28
阅读次数:
303
VBoxGuestAdditions.isovirtualbox主机和虚拟机之间怎样实现文件共享_百度知道http://zhidao.baidu.com/question/250530961.html?fr=qrl&index=0&qbl=topic_question_0&word=VBoxGues...
分类:
系统相关 时间:
2014-06-06 19:35:07
阅读次数:
300
1.
说说简单的函数回调首先说说一种简单的函数回调机制(一种通过获取对象的指针来进行函数的调用方法)以下是代码演示---这是观察者(被回调)部分:class
Observer{public: // 抽象观察者的纯虚函数 virtual void UpdateMessage() = 0;};class...
分类:
编程语言 时间:
2014-06-06 11:51:11
阅读次数:
315
1、打开Virtual NetworkEditor,开始 --> 程序-->
VMware-->VirtualNetworkEditor选中VMnet0,在下面的“VMnet信息”设置区域选中“桥接”,然后把宿主机的无线网卡添加进去。2、打开VMware软件,选中左边要上网的linux主机,右键
-...
分类:
系统相关 时间:
2014-06-06 07:54:38
阅读次数:
535
//对应数据库中的某个表 [Table(Name = "main.Student")] public
class Student { [Column(Name = "StuName", DbType = "varchar(50)")] public string
StuName { get; set...
分类:
数据库 时间:
2014-06-06 07:34:05
阅读次数:
413