请问老师视频01:23这段开始讲,针对users表,未来操作“?”表,没听到,能不能打字给我看看是什么谢谢。
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <!--<p>src表示图片的名称和路径 <p>alt表示图片的文本信息 当图片无法识别时提示图片内容 <br> wight表示图片的高度 <p>height 表示图片的高度 <p>title 鼠标悬停时提示信息 --> <body> <img src="1.jpg" alt="华为手机" height="300px" title="蓝色的华为手机"> </body> </html>
老师 您好 如果用隐藏代码的格式备注信息,里面设置的段落P标签 br标签实际是否是无法显示应用的?
视频里说a_csv是对象,但以前学的是右边划红线的CSV.reader(a)是对象,等号左边的a_csv是变量.到底是怎么回事呢?
右边的文档里的代码正确吗,为什么运行之后还是和之前一样,synchronized的功能没有显示出来
zhenlaji
老师,上面的函数体里的也没有加var,不是全局变量吗?
不能用%S传递参数吗,感觉那个没这个简单
不能用%s传递参数吗
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="./jquery-3.6.0.min.js"></script>
<style>
.container {
background: #CCCCCC;
border: 3px solid #666666;
margin: 5px;
padding: 5px;
width: 200px;
height: 200px;
overflow: auto;
}
p {
margin: 10px;
border: 2px solid #666;
width: 1000px;
height: 1000px;
</style>
</head>
<body>
<div class="container">
<h1>itbaizhan</h1>
<p>sxt</p>
</div>
<span class="text"></span>
</body>
</html>
老师,这段代码中css里添加的overflow: auto;这个是具体做什么用的?
我这里直接提示错误信息 查了一下 说是跨域问题
<body> <!-- 创建XML对象 --> <script> // 创建XMLHttpRequest实例 var xml = new XMLHttpRequest(); // 发送HTTP请求 xml.open("get", "http://iwenwiki.com/api/covid19-server/covid_info.php"); xml.send(); // 准备接受数据 xml.onreadystatechange = function () { if (xml.readyState === 4) { if (xml.status === 200) { console.log(xml.responseText); } else { console.log(xml.statusText); } } }; </script> </body>
老师,不是很懂,后端写了分页,前端为啥还要写?
一般不是后端写的?
老师,如果前后分离,这个遍历是在vue做还是在后端做?
分别怎么实现呢?
子查询中的列子及表子查询是不是也很重要?
package com.itbaizhan; class Iphone{ private String name; public Iphone(String name){ this.name=name; } public void show(){ System.out.println("我是 "+name+"可以在屏幕上显示"); } } class touyingPhone{ public Iphone iphone; //它只是个扩展,必须有前一个东西才能扩展。这里的Iphone,就是继承于Iphone的意思。iPhone是参数 public touyingPhone(Iphone iphone){ this.iphone=iphone; } //功能更强的 方法 public void show(){ iphone.show(); System.out.println("还能投影,在墙上"); } } public class TestDecoration { public static void main(String[] args) { Iphone i=new Iphone("苹果199代"); i.show(); System.out.println("======加上装饰器后======"); touyingPhone typ=new touyingPhone(Iphone); typ.show(); } }
这个报错实在是找不到该怎么解决,视频看了两遍了都没头绪
pickle序列是必须要以字典的方式存入吗
还有其他是存入方式吗
非常抱歉给您带来不好的体验!为了更深入的了解您的学习情况以及遇到的问题,您可以直接拨打投诉热线:
我们将在第一时间处理好您的问题!
关于
课程分类
百战程序员微信公众号
百战程序员微信小程序
©2014-2025百战汇智(北京)科技有限公司 All Rights Reserved 北京亦庄经济开发区科创十四街 赛蒂国际工业园网站维护:百战汇智(北京)科技有限公司 京公网安备 11011402011233号 京ICP备18060230号-3 营业执照 经营许可证:京B2-20212637