
Web前端
iteye_1723
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PHP环境配置
一、PHP安装路径:http://windows.php.net/downloads/releases/archives/版本:php-5.3.5-Win32-VC6-x86.zip二、配置Xdebug下载支持5.3版本的Xdebug(Xdebug 2.1.0)PHP 5.3 VC6 [color=red]TS[/color] (32 bit)在php.ini的末尾添加...原创 2014-07-15 11:31:01 · 94 阅读 · 0 评论 -
外网IP地址
1、ifconifg.me/all2、http://ifconfig.jd-app.com/3、http://ip-api.com/4、http://icanhazip.com/原创 2014-12-25 10:03:37 · 283 阅读 · 0 评论 -
Github使用https协议进行下载
git config --global url."https://github.com/".insteadOf git@github.com:git config --global url."https://".insteadOf git://原创 2015-05-21 21:09:55 · 814 阅读 · 0 评论