老师,作业应该按照什么格式提交? 是截图加上压缩包吗?
Flask_shop.rar
53aea116b3343421d035e57e0c2207d.png
我的目录路径不对吗?? app 一直说没有定义
老师,可以覆盖的意思是可以编写两个相同的类名吗?如果真这么写了直接就是后面的覆盖前面的?
还有个问题,我在模型类中写了一些字段,然后注释掉了其中一部分字段,这个时候我执行了python manage.py migrate 数据库表中相应字段也消失了,我想知道这个删除对应数据库的哪一种(delete、drop、truncate)
老师为什么,那个a++ 表示的是a+1呢?+号表示1有什么意义嘛?
老师,我下载的
Doc1.docx
插件没有用是怎么回事啊
老师,当出现以下错误是为什么 红色字体,我点进去了那个文件,可是为什么显示不出来里面的内容
pycharm里面可以有像database生成sql代码的工具吗?
老师 为什么我导入热部署的依赖后会显示 无法解析啊
def printMax(a,b): if a>b: printMax(a,"a最大") else: printMax(b,"b最大") printMax(10,20) printMax(39,97)
老师,怎么转换。int和str
老师,这个说是找不到文件夹,我完全照着老师来的啊
.nav{ background-color: #f1f1f1; height: 30px; } .warp{ width: 1100px; margin: 0px auto; } .nav_ul1{ float: left; line-height: 30px; } .nav_ul1 li,.nav_ul2 li{ float: left; margin-left: 15px; } .nav_ul1 a,.nav_ul2 a,.nav_ul2 span{ font-size: 12px; color: gray; } .nav_ul2 li{ line-height: 30px; margin-right: 10px; } .nav_ul2{ float: right; line-height: 30px; } .nav a:hover{ color: red; } /*搜索开始*/ .search{ margin-top: 20px; } .serach img{ /*清除之前所有的样式*/ clear: both; float: left; } .search_div{ float: right; margin-top: 20px; } .search_txt{ width: 265px; height: 21px; border: 3px solid #c91623; position: relative; left: 4px; top: -1px; } .search_btn{ width: 51px; height: 29px; background-color: #c91623; border: 0px; color: #FFFFFF; } /*搜索结束*/
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>横向布局的导航栏</title> </head> <!--<style> ul{list-style: none;padding: 0;margin: 0;} ul li{display:inline-block; width:100px; height:100px;line-height:30px;text-align:center; background-color:skyblue;} li a{text-decoration: none;color: white;} li:hover{background-color: red;} li:hover a{color: greenyellow;} </style>--> <style> li:hover{background-color: red} li:hover a{color: greenyellow} </style> <body> <!-- <ul> <li><a href="#">首页</a></li> <li><a href="#">军事</a></li> <li><a href="#">新闻</a></li> <li><a href="#">娱乐</a></li> </ul>--> <script> var arr=['首页','军事','娱乐','新闻',]; //创建ul标签 var ul=document.createElement('ul'); var ul_style=document.createAttribute('style'); ul_style.value='list-style: none;padding: 0;margin: 0;'; ul.setAttributeNode(ul_style); //创建li标签 for(var i=0;i<4;i++){ var li=document.createElement('li'); var li_style=document.createAttribute('style'); li_style.value='display:inline-block; width:100px; height:100px;line-height:30px;text-align:center;/ background-color:skyblue;'; li.setAttributeNode(li_style); ul.appendChild(li); //创建a标签 var a=document.createElement('a'); var a_style=document.createAttribute('style'); a_style.value='text-decoration: none;color: white;'; a.setAttributeNode(a_style); li.appendChild(a); a.innerHTML=arr[i]; } document.body.appendChild(ul); </script> </body> </html> 哪里的问题,我的不显示出来
请问老师,要怎么修改呢,一直报错,说类型不符合
老师,我在进行域名和IP绑定的时候,保存时,要求hosts是管理员的权限,可我是管理员啊,还是会提示这个框,点保存,保存不了。
还有老师我想问下 咱们讲的这个HTML5老师不是说这个只是非常基础的一个 并没有深入了解 如果用来应对面试 咱们讲的这些够用吗
非常抱歉给您带来不好的体验!为了更深入的了解您的学习情况以及遇到的问题,您可以直接拨打投诉热线:
我们将在第一时间处理好您的问题!
关于
课程分类
百战程序员微信公众号
百战程序员微信小程序
©2014-2025百战汇智(北京)科技有限公司 All Rights Reserved 北京亦庄经济开发区科创十四街 赛蒂国际工业园网站维护:百战汇智(北京)科技有限公司 京公网安备 11011402011233号 京ICP备18060230号-3 营业执照 经营许可证:京B2-20212637