本文转载自:http://blog.csdn.net/yushanddddfenghailin/article/details/17250871有些程序需要随系统启动,或者需要建立某些文件关联等问题,这些都是通过在安装程序中对注册表进行操作的结果。Inno Setup中通过[registry]段实现...
分类:
其他好文 时间:
2014-08-01 13:05:11
阅读次数:
249
本文转载自:http://blog.csdn.net/yushanddddfenghailin/article/details/17250967这里将接着在前面的基础上介绍如何在自定义页面上添加按钮。按钮属于Tbutton类,该类继承自TbuttonControl,类定义如下:TButton = c...
分类:
其他好文 时间:
2014-08-01 13:02:51
阅读次数:
303
- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. [self request];}- (voi...
分类:
其他好文 时间:
2014-08-01 10:27:41
阅读次数:
247
This part of the tutorial describes how to?setup a simple Ceph client using librados (for?C++). The only information that the client requires for the?cephx?authentication is Endpoint of the mon...
分类:
其他好文 时间:
2014-07-31 21:24:07
阅读次数:
399
表结构变更后出现的ERROR OGG-01161 Bad column index (88)...
分类:
其他好文 时间:
2014-07-31 21:01:47
阅读次数:
203
本文转载自:http://zhan.renren.com/cxymst?gid=3602888498037535727&from=post&checked=true1,解决方案—添加—新建项目—其他项目类型—安装和部署—安装项目,输入名称Setup,点“确定”2,添加主输出:单击左侧“应用程序文件夹...
无论怎么小心,想完全避免bad code是不可能的,此时就需要一些工具来帮助我们检查代码中是否存在会造成内存泄漏的地方。Android tools中的DDMS就带有一个很不错的内存监测工具Heap,本文讲解了如何使用Heap来进行内存监测。内存监测工具 DDMS --> Heap这里我使用eclip...
分类:
移动开发 时间:
2014-07-31 13:11:06
阅读次数:
207
pip install pil 没有pip install PIL 没有只能源码安装,下载tar.gz到本地解压 python setup.py install,看来没啥问题可是代码一执行,提示encoder jpeg not found好吧,继续装 yum install libjpeg-deve...
分类:
其他好文 时间:
2014-07-31 13:10:46
阅读次数:
212
今天收到报警邮件,提示网站502 bad gateway,输入网站url后果然无法打开:登录服务器查看nginx进程正常:查看fastcGI进程已经停止运行了:问题找到后就该查找是什么原因产生的问题,先把fastcGI进程启动后网站能够访问了再细找原因。查看php日志 tail –n 1000 /u...
分类:
Web程序 时间:
2014-07-30 17:12:33
阅读次数:
329
1、将来aapt和apktool拷贝到/usr/bin/下面 2、运行aapt报错: -bash: /usr/bin/aapt: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory 解决:反查需要的文件在哪个包中 yum whatprovides *...
分类:
系统相关 时间:
2014-07-30 15:07:05
阅读次数:
583