会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
九筒
博客园
首页
新随笔
联系
订阅
管理
2014年8月27日
php 验证url
摘要: function isUrl($s) { return preg_match('/^http[s]?:\/\/'. '(([0-9]{1,3}\.){3}[0-9]{1,3}'. // IP形式的URL- 199.194.52.184 '|'. // ...
阅读全文
posted @ 2014-08-27 17:32 九筒
阅读(893)
评论(0)
推荐(0)
2014年8月25日
mac 下面 vim 安装ctags
摘要: http://www.runtime-era.com/2012/05/exuberant-ctags-in-osx-107.html
阅读全文
posted @ 2014-08-25 14:57 九筒
阅读(195)
评论(0)
推荐(0)
2014年8月13日
ubuntu 搭建ftp
摘要: 安装教程http://wiki.ubuntu.org.cn/Vsftpd以root用户登录linux系统,建立带有主目录的用户,输入命令:useradd -d /home/mpsp/ftp/usertest usertest // 目录权限要设置 775遇到的错误解决方案今天安装vsftp服务器,在...
阅读全文
posted @ 2014-08-13 23:18 九筒
阅读(200)
评论(0)
推荐(0)
2014年5月28日
apache下手动编译php扩展
摘要: 1.进入php源码目录->ext 选择你需要的扩展 目录 比如:gd 2.运行phpize 根据你的安装php的来计算 3../configure --with-php-config=/usr/local/bin/php-config #php-config 也是根据你安装php的 4...
阅读全文
posted @ 2014-05-28 11:58 九筒
阅读(150)
评论(0)
推荐(0)
2014年4月9日
centos 编译php5.3
摘要: ps:可结合官方文档http://tw1.php.net/manual/zh/install.unix.apache2.php并看此文档1. 准备:安装gccyum -y install gccyum -y install gcc-c++ yum install make一些编译要用到的先安装吧yum install bison flex libxml2-devel openssl-devel bzip2-devel libcurl-devel libjpeg-devel libpng-devel freetype-devel t1lib-devel libicu-devel2. 安装ap..
阅读全文
posted @ 2014-04-09 18:00 九筒
阅读(167)
评论(0)
推荐(0)
2014年3月19日
安装 Ruby on Rails
摘要: 转https://edgepeek.com/articles/119-ubuntu-shang-da-jian-ruby-on-rails-sheng-chan-huan-jing
阅读全文
posted @ 2014-03-19 21:32 九筒
阅读(108)
评论(0)
推荐(0)
2014年3月9日
vim-php 方法跳转
摘要: http://www.laruence.com/2010/08/18/1718.html上面所属是英文版的中文版下载地址:http://www.kuaipan.cn/file/id_40527569103095885.htm当然你可以自己生成中文版 :具体方法如看:http://pinyht.com/2012/07/55.html
阅读全文
posted @ 2014-03-09 15:17 九筒
阅读(330)
评论(0)
推荐(0)
2014年2月26日
php 调用java类
摘要: 首先 下载 php-java-bridge地址 :http://sourceforge.net/projects/php-java-bridge/查了无数的资料首先必须要jdk环境这个自己研究 我的是1.6的1. 下载下来是JavaBridge.jar 我这个版本是6.2的2.制作一个名为Hello.javapublic class Hello{ public static void main(String[] args) { System.out.println("php java bridge test"); } public String getH...
阅读全文
posted @ 2014-02-26 10:14 九筒
阅读(448)
评论(0)
推荐(0)
2014年2月24日
ubuntu 解决 rar 解压中文乱码
摘要: 打开软件中心 卸除 rar 安装 unrar
阅读全文
posted @ 2014-02-24 09:55 九筒
阅读(159)
评论(0)
推荐(0)
2014年2月10日
nginx 显示目录 文件
摘要: autoindex on;autoindex_localtime on;autoindex_exact_size off;
阅读全文
posted @ 2014-02-10 21:16 九筒
阅读(148)
评论(0)
推荐(0)
下一页
公告