错误重现: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
例如:,图的边框会出现a标签默认的边框,解决办法:img{border:0
none},这样就可以了,注意两个一定都要写上去
分类:
其他好文 时间:
2014-05-10 06:00:33
阅读次数:
325
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
题目如下:
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
为freetextbox1.6.5上传图片加上水印
Graphics的DrawImage方法,定义了多种原型,可以在制定位置绘制指定Image对象。利用此方法可以在图片对象上再绘制一个水印图片。结合FreeTextBox方便的图片上传功能,可以实现一个适合图片新闻较多的新闻系统。以下WaterMark方法所带参数为文件流,原始图片名称,水印图片名称,图片保存路径等,对应注释理解代码应该没有多大问...
分类:
其他好文 时间:
2014-05-09 20:57:14
阅读次数:
269