tarxfphp-5.4.13.tar.bz2cdphp-5.4.13./configure--prefix=/usr/local/php--with-mysql=/usr/local/mysql--with-openssl--with-mysqli=/usr/local/mysql/bin/mysql_config--enable-mbstring--with-freetype-dir--with-jpeg-dir--with-png-dir--with-zlib--with-libxml-dir=/usr..
分类:
Web程序 时间:
2014-10-15 16:53:01
阅读次数:
259
第一步:申请证书: 第二步:申请app ids,应用名字必须一致。然后再进入进行编辑,使其enable,绿灯。 第三步:申请provisioning profile,生成.mobileprovision,双击该证书才能正确导入手机设备,不能拖。 第四步...
分类:
移动开发 时间:
2014-10-15 08:27:12
阅读次数:
183
CISCO交换机基本配置:Console端口连接用户模式hostname#;特权模式hostname(config)#;全局配置模式hostname(config-if)#;交换机口令设置:switch>enable;进入特权模式switch#configterminal;进入全局配置模式switch(config)#hostnamecsico;设置交换机的主机名swit..
分类:
系统相关 时间:
2014-10-14 20:28:39
阅读次数:
213
1.初始化数据库;postgresql-setup initdb2.启动postgresql并设置为开机自启动;systemctl restart postgresqlsystemctl enable postgresql3.登进数据库看看状态;(可略)su - postgrespsql\du (查...
分类:
数据库 时间:
2014-10-13 19:02:27
阅读次数:
303
查看字符集
select userenv('language') from dual;
修改字符集(逐条执行即可)
sqlplus "/as sysdba";
shutdown immediate;
startup mount;
alter system enable restricted session;
alter system set job_queue_pr...
分类:
数据库 时间:
2014-10-12 17:41:08
阅读次数:
227
Xcode5修改项目名:目标为:将项目名XCD4改成xcd5。先上结果图:==》1.在左侧的导航区域点击两次项目名,两次间隔时间稍微长些,项目名会变成可编辑状态。将名称修改为xcd5后按enter键弹出一个对话框,这个时候放心的点击Rename就好了,在随后弹出的对话框中点击Enable、OK,第一...
分类:
移动开发 时间:
2014-10-12 16:17:18
阅读次数:
192
" " FileName: .vimrc " Author: zangzhiyuan " Date: 2013-11-21 9:37:24 " Description:vim configuration " "设置语法高亮 syntax enable syntax on "设置显示行号 set number "设置缩进大小 set sw=4 set ts=...
分类:
系统相关 时间:
2014-10-11 23:13:27
阅读次数:
331
textbox的ReadOnly属性设置为truecombox的Enable属性设置为false运行后效果如下点击第一个和第二个,会把按钮text赋值给文本框和combox并且用户不能输入
In this example we are going to explain how to useMulticastSocketin Java, in order to enable a server to easily sendinformation tomultiple clients, wh...
分类:
编程语言 时间:
2014-10-11 10:24:05
阅读次数:
332
In this Document
Goal
Solution
1: How do you enable trace for an API when executed from a SQL script outside
of Oracle Applications ?
2: H...
分类:
移动开发 时间:
2014-10-10 18:20:14
阅读次数:
273