06 2022 档案

摘要: 阅读全文
posted @ 2022-06-17 21:21 zrswheart 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-06-16 23:37 zrswheart 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-06-15 22:47 zrswheart 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-06-14 23:38 zrswheart 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-06-14 22:51 zrswheart 阅读(25) 评论(0) 推荐(0) 编辑
摘要:大概意思是mysqli_query()至少需要2个参数,其中1个给定。 原本的代码是 <?php $name = $_POST['name']; $password = $_POST['password']; try{ $pdo = new PDO("mysql:host=localhost;dbn 阅读全文
posted @ 2022-06-13 22:00 zrswheart 阅读(735) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-06-13 21:01 zrswheart 阅读(22) 评论(0) 推荐(0) 编辑
摘要:购物网站有一个需要对商品进行模糊查询然后显示在下面的iframe框里 其中主页面需要向iframe框提交一个变量进行查询 但是当页面直接打开时 接受参数的那行语句就会报错,因为还没有变量传输 $name = $_POST['title']; 所以改成了 if(empty($_POST['title' 阅读全文
posted @ 2022-06-12 23:00 zrswheart 阅读(222) 评论(0) 推荐(0) 编辑
摘要:这也是我从其他地方看到的,记录存档一下 style里面: .center-in-center{ position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: tra 阅读全文
posted @ 2022-06-12 23:00 zrswheart 阅读(69) 评论(0) 推荐(0) 编辑
摘要:jar包下载链接 https://repo1.maven.org/maven2/org/json/json/20220320/json-20220320.jar 在WEB-INF文件夹下新建一个lib 将json-20220320.jar放入 右击自己的项目,点击Open Module Settin 阅读全文
posted @ 2022-06-08 20:30 zrswheart 阅读(243) 评论(0) 推荐(0) 编辑
摘要:background-size:cover; 1)是按照图片的比例放大或者缩小至充满容器,而不是按照容器的比例大小来缩放。 2)如果照片的比例和容器的比例是不一致的,必定会导致照片的不完整性。 background-size:contain; 必定会出现一张完整的图在容器中,可以分为两种情况考虑 ( 阅读全文
posted @ 2022-06-06 20:31 zrswheart 阅读(105) 评论(0) 推荐(0) 编辑
摘要:在写php作业的时候,里面有一段是查询语句 <?php session_start(); // .连接数据库 try { $pdo = new PDO("mysql:host=localhost;dbname=test;", "root", "root"); } catch (PDOExceptio 阅读全文
posted @ 2022-06-04 22:20 zrswheart 阅读(1567) 评论(0) 推荐(0) 编辑
摘要:本周主要在复习期末,没有写什么东西 阅读全文
posted @ 2022-06-04 20:31 zrswheart 阅读(14) 评论(0) 推荐(0) 编辑
摘要:将编码格式UTF-8+BOM文件转为普通的UTF-8文件。 简单方法,在IDEA右下角,将编码改为GBK,再转为UTF-8,可以解决。 参考:(7条消息) IDEA 启动报错:Error:(1, 1) java: 非法字符: '\ufeff'_Soinice的博客-CSDN博客 阅读全文
posted @ 2022-06-02 21:01 zrswheart 阅读(42) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示