摘要: linux装软件方式:1.源码安装:下载wget--》解压tar -zxvf --》配置 ./configure 》编译make -->安装 make install 2.yum安装 一键安装包 centos 红帽 乌班图3.rpm l n m p linux 版本 39.98.47.141wind 阅读全文
posted @ 2019-07-01 19:05 情定今生~~~ 阅读(371) 评论(0) 推荐(0) 编辑
摘要: Centos7Yum安装PHP7.21、安装源 安装php72w,是需要配置额外的yum源地址的,否则会报错不能找到相关软件包。 php高版本的yum源地址,有两部分,其中一部分是epel-release,另外一部分来自webtatic。如果跳过epel-release的话,安装webtatic的时 阅读全文
posted @ 2019-07-01 17:23 情定今生~~~ 阅读(1310) 评论(0) 推荐(0) 编辑
摘要: //控制器層 //分頁 public function list_january_table(){ //設置當前頁 $page = input("post.page") ? input("post.page") : 1; //設置每頁顯示條數 $size = 3; //查詢總條數 $num = Db 阅读全文
posted @ 2019-07-01 17:11 情定今生~~~ 阅读(255) 评论(0) 推荐(0) 编辑