上一页 1 2 3 4 5 6 7 8 9 ··· 40 下一页
摘要: https://brew.idayer.com/ 阅读全文
posted @ 2022-06-08 11:30 王越666 阅读(10) 评论(0) 推荐(0) 编辑
摘要: Linux下CentOS 7手动部署LNMP环境 阅读全文
posted @ 2022-05-15 11:45 王越666 阅读(18) 评论(0) 推荐(0) 编辑
摘要: // url: 'http://www.test.com/api/seckill?page=' + this.data.page + '&limit=' + this.data.limit, 阅读全文
posted @ 2022-05-12 21:25 王越666 阅读(30) 评论(0) 推荐(0) 编辑
摘要: /** * 生成订单号 */ function makeOrderSn() { $yCode = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J'); $orderSn = $yCode[intval(date('Y')) - 2022] 阅读全文
posted @ 2022-05-12 21:20 王越666 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 1)git init //初始化git 仓库 2)Git clone git@github.com:genwozou/ch.git //clone 项目 3)Cd 仓库名/ //进入到仓库目录 4)Git checkout -b ‘fz’ // 创建自己的分支 5)Git add . //添加到本地 阅读全文
posted @ 2022-04-29 19:45 王越666 阅读(142) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/M__L__/article/details/82502794 阅读全文
posted @ 2022-04-29 08:14 王越666 阅读(15) 评论(0) 推荐(0) 编辑
摘要: Mongodb 内网地址:dds-uf69sjl63xn3os0y.mongodb.rds.aliyuncs.com 公网地址:dds-uf69sjl63xn3os0y-pub.mongodb.rds.aliyuncs.com 账号名:user60301726 密码:1907a*******A123 阅读全文
posted @ 2022-04-25 16:42 王越666 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 1、浏览器获取输入的域名www.baidu.com 2、浏览器向域名系统DNS请求解析www.baidu.com的IP地址 3、DNS解析出百度服务器的IP地址 4、浏览器与服务器建立TCP连接(默认端口80) 5、浏览器发出HTTP请求,请求百度首页 6、服务器通过HTTP请求把首页文件发给浏览器 阅读全文
posted @ 2022-04-23 09:34 王越666 阅读(277) 评论(0) 推荐(0) 编辑
摘要: wx.ml <view bindtap="haveSave" data-id="{{headHouseDetails.id}}"> <view> <image class="save " src="{{isClick?'/images/shou(1)(1).png':'/images/shou1.p 阅读全文
posted @ 2022-04-22 19:56 王越666 阅读(184) 评论(0) 推荐(0) 编辑
摘要: /** * 轮播图添加至数据库并缓冲至redis中 *users:闫兵 *Data:2022/4/21 *Time:9:46 */ public function storeageBanner() { // 获取数据 $data = Redis::get('www.hyzf.com.homepage 阅读全文
posted @ 2022-04-21 20:11 王越666 阅读(94) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 40 下一页