老师print('商为:%g' %c)的%g格式为4是保留小数点后4位吗? %c为字符,字符是什么意思?
为什么不对city分组,就会报错呢?
select d.department_name,l.city,count(*),round(avg(salary),2) from employees e,departments d,locations l where e.department_id=d.department_id and d.location_id=l.location_id group by e.department_id;
为什么配置ip可以,配置端口访问报404,也重启了nginx
select * from emp e right join emp m on m.mgr=e.empno select * from emp e left join emp m on e.mgr=m.empno
这两个语句,得到的结果不应该是一样的吗?为啥检索的出来的不同?老师
从第4个开始截取4个个数,为什么会把最后4个也替换了
为什么我的输出来全是1哪里出了问题楠。在合并几行也是全都是一
为什么找不到math 模块,没有创建相同名的文件
老师,为什么把25行 移动到29行 窗口不会被重画呢???
老师,您好。我想问一下,UTF-8编码的中文字符是不是占3个字节?
查了下好像是更改src后整个页面刷新导致的,有木有办法只刷新iframe不刷新整个页面,求教
a = [x*2 for x in range(100) if x%9==0] #通过 if 过滤元素
老师这个生成列表的方式,是先判断x 被9整数,然后乘以2加入列表,还是说是先x乘以2在判断被9整除加入列表
1、物体相撞消失后为何还会一直相撞?
问题.gif
//画出所有敌机 for(int i=0;i<enemys.length;i++) { enemys[i].drawSelf(g); //画敌机 boolean peng=enemys[i].getRect().intersects(plane.getRect()); boolean peng2=enemys[i].getRect().intersects(shell1.getRect()); boolean peng3=enemys[i].getRect().intersects(shell2.getRect()); if(peng2 || peng3) { System.out.println("相撞了"); enemys[i].live=false; shell1.live=false; shell2.live=false; if(bao3==null) { bao3=new Explode(enemys[i].x,enemys[i].y); } bao3.draw(g); } if(peng) { System.out.println("相撞了"); plane.live=false; if(bao1==null) { bao1=new Explode(plane.x,plane.y); } bao1.draw(g); } } if(plane.live) { shell1.drawSelf(g); //画炮弹 shell2.drawSelf(g); } }
老师,为什么我给root授权老是会报错,试了很多遍都是这样
老师请问下,通过jQuery更改了iframe的src,但是页面不刷新的问题怎么解决,
老师,你最后写的这个,如果score输入 100 ,那么num的值会变成 10,最后[9-num]的时候,值会变成-1,最后,如果score的值是100,那么成绩会打印成'E',是不是应该加一个if 判断,如果输入100,那么num=9
非常抱歉给您带来不好的体验!为了更深入的了解您的学习情况以及遇到的问题,您可以直接拨打投诉热线:
我们将在第一时间处理好您的问题!
关于
课程分类
百战程序员微信公众号
百战程序员微信小程序
©2014-2025百战汇智(北京)科技有限公司 All Rights Reserved 北京亦庄经济开发区科创十四街 赛蒂国际工业园网站维护:百战汇智(北京)科技有限公司 京公网安备 11011402011233号 京ICP备18060230号-3 营业执照 经营许可证:京B2-20212637