一、string转为ansistring1、直接赋值 (有警告)2、ansistring()类型强制转换。(无警告) 二、ansistring 转为string 1、直接赋值 (有警告)2、string()类型强制转换。(无警告) 三、string 转为Tbytes 1、bytes:= byteso ...
分类:
其他好文 时间:
2016-11-26 17:15:26
阅读次数:
169
[POJ1328]Radar Installation 试题描述 Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small islan ...
分类:
其他好文 时间:
2016-11-26 11:49:26
阅读次数:
172
作为和NSIS并立的、两个最流行的免费Windows应用程序安装包制作工具之一,Inno在学习难度上相对要低一些,非常适合对一些简单的桌面程序打包。但对于较复杂的安装过程,或者Web应用程序来说,我个人觉得不是Inno的强项。当然,既然Inno内嵌了Pascal语言用以扩展功能,理论上不是不可以应付 ...
分类:
数据库 时间:
2016-11-16 15:01:43
阅读次数:
240
一直以来认为'em'是相对于父元素的字体大小. 直到今天学习移动WEB开发,重新复习css的尺寸大小时,惊奇发现:对em深深的误解了!!! 在CSS官网对em的解释实例是: a. h1{line-height:1.2em;} →使用的行高为h1自身的font-size*1.2; b.h1{font- ...
分类:
Web程序 时间:
2016-11-16 14:31:52
阅读次数:
237
Machine Schedule Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 8404 Accepted Submission(s): 421 ...
分类:
其他好文 时间:
2016-11-15 23:45:20
阅读次数:
208
在使用NSIS脚本开发安装卸载程序,使用自定义的nsdialog控件。发现在小部分系统上安装时,一些控件会消失,或者挪位。于是排除问题,看看这些控件的为位置和坐标,发现基本上是使用了对话框单位("u")的控件,才会出现这种问题。下边就这个问题进行分析和解释。 ...
分类:
其他好文 时间:
2016-11-15 19:20:40
阅读次数:
247
when ping, specifying the length of the packet by: ping localhost -l 32 Actually default is -l 32, so if we omit the last option, the sent packets are ...
分类:
Web程序 时间:
2016-11-14 12:28:39
阅读次数:
330
CreateShortCut 快捷文件.lnk 目标文件 参数 图标文件 图标索引号 启动选项 键盘快捷键 描述CreateShortCut "$DESKTOP\快捷方式.lnk" "$INSTDIR\程序.exe" "" "$INSTDIR\图标.ico" ...
分类:
其他好文 时间:
2016-11-04 13:38:24
阅读次数:
234
一、介绍 Windows下面开发好的应用程序要进行分发时有很多打包工具可供选择,如Inno Setup, InstallShield, NSIS, Advanced Installer, Qt Installer Framework等。甚至很多人还选择结合WinRar+Bat来创建应用程序安装包。M ...
分类:
系统相关 时间:
2016-11-03 02:12:28
阅读次数:
393
Train Problem II Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Problem Description As we all know the Train Problem ...
分类:
其他好文 时间:
2016-10-29 18:44:43
阅读次数:
208