导入ReactiveCocoa框架在终端,进入Reactive Cocoa文件下创建podfile打开该文件并配置use_frameworks!pod ’ReactiveCocoa’, ’~>4.0.2-alpha-1'安装pod install --no-repo-update遇到头文件导入不进去...
分类:
其他好文 时间:
2015-11-07 00:57:09
阅读次数:
316
我们可能一开始就接触一个项目的开发,刚开始时都是信心满满,一定把这个项目做得非常完美,但是时间那么少,任务那么多,我们就只有将就了。 首先,一般情况下,我们会加一个调试标志,define('APP_DEBUG', true); 用以一些方便的地方进行特殊操作,也会将error_repo...
分类:
Web程序 时间:
2015-11-06 08:30:27
阅读次数:
225
安装sshyum install openssh-server查看已安装包rpm -qa | grep ssh更新yum源1、备份mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup2、下载新的Ce...
分类:
系统相关 时间:
2015-11-03 10:31:35
阅读次数:
265
nginx下载地址http://nginx.org/en/download.html安装nginx需要先安装依赖包:yum-yinstallgcc-c++pcre-develzlibzlib-developenssl-devel2.yum源相关包及配置http://docs.linuxtone.org/soft/repo/3.php下载地址http://www.php.net/releases/下载php版本,5.4以前的版本需要另..
分类:
系统相关 时间:
2015-11-02 21:26:02
阅读次数:
184
找到mysql5.6的centos的repo源,终于解决mysql的安装问题:1.确保centos安装了wget,没有的话安装wget1yum install wget2.下载mysql的repo源1wget http://repo.mysql.com/mysql-community-release...
分类:
数据库 时间:
2015-11-02 20:45:28
阅读次数:
166
http://repo.maven.apache.org/maven2/.index/ 下载中心仓库最新版本的索引文件,我们需要下载如下两个文件(一般在列表的末尾位置)nexus-maven-repository-index.gznexus-maven-repository-index.proper...
分类:
其他好文 时间:
2015-11-01 00:23:48
阅读次数:
243
RHEL/CentOS 7从RPM源安装:$ sudo yum-config-manager –add-repo=https://copr.fedoraproject.org/coprs/mosquito/myrepo/repo/epel-$(rpm -E %?rhel)/mosquito-myre...
分类:
其他好文 时间:
2015-10-31 20:11:49
阅读次数:
1135
InstallingNGINXandThird-PartyModulesInstallingNGINXusingapackagemanageryuminstallnginxCentOSAddtheNGINXrepositorytoyouryumconfigurationbycreatingthefollowingfile:vi/etc/yum.repos.d/nginx.repo
[nginx]
name=nginxrepo
baseurl=http://nginx.org/packages/centos/..
分类:
其他好文 时间:
2015-10-30 02:13:36
阅读次数:
219
源一:没有用处官网链接http://www.wiznote.com/download-wiznote-for-Linux。源二:提供了源及安装方法 Fedora 中文社区软件源,具体位置在这里。 机器安装的是Fedora,因此,输入: # wget http://repo.fdzh.org/FZUG...
分类:
系统相关 时间:
2015-10-30 02:05:18
阅读次数:
171
添加yum源 vi?/etc/yum.repos.d/mysql-community.repo
#?Enable?to?use?MySQL?5.6
[mysql56-community]
name=MySQL?5.6?Community?Server
baseurl=http://repo.mysql.com/yum/mysql-5.6-commun...
分类:
数据库 时间:
2015-10-29 20:20:16
阅读次数:
199