会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
shuangxinye
博客园
首页
新随笔
新文章
联系
订阅
管理
1
2
3
4
下一页
2020年11月3日
linux svn搭建
摘要: 引用:https://blog.csdn.net/weixin_37998647/article/details/78686246 参考:https://blog.csdn.net/lishixnew/article/details/49495021 开发人员经常会上传代码,或者改对代码做一些更改。
阅读全文
posted @ 2020-11-03 17:16 shuangxinye
阅读(116)
评论(0)
推荐(0)
编辑
2020年9月11日
linux安装php5.6
摘要: 引用:https://blog.csdn.net/baidu_37895884/article/details/78125932 系统环境: CentOS 6.5 / 7.0 x86_64 Fedora 20 x86_64 下载 PHP 源码包 wget http://cn2.php.net/dis
阅读全文
posted @ 2020-09-11 18:52 shuangxinye
阅读(1928)
评论(0)
推荐(0)
编辑
linux 配置php环境变量
摘要: 引用:https://www.cnblogs.com/zhanghanwen16/p/9543750.html vim /etc/profile //加上 export PATH=$PATH:/usr/local/php/bin 保存退出 source /etc/profile php -v 注:该
阅读全文
posted @ 2020-09-11 18:50 shuangxinye
阅读(1240)
评论(0)
推荐(0)
编辑
Linux线上与本地的httpd搭建【制作本地yum源】
摘要: 引用:https://www.bbsmax.com/A/x9J2PlPVd6/ https://blog.csdn.net/wangshuminjava/article/details/80483397 制作本地yum源 我用的VMware Workstation 系统环境: CentOS 7.5
阅读全文
posted @ 2020-09-11 18:46 shuangxinye
阅读(563)
评论(0)
推荐(0)
编辑
编译安装php7
摘要: 引用:http://www.hello1010.com/php7 php7发布已经有一段时间了,运行性能与HHVM不相上下,甚至在某些环境下超越了HHVM。鸟哥是php7的主要开发者之一,关于php7的来龙去脉大家可以看这篇文章:鸟哥:写在PHP7发布之际一些话。php7的新特性看这篇文章:migr
阅读全文
posted @ 2020-09-11 18:40 shuangxinye
阅读(261)
评论(0)
推荐(0)
编辑
2020年8月15日
scribe安装
摘要: 下载scribe wget http://github.com/facebookarchive/scribe/archive/master.zip 解压 unzip master.zip cd scribe-master 运行命令: ./bootstrap.sh --prefix=/usr/loca
阅读全文
posted @ 2020-08-15 19:39 shuangxinye
阅读(245)
评论(0)
推荐(0)
编辑
2020年8月13日
thrift安装CentOS6.8
摘要: https://note.youdao.com/ynoteshare1/index.html?id=a7bcdc9e35398c39f905cb809b2e4bee&type=note 下载地址 http://archive.apache.org/dist/thrift/0.9.0/thrift-0
阅读全文
posted @ 2020-08-13 13:11 shuangxinye
阅读(286)
评论(0)
推荐(0)
编辑
2020年8月12日
CentOS下scribe日志分析工具安装
摘要: https://blog.csdn.net/isoleo/article/details/22084205 https://www.linuxidc.com/Linux/2016-03/128793.htm 系统CentOS6.2 x86_64 1.yum安装gcc,flex,m4,python/p
阅读全文
posted @ 2020-08-12 20:00 shuangxinye
阅读(413)
评论(0)
推荐(0)
编辑
2019年2月21日
js学习
摘要: npm init 创建默认项目
阅读全文
posted @ 2019-02-21 13:47 shuangxinye
阅读(83)
评论(0)
推荐(0)
编辑
2019年2月14日
Linux下MySQL忘记密码
摘要: 系统:CentOS6.6 64位 参考文档(截图请看原网址): Linux下MySQL忘记root密码怎么办_百度经验 http://jingyan.baidu.com/article/1709ad80a8caf14634c4f013.html Linux下MySQL忘记root密码怎么办_百度经验
阅读全文
posted @ 2019-02-14 15:49 shuangxinye
阅读(322)
评论(0)
推荐(0)
编辑
1
2
3
4
下一页