Like change page Change activity first we should create a activity ,we should extends class activity and override onCreate() , then configure informat...
分类:
移动开发 时间:
2014-08-12 18:40:24
阅读次数:
215
配置:$ cd Unix-Network-Programming/$ chmod 755 configure$ ./configure主要的工作是检查系统是否有源码编译所依赖的各种资源(系统版本是否匹配、编译器、库文件、头文件以及结构体定义等等)checking build system type....
分类:
其他好文 时间:
2014-08-12 13:05:24
阅读次数:
243
This chapter explains how to use the FileChooser class to enable users to navigate the file system. The samples provided in this chapter explain how to open one or several files, configure a file
ch...
分类:
编程语言 时间:
2014-08-12 10:25:23
阅读次数:
491
./home/zlog/move.php原数据库名:(查询方法:以前ftp里看configure.php)目的数据库名 (刚新建的)原站用户名:目的站用户名(刚新建的)目的数据库用户名(刚新建的)目的数据库密码(刚新建的)完成!!-----------------------------------...
分类:
其他好文 时间:
2014-08-12 10:12:53
阅读次数:
167
安装:sudo yum install automake使用:1 运行autoscan生成两个文件:autoscan.log和configure.scan。将configure.scan重命名为configure.in。 修改configure.in文件:(1) 将AC_INIT中的参数进行填充,如...
分类:
其他好文 时间:
2014-08-11 20:30:22
阅读次数:
169
按照此文http://blog.csdn.net/calmreason/article/details/38488765下载源码包:gtest-1.3.0.zip,解压
进入文件夹执行:
./configure
make
make install
完毕即可正常使用:
(1)包含include目录 -I/root/scp/gtest/gtest-1.3.0;
(2)包含lib中的动态链...
分类:
编程语言 时间:
2014-08-11 15:12:09
阅读次数:
273
1.下载,解压并安装zabbixtar zxvf zabbix-2.0.12.tar.gzcd zabbix-2.0.12./configure --prefix=/usr/local/zabbix --enable-agentmake&&make install2.配置zabbix_agentd....
分类:
其他好文 时间:
2014-08-11 11:33:32
阅读次数:
311
1.安装apr,apr-utils,pcre-devel和openssl-devel[root@wh1~]#tarxfapr-1.5.1.tar.gz
[root@wh1~]#tarxfapr-util-1.5.3.tar.gz
[root@wh1apr-1.5.1]#cdapr-1.5.1
[root@wh1apr-1.5.1]#./configure--prefix=/usr/local/apr
[root@wh1apr-1.5.1]#make&&makeinstall
[roo..
分类:
其他好文 时间:
2014-08-11 03:10:02
阅读次数:
485
1、测试 eclipse下安装activiti插件以及maven 右键新建activiti project(这时会自动创建pom依赖以及activiti.cfg.xml,但还不是maven项目) 选中项目根目录右键选择configure 下的convert maven project(将项目转...
分类:
编程语言 时间:
2014-08-11 00:08:10
阅读次数:
367
一、在服务器上安装rstatd守护进程安装步骤:1.从网上下载rstatd2.将该文件放到/home/user目录下3.chmod777rpc.rstatd----改变该文件读写的权限,拥有所有权限。4.chmod777configure---同上5../configure---配置6.make---编译7.makeinstall---安装8.rpc.rstatd---启动rstatd进..
分类:
系统相关 时间:
2014-08-10 18:58:31
阅读次数:
319