码迷,mamicode.com
首页 >  
搜索关键字:value type    ( 87067个结果
LNK1169 和 LNK2005
错误重现:1> vs2010创建 C++ win32 project, Application type: DLL.2>为了在工程中使用 CString, 在 stdafx.h 中 Include .3> 编译工程,编译结果如下:LNK1169 和 LNK2005在网上找到一篇文章很详细的解释了这种...
分类:其他好文   时间:2014-05-10 08:05:17    阅读次数:970
substring的用法
value.substring(0, 4)返回的是value的0,1,2,3组成的字符串
分类:其他好文   时间:2014-05-10 07:58:31    阅读次数:220
切换环境后,项目导入报错
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
Jquery Ajax
jqueryajaxeachit 分类: JQueryurl: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和 delete也可以使用,但仅部分浏览器支持。t...
分类:Web程序   时间:2014-05-10 05:55:24    阅读次数:222
设置javascript的资源文件默认编码格式 Content Types
设置javascript的资源文件默认编码格式 Content Types...
分类:编程语言   时间:2014-05-09 22:36:46    阅读次数:353
SP常用的函数
ASP常用的函数,希望能用的着。 dim db  db="dbms.mdb" '******************************************************************  '执行sql语句,不返回值,sql语句最好是如下:  'update 表名 set 字段名=value,字段名=value where 字段名=value  'dele...
分类:其他好文   时间:2014-05-09 22:35:47    阅读次数:341
C语言实现状态设计模式
#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 实现 全角字符 传转换成 半角字符串
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
UVA Parentheses Balance
题目如下: 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!