摘要: http_build_query (PHP 5) http_build_query -- 生成 url-encoded 之后的请求字符串描述string http_build_query ( array formdata [, string numeric_prefix] ) 使用给出的关联(或下标)数组生成一个 url-encoded 请求字符串。参数 formdata 可以是数组或包含... 阅读全文
posted @ 2018-01-15 18:15 侠岚之弋痕夕 阅读(498) 评论(0) 推荐(0)
摘要: CentOS 7 使用firewalld代替了原来的iptables,使用方法如下: >>>关闭防火墙 systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启动 >> 阅读全文
posted @ 2018-01-15 11:51 侠岚之弋痕夕 阅读(451) 评论(0) 推荐(0)
摘要: iptables基本操作笔记 一、基本操作 #启动防火墙 service iptables start #停止防火墙 service iptables stop #重启防火墙 service iptables restart #查询防火墙运行等状态信息 service iptables status 阅读全文
posted @ 2018-01-15 11:22 侠岚之弋痕夕 阅读(546) 评论(0) 推荐(0)
摘要: 一、概述 1.1git概念 Git是一个开源的分布式版本控制系统,用于敏捷高效处理任意规模的项目,其作者为Linux创造者Linus Torvalds为管理Linux内核而开放的一个开源的版本控制柔软剂与其他版本控制工具例如:CVS,Subversion 等不同,它可采用分布式版本,不必依赖于服务器 阅读全文
posted @ 2018-01-15 10:33 侠岚之弋痕夕 阅读(275) 评论(0) 推荐(0)
Where is the starting point, we don't have a choice, but the destination where we can pursue!