var NeedStr : TStringList;begin NeedStr := TStringList.Create;.....try ......tinally needstr.free; ///如果needstr值为nil时,直接释放会产生invalid pointer operation...
今天用Delphi编写了个dll,用到了TStringList来传递多参数,如下:[delphi] view plaincopy01.function DBM_SetParam(procName: string; paramValues: TStringList = nil): Boolean;s....
先来看看几个XIV中最基本的概念:PartitionsThefundamentalbuildingblockofalogicalvolumeisknownasapartition.Partition是1MB(1024KB),包括aprimarycopy或者secondarycopyofdata,每个Partition都对应一个单独的物理磁盘的某个区域,存储管理员不知道也无法控制一个Partiti..
分类:
其他好文 时间:
2014-11-07 15:02:41
阅读次数:
185
清除浏览器中的缓存,它和其它几句合起来用,就可以使你再次进入曾经访问过的页面时,ie浏览器必须从服务端下载最新的内容,达到刷新的效果。避免HTML页面缓存。width - viewport的宽度 height - viewport的高度initial-scale - 初始的缩放比例m...
分类:
移动开发 时间:
2014-11-07 14:19:29
阅读次数:
203
//导入这个就行了#import //没有导包的时候,提示如下:Implicit declaration of function 'CC_MD5' is invalid in C99CC_MD5( cStr, strlen(cStr),result);
分类:
其他好文 时间:
2014-11-07 12:57:38
阅读次数:
179
错误: "Invalid 9-patch, cannot be less than 3 pixels in a dimension"本文地址: http://blog.csdn.net/caroline_wendy错误: "Invalid 9-patch, cannot be less than 3 pixels in a dimension: Invalid 9-patch, cannot be...
分类:
移动开发 时间:
2014-11-07 08:41:05
阅读次数:
319
在xml布局文件中使用Switch控件时,出现error: invalid symbol: 'switch'报错,代码如下: 原因是在设置其id时使用了关键字(如switch,case等),将其替换成非关键字即可。
分类:
其他好文 时间:
2014-11-07 00:50:32
阅读次数:
201
"No result defined for action ... and result input"错误一般发生在Struts2的拦截器拦截时遇到了问题时,Struts2会将跳转到result为input的视图上,但是在配置文件中并没有给这个Action配置input的result。可以建立一个内容为如下的Jsp文件,并在配置文件中配置result为input时跳转此文件,将会显示出具体的错误原...
分类:
其他好文 时间:
2014-11-06 22:08:59
阅读次数:
222
添加css3的一些Transform的属性使用方法:cssTransform(oDiv[0], 'scale', 300)('rotate', 300);ps:可以完成一个变形继续下一个变形;函数如下:function cssTransform(obj, attr, value) { if (a.....
分类:
Web程序 时间:
2014-11-06 16:41:13
阅读次数:
199
In Crystal Reports, the following error message is displayed when an invalid character is used in the databasetable alias name: Query Engine Error: “T...
分类:
其他好文 时间:
2014-11-06 16:28:36
阅读次数:
355