Usage To run ProGuard, just type: java -jar proguard.jar?options?... You can find the ProGuard jar in the?lib ?directory of the ProGuard distribution. Alternatively, the?bin ?directory conta...
分类:
其他好文 时间:
2014-11-04 21:17:42
阅读次数:
282
(1)#include 报错fatal error: QHostInfo:No such file or directory, 解决办法 在.pro文件中添加 QT += core gui network 记得这里要加上network(2)给Qt软件添加软件图标 (1) 找到一张图片.ico,名字改...
分类:
其他好文 时间:
2014-11-04 18:53:10
阅读次数:
287
Name "capture"
OutFile "capture.exe"
InstallDir "$PROGRAMFILES\capture"
Page directory
Page INSTFILES
UninstPage uninstConfirm
UninstPage instfiles
Var remote_zip_file
Var local_zip_file
Sect...
分类:
其他好文 时间:
2014-11-04 13:09:55
阅读次数:
263
更新Cocoapod之后出现问题:
diff: /../Podfile.lock: No such file or directory
diff: Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or updat...
分类:
移动开发 时间:
2014-11-03 19:31:04
阅读次数:
194
问题重述:
在删掉原来工作空间,重新install pods之后,遇到warning:
ld: warning: directory not found for option '-L/Users/.../Pods/build/Debug-iphoneos'
解决方案:
在Target-Build Settings中找到Search Paths-Library Search Path...
分类:
移动开发 时间:
2014-11-03 19:24:03
阅读次数:
198
1.JNDI(Java Naming and Directory Interface,Java命名和目录接口) 是一组在Java应用中访问命名和目录服务的API。命名服务将名称和对象联系起来,使得我们可以用名称访问对象。目录服务是一种命名服务,在这种服务里,对象不但有名称,还有属性。可以理解为一个....
分类:
数据库 时间:
2014-11-02 23:56:30
阅读次数:
274
1.登陆OperationsManager服务器,并打开OperationsManager管理控制台2.点击管理,右键管理包,选择下载管理包3.选择管理包页面,点击添加,出现的“从目录选择管理包”下,键入ActiveDirectory,点击搜索,将会连接Microsoft站点进行下载相关管理包。根据需要添加和ActiveDi..
分类:
其他好文 时间:
2014-11-02 00:48:03
阅读次数:
295
1,短目录和长目录:短目录和长目录都是放在Data region里的,一个directory entry占用32byte,具体参考下表:Short directory entryNameOffset (byte)Size (bytes)DescriptionDIR_Name011Short name...
分类:
其他好文 时间:
2014-11-01 23:10:50
阅读次数:
423
restorecon-Rv/srv/恢复http权限(如果默认不是http的,可以用semanagefcontext)/etc/httpd/conf.d/00vhost.conf<VirtualHost*:80>DocumentRoot/srv/default/wwwCustomLog"logs/default-vhost.log"combined</VirtualHost><Directory/srv/default/www>Requir..
分类:
Web程序 时间:
2014-11-01 06:29:35
阅读次数:
364
实验:
正向解析
1.[root@localhost etc]# vim /var/named/chroot/etc/named.conf
options {
listen-on port 53 { 172.17.0.142; }; -----修改
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/...
分类:
其他好文 时间:
2014-10-31 22:15:15
阅读次数:
341