错误重现:1> vs2010创建 C++ win32 project, Application
type: DLL.2>为了在工程中使用 CString, 在 stdafx.h 中 Include .3> 编译工程,编译结果如下:LNK1169
和 LNK2005在网上找到一篇文章很详细的解释了这种...
分类:
其他好文 时间:
2014-05-10 08:05:17
阅读次数:
970
Microsoft Dynamics AX 2012R2
,今天重装了服务器.重装后,导入项目A报错:A table, Extended Data Type, Base Enum or class called
???? already exists.每次重装,AOT中的元素ID都会重新生成,可能是...
分类:
其他好文 时间:
2014-05-10 07:53:57
阅读次数:
243
1 function preventAjax(obj,num){ 2 obj.disabled =
true; 3 var num = num; 4 var types =obj.type; 5 ...
分类:
其他好文 时间:
2014-05-10 05:57:43
阅读次数:
264
jqueryajaxeachit 分类: JQueryurl:
要求为String类型的参数,(默认为当前页地址)发送请求的地址。type:
要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和
delete也可以使用,但仅部分浏览器支持。t...
分类:
Web程序 时间:
2014-05-10 05:55:24
阅读次数:
222
设置javascript的资源文件默认编码格式 Content Types...
分类:
编程语言 时间:
2014-05-09 22:36:46
阅读次数:
353
#include
#include
#include
#ifndef VIRTUAL
#define VIRTUAL
#endif
#ifndef DELETE
#define DELETE(X) do { free(X);X = NULL; } while(0)
#endif
#define NEW(TYPE,pInstance,SUBTYPE) struct TYPE* pInst...
分类:
编程语言 时间:
2014-05-09 22:29:48
阅读次数:
455
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> def strQ2B(ustring):
#把全角字符串转半角
ustr...
分类:
编程语言 时间:
2014-05-09 22:27:33
阅读次数:
342
在verilog中,如果对于一个寄存器可能同时有两个时钟clk对其进行操作,为了防止读写冲突,需要做如下简单处理
clk_f( fast时钟)和clk_s(slow时钟)
clk_s对寄存器time_cnt进行写操作,
clk_f对寄存器time_cnt进行读操作,
所以当clk_f边沿读取time_cnt的值得时候,time_cnt可能正是clk_s对寄存器写的时候,从而造成c...
分类:
其他好文 时间:
2014-05-09 22:11:02
阅读次数:
342
题目如下:
Parentheses Balance
You are given a string consisting of parentheses () and []. A string of this type is said to be correct:
(a)
if it is the empty string
(b)
if A and B are ...
分类:
其他好文 时间:
2014-05-09 20:57:46
阅读次数:
316
org.hibernate.PropertyAccessException: Null
value was assigned to a property JavaBean修改:private Boolean
sex;原因:数据库字段值为NULL,int 类型不能赋值为NULL,只能为0,但有些实际应...
分类:
数据库 时间:
2014-05-09 19:59:18
阅读次数:
318