Q: 在静态库中使用catagory分类运行时提示"selector not recognized" A:?需要配置下project/target属性 Q: 在iOS7以后怎么截图 A:?iOS7 提供了相关API实现截图功能,如:-drawViewHierarchyInRect:afterScreenUp...
分类:
移动开发 时间:
2014-08-22 11:04:46
阅读次数:
148
1:安装libevent
rpm -aq |grep libevent|xargs rpm -e --nodeps
tar zxvf libevent-2.0.21-stable.tar.gz
cd libevent-2.0.21-stable
./configure --prefix=/usr/local/libevent
make && mak...
分类:
其他好文 时间:
2014-08-07 13:26:20
阅读次数:
294
Streams AQ: qmn coordinator waiting for slave to start...
分类:
其他好文 时间:
2014-08-01 00:02:40
阅读次数:
365
可以证明O是三角形ABC的垂心。作图辅助线,一个很重要的技巧是延长中线等中线。可以证明三角形DNA全等于ABC。然后通过角度变换容易证明AQ垂直于BC。#include #include #include using namespace std;struct point{ double x,y;}A...
分类:
其他好文 时间:
2014-07-29 17:15:32
阅读次数:
264
工作流管理器的检查点(DB层面):--1:数据库job aq参数设置,建议设置job_queue_processes》=10select p.NAME,p.DESCRIPTION,p.VALUE fromv$parameter pwhere p.name in('job_queue_processe...
分类:
其他好文 时间:
2014-07-16 22:57:24
阅读次数:
206
一、 删除Redhat 自带的yum// root 用户执行rpm -aq|grep yum|xargs rpm -e --nodeps 二 、下载CentOS 的 yum 安装文件wget http://mirrors.163.com/centos/6/os/x86_64/Packages/pyt...
分类:
系统相关 时间:
2014-07-13 23:28:05
阅读次数:
392
centos 卸载vsftpd方法在服务器上安装了vsftpd,配置出错需要卸载vsftpd。卸载vsftpd的命令如下:1 [root@localhost ~]# rpm -aq vsftpd2 vsftpd-2.0.5-16.el5_5.1 #此处是查找vsftpd的返回结果3 [root@lo...
分类:
其他好文 时间:
2014-06-14 15:31:35
阅读次数:
470
1删除rhel自带的yum包:rpm-aq|grepyum|xargsrpm-e--nodeps2安装yum:[china~/yum_64#]rpm-ivhpython-iniparse-0.3.1-2.1.el6.noarch.rpm
warning:python-iniparse-0.3.1-2.1.el6.noarch.rpm:HeaderV3RSA/SHA256Signature,keyIDc105b9de:NOKEY
Preparing...###################..
分类:
其他好文 时间:
2014-05-20 20:01:32
阅读次数:
886
今天做了一个简单的应用,大致是向服务器请求一张图片,然后点击跳转到另外一个界面上使得这张图片可以自由伸缩。
首先是在ActivityA中请求图片,使用Ajax请求,代码如下所示。
// 2014.5.12晚
AQuery aq = new AQuery(RepairInfoDetail.this);
mViewPhotoText = (TextView) findViewBy...
分类:
其他好文 时间:
2014-05-15 03:48:56
阅读次数:
322
1、删除redhat原有的yum源#rpm-aq|grepyum|xargsrpm-e--nodeps2、下载新的yum安装包这里我们使用CentOS的yum源#wgethttp://mirror.centos.org/centos/6.0/os/i386/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm#wgethttp://mirror.centos.org/centos/6.0/os/i386/Package..
分类:
其他好文 时间:
2014-05-08 16:40:46
阅读次数:
286