自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 netbeans 支持ci

首先创建CI_Autocomplete2.php内容如下: /** * @property CI_DB_active_record $db * @property CI_DB_forge $dbforge * @property CI_Benchmark $benchmark * @property CI_Calendar $calendar * @property CI_Cart

2018-02-01 16:12:06 212

转载 coreseek4.1

远程访问的php代码,一定要保存文本为utf-8,不然查询不了中文 文件-》另存为 格式 utf-8  1.yum install glibc make gcc g++ gcc-c++ libtool autoconf automake imake mysql-devel libxml2-devel expat-devel   2. 运行locale保证如下设置 LAN

2018-02-01 13:47:06 224

转载 CentOS6.4 X64 安装sphinx及sphinx for php扩展(收集)

安装前请先确定安装了常用的组件,然后在官方网站下载最新的Sphinx, yum install -y python python-devel http://sphinxsearch.com/downloads/release/ 请使用稳定版,线上机器就别玩beta版啦! 安装sphinx tar zxvf sphinx-2.1.4-release.tar.gz cd sphinx-2.1.4

2018-01-30 14:45:03 485

原创 tp5 lnmp 404和open_basedir

404 在 www.xxxxx.com.conf 中加入 location / {                 if (!-e $request_filename) {                         rewrite  ^(.*)$  /index.php?s=/$1  last;                          break;           

2017-06-27 10:15:19 349

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除