错误重现: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
Array.prototype.slice.call(document.links,0).forEach(function(link){link.onmousedown
= null})插件总失效 用这个对付下
分类:
其他好文 时间:
2014-05-10 00:15:19
阅读次数:
250
设置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
题目如下:
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
AJAX的底层实现都是浏览器提供的,所以任何基于api上面的框架或者库,都只是说对于功能的灵活与兼容维护性做出最优的扩展
ajax请求的流程:
1、通过 new XMLHttpRequest 或其它的形式(指IE)生成ajax的对象xhr。
2、通过xhr.open(type, url, async, username, password)的形式建立一个连接。
3、通过se...
分类:
Web程序 时间:
2014-05-09 15:22:17
阅读次数:
454
AJAX的底层实现都是浏览器提供的,所以任何基于api上面的框架或者库,都只是说对于功能的灵活与兼容维护性做出最优的扩展ajax请求的流程:1、通过
new XMLHttpRequest 或其它的形式(指IE)生成ajax的对象xhr。2、通过xhr.open(type, url, async, u...
分类:
Web程序 时间:
2014-05-09 13:11:06
阅读次数:
544