01 2018 档案
捣鼓了一个星期各种踩坑,终于linux的centos的lamp安装完成
摘要:记的东西太多了,下载源码安装太坑了,直接yum安装,上代码 安装 . php yum install epel-release yum install httpd -y(检测rpm -qa httpd) yum install gcc gcc++ libxml2-devel rpm -Uvh htt
关于contos安装apache报错Job for httpd.service failed.
摘要:我 restart apache报了 ***Redirecting to/bin/systemctl start httpd.service //转到bin文件夹启动服务 Job for httpd.service failed.See ‘systemctl status httpd.service
关于linux安装apache报错Size of is less than size of "long"
摘要:apache的包也下好了,也tar过了,然后嘛老样子 开始configure,我执行命令 ./configure –prefix=/usr/local/httpd –with-apr=/usr/local/apr –with-apr-util=/usr/local/apr-util –with-pc
ajax操作
摘要:let item = { name: $(this).children('#sizing-addon1').text(), money: $(this).children('input').val() }; data_arr.push(item)// push到一个对象里面 // 下面就是ajax操