摘要: <!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name=viewport content="width=device-width,initi 阅读全文
posted @ 2018-12-26 17:02 sea24 阅读(145) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript" src="https://passport.cnblogs.com/scripts/jsencrypt.min.js"></script> var encrypt = new JSEncrypt(); encrypt.setPublicK 阅读全文
posted @ 2018-12-26 16:52 sea24 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 前言: 大于等于php5.3.0以上才有垃圾处理机制 (GC) 这是官方手册所说:《每个php变量存在一个叫"zval"的变量容器中。一个zval变量容器,除了包含变量的类型和值,还包括两个字节的额外信息。第一个是"is_ref",是个bool值,用来标识这个变量是否是属于引用集合(referenc 阅读全文
posted @ 2018-12-21 11:33 sea24 阅读(317) 评论(0) 推荐(0) 编辑
摘要: curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo yum install -y yarn 阅读全文
posted @ 2018-12-20 13:50 sea24 阅读(942) 评论(0) 推荐(0) 编辑
摘要: #vim /etc/ssh/sshd_config 找到下面两行 #ClientAliveInterval 0#ClientAliveCountMax 3 去掉注释,改成 ClientAliveInterval 30ClientAliveCountMax 86400 这两行的意思分别是 1、客户端每 阅读全文
posted @ 2018-12-17 15:17 sea24 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 1.php版本最好7.0以上 2.熟练使用Composer包管理工具 安装 Laravel , 通过 Laravel 安装器 首先, 使用 Composer 全局下载并安装 Laravel/installer 阅读全文
posted @ 2018-12-17 15:00 sea24 阅读(43) 评论(0) 推荐(0) 编辑
摘要: linux curl是通过url语法在命令行下上传或下载文件的工具软件,它支持http,https,ftp,ftps,telnet等多种协议,常被用来抓取网页和监控Web服务器状态。 www.baidu.com 2.linux curl下载网页: curl -o www.baidu.com 3.li 阅读全文
posted @ 2018-12-12 15:55 sea24 阅读(16334) 评论(0) 推荐(0) 编辑
摘要: 1.登录阿里云控制台; 2.因为apache默认端口 80 阅读全文
posted @ 2018-11-02 17:21 sea24 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 文件权限变更git也会检测到并提交。git config core.filemode false // 当前版本库 git config --global core.fileMode false // 所有版本库 阅读全文
posted @ 2018-11-01 15:08 sea24 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 1.#git –-version //查看版本 2.#yum remove git //如果存在则卸载 3.yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel asciidoc xmlto perl 阅读全文
posted @ 2018-10-30 15:50 sea24 阅读(57) 评论(0) 推荐(0) 编辑