不能用%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序列是必须要以字典的方式存入吗
还有其他是存入方式吗
不是比较完大用1表示,小用-1,相等用0 吗,这里相等的情况为什么突然又调用compareTo啊
老师这里判断头结点和尾结点 可不可以这样写 node == this.head node == this.tail
老师解决下载文件中文乱码还有一种方法
resp.addHeader("Content-Disposition","attachment;filename=" +URLEncoder.encode(file.getName(),"utf-8");
这种可以吗
老师,请问我write csv时候 不加encoding,csv文件中 中文就都是问号是什么缘故
老师,这为什么会有warning啊
<form> <select name="my"> <optgroup label="城市"> <option value="">北京</option> <option value="">上海</option> <option value="">广东</option> </optgroup> </select> </form>
问题描述:下拉列表那显示: 城市 (且不可选中) 如何实现?
非常抱歉给您带来不好的体验!为了更深入的了解您的学习情况以及遇到的问题,您可以直接拨打投诉热线:
我们将在第一时间处理好您的问题!
关于
课程分类
百战程序员微信公众号
百战程序员微信小程序
©2014-2025百战汇智(北京)科技有限公司 All Rights Reserved 北京亦庄经济开发区科创十四街 赛蒂国际工业园网站维护:百战汇智(北京)科技有限公司 京公网安备 11011402011233号 京ICP备18060230号-3 营业执照 经营许可证:京B2-20212637