1 2 3 4 5 ··· 10 下一页
摘要: springmvc使用步骤:1.导入jar包 spring-web-mvc spring-beans spring-context spring-core spring-expression spring-aop spring-web2.web.xml配置springmvc的核心的过滤器 <!--配 阅读全文
posted @ 2018-01-11 11:04 小松鼠。 阅读(166) 评论(0) 推荐(0) 编辑
摘要: SQL> conn sys as sysdba已连接。SQL> select count(*) from dba_tables; COUNT(*) 2786 SQL> select count(*) from dba_objects; COUNT(*) 72481 SQL> desc dba_obj 阅读全文
posted @ 2018-01-09 11:31 小松鼠。 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 1.spring的作用?①.Spring能帮我们根据配置文件创建及组装对象之间的依赖关系。②.Spring 面向切面编程能帮助我们无耦合的实现日志记录,性能统计,安全控制。③.Spring能非常简单的帮我们管理数据库事务。④.Spring还提供了与第三方数据访问框架(如Hibernate、JPA)无 阅读全文
posted @ 2017-12-20 17:21 小松鼠。 阅读(414) 评论(1) 推荐(0) 编辑
摘要: javase 聊天 客户端/服务端 c/s client/server qq 英雄联盟 eclipse subline 优点:安全 交互性友好 缺点:下载安装、升级,重复代码 、开发工作量大 Javaee 基于浏览器的项目 b/s browser/server http://www.baidu.co 阅读全文
posted @ 2017-10-19 10:04 小松鼠。 阅读(988) 评论(0) 推荐(0) 编辑
摘要: ##触发器 触发时间 before after 触发事件 insert update delete 等create table score_log select * from score where 1=0;select * from score_log; ##创建触发器dilimiter // # 阅读全文
posted @ 2017-10-18 10:03 小松鼠。 阅读(1274) 评论(0) 推荐(0) 编辑
摘要: ##无参数存储过程delimiter //create procedure myFist_proc() ## 创建存储过程begin select stu_id from score where grade>80 and c_name='计算机'; select name from student 阅读全文
posted @ 2017-10-17 10:58 小松鼠。 阅读(21965) 评论(0) 推荐(0) 编辑
摘要: create table Student(StudentNo int(4) not null comment '学号',LoginPwd varchar(20) null comment '',StudentName varchar(20) null comment '学生姓名',Ses tinyi 阅读全文
posted @ 2017-10-13 11:08 小松鼠。 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-07-08 11:41 小松鼠。 阅读(238) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Annoying/p/5403912.html 阅读全文
posted @ 2017-07-07 21:37 小松鼠。 阅读(162) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/chenssy/article/details/12757911 阅读全文
posted @ 2017-07-07 20:48 小松鼠。 阅读(155) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 10 下一页