IT修真院·坑乎 | Java(后端),CSS(前端),JavaScript(前端),PM(产品经理),UI(交互设计),QA(测试),Android(安卓APP),iOS(苹果APP),OP(运维),Python(后端)日常在线问答学习平台
咨询电话 : 010-59478634
切换导航
首页
我的提问
我的回答
我的点赞
消息通知
个人主页
×
提示
尚未登陆,前往官网登陆?
×
提示
尚未登陆,前往官网登陆?
CSS
JS
Android
IOS
JAVA
OP
PM
UI
QA
求职辅导
Python
运营
动画师
AIGC
CSS
JS
Android
IOS
JAVA
OP
PM
UI
QA
求职辅导
Python
运营
动画师
AIGC
所有任务
任务1
任务2
任务3
任务4
任务5
任务6
任务7
任务8
任务9
任务10
任务11
全部
问题
已收录
问题
未收录
问题
没有找到答案,去提问>>>
@RequestPara和@PathVariable有什么区别?
0
1
SSM
class="cursor-pointer"> 详细描述
@RequestPara和@PathVariable都可以用来传递参数,二者在使用时有什么区别?对于应用场景有什么要求?
配置好tomcat之后,并不能通过ip+端口访问成功
0
1
jetty/tomcat
class="cursor-pointer"> 详细描述
很早就给服务器安装了tomcat,知道现在任务二的时候要用,才暴露出之前的问题;访问404
mybatis接口的参数、返回值类型与映射文件里对应的标签里参数类型的关系
0
1
mybatis
class="cursor-pointer"> 详细描述
public interface StudentDao { //增 long add(Student student) throws SQLException; //删 boolean delete(long id) throws SQLException; //改 boolean update(Student student) throws SQLException; //查 //根据名字查询 List
showOneN(String name) throws SQLException; //根据学号查询 Student showOneI(String id_num) throws SQLException; //查询全部 List
showAll() throws SQLException; }
insert into student_info(create_at,update_at,name,qq,curricular,school_time,college,id_num,report_link,goal,refree)values(#{create_at},#{update_at},#{name},#{qq},#{curricular},#{school_time},#{college},#{id_num},#{report_link},#{goal},#{refree})
DELETE FROM student_info WHERE id=#{id}
update student_info set id=#{id},create_at=#{create_at},update_at=#{update_at},name=#{name},qq=#{qq},curricular=#{curricular},school_time=#{school_time},college=#{college},report_link=#{report_link},goal=#{goal},refree=#{refree} where id_num=#{id_num}
SELECT *from student_info
select * from student_info WHERE NAME =#{name}
SELECT *from student_info WHERE id_num=#{id_num}
mybatis的接口方法里的参数类型、返回值类型与mybatis的映射文件里sql语句的parameterType、resultType一定要匹配吗?它们指定的是一个东西的类型吗?为什么要重复去指定参数类型?
Docker安装出错
1
1
知识扩展
class="cursor-pointer"> 详细描述
Docker安装出错
studentMapper.selectStudentId( ); 输出的是什么
0
1
mybatis
spring
class="cursor-pointer"> 详细描述
ApplicationContext applicationContext = new ClassPathXmlApplicationContext("applicationContext.xml"); StudentMapper studentMapper = (StudentMapper) applicationContext.getBean("mapperFactoryBean"); / / studentMapper.selectStudentId 输出的是什么 然后赋给student了 Student student = studentMapper.selectStudentId(2); System.out.println(student); 这个是 StudentMapper的 selectStudentId的映射
select * from bj where id = #{id}
SSM运用restful风格,只能在form表单转换type类型?
0
1
SSM
class="cursor-pointer"> 详细描述
这两个form表单想弄成一行排列的,试了几个css都没法实现,那以后用restful风格是不是很多a标签那些功能和样式都不能使用了
class="cursor-pointer"> 错误截图
事务
0
1
hibernate
class="cursor-pointer"> 详细描述
在进行数据库操作的过程中,怎么使用事务
在Spring中,如何将Spring和代码连接起来
0
1
spring
class="cursor-pointer"> 详细描述
配置好Spring文件后,要在程序中怎么使用Spring框架,Spring框架是怎么实现的
反序列化失败
0
1
序列化
class="cursor-pointer"> 详细描述
实体类实现序列化接口后没有提供serialVersionUID,改变实体类属性或提供serialVersionUID,反序列化以前存在数据失败
class="cursor-pointer"> 错误截图
java为什么没有尾递归优化,如果想自己实现尾递归优化,应该从哪入手
0
1
class="cursor-pointer"> 详细描述
java为什么没有尾递归优化,如果想使用尾递归优化递归算法,如果原生没有尾递归优化,我们从哪里手动更改算法结构达到优化递归算法的目的。如果原生没有尾递归优化,我们从哪里手动更改算法结构达到优化递归算法的目的。
首页
<
51
52
53
54
55
56
57
58
59
>
末页
去第
页
确定
Copyright ©2015 北京葡萄藤信息技术有限公司 All Rights Reserved | 京ICP备15035574号-1
5
0
10