上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 30 下一页
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>简易求职表</titl 阅读全文
posted @ 2022-03-28 09:22 Lindseyyip 阅读(139) 评论(0) 推荐(0) 编辑
摘要: <?php$values = '';if(!empty($_POST)){ $num = $_POST['num']; $zhuanhuan = $_POST['zhuanhuan']; if($zhuanhuan == 2){ $values = decbin($num); }elseif($zh 阅读全文
posted @ 2022-03-27 23:22 Lindseyyip 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 1.新建一个index.php文件 2.在html代码中插入php代码片段 阅读全文
posted @ 2022-03-27 23:02 Lindseyyip 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 今天做了php作业 阅读全文
posted @ 2022-03-26 22:16 Lindseyyip 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 调了很久,在浏览器输入localhost/index.php还是无法输出php的配置信息 于是我打算使用自带的apache 在网上找了教程 以下是我的执行步骤 然后到httpd.conf的配置时遇见问题,该文件是已经被锁定的,无法编辑。 于是,右击该文本,显示简介,修改权限 不过介于种种原因我还是放 阅读全文
posted @ 2022-03-25 08:44 Lindseyyip 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 折腾php 没什么用 还是跟刚开始一模一样 网页没东西 阅读全文
posted @ 2022-03-24 20:59 Lindseyyip 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1.nginx的安装 brew install nginx 找到/opt/homebrew/etc/nginx/nginx.conf,把默认端口改为80,再将 # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; 替换为fastc 阅读全文
posted @ 2022-03-23 15:04 Lindseyyip 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 浏览了csdn里的图书管理系统源码,梳理后更了解增删改查。 不过目前的水平只能看待基础功能,复杂一些的还没搞懂。 阅读全文
posted @ 2022-03-22 13:30 Lindseyyip 阅读(32) 评论(0) 推荐(0) 编辑
摘要: <h4>圆点列表:</h4><ul style="list-style-type:disc"> <li>Apples</li> <li>Bananas</li> <li>Lemons</li> <li>Oranges</li></ul> <h4>圆圈列表:</h4><ul style="list-s 阅读全文
posted @ 2022-03-21 09:25 Lindseyyip 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 题目要求:返回一个整数数组中最大子数组的和 具体要求:程序要使用的数组放在一个叫 input.txt 的文件中 文件格式是: 数组的行数,数组的列数, 每一行的元素用逗号分开,每一个数字都是有符号32位整数。 当然, 行数和列数都是正整数。例如下面的文件说明数组是有1行, 6列 , 元素依次是: 5 阅读全文
posted @ 2022-03-20 14:26 Lindseyyip 阅读(18) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 30 下一页