摘要: <!doctype html> Oracle 存储过程 是存储在数据库里的 pl/sql语言基础 游标 xxxxxxxxxx 10 1 declare 2 cursor name is select...... 3 begin 4 open name; 5 loop 6 fetch name int 阅读全文
posted @ 2021-07-09 12:13 老运维 阅读(58) 评论(0) 推荐(0)
摘要: <!doctype html> springmvc 配置文件 xxxxxxxxxx 30 1 <?xml version="1.0" encoding="UTF-8"?> 2 <beans xmlns="http://www.springframework.org/schema/beans" 3 x 阅读全文
posted @ 2021-07-09 11:19 老运维 阅读(32) 评论(0) 推荐(0)
摘要: <!doctype html> spring 配置文件 xxxxxxxxxx 16 1 <?xml version="1.0" encoding="UTF-8"?> 2 <beans xmlns="http://www.springframework.org/schema/beans" 3 xmln 阅读全文
posted @ 2021-07-09 11:17 老运维 阅读(29) 评论(0) 推荐(0)
摘要: <!doctype html> mybatis mybatis测试类 xxxxxxxxxx 14 1 @Test 2 public void test(){ 3 String resource="mybatis-config.xml"; 4 try { 5 InputStream inputStre 阅读全文
posted @ 2021-07-09 11:14 老运维 阅读(23) 评论(0) 推荐(0)
摘要: <!doctype html> Linux 创始人 Linux的发展始于1991年,它是有芬兰的一名大学生开发的 Linus Torvalds DNS配置文件 resolv.conf是各种操作系统域名解析器(DNS Resolver)的配置文件,当一个程序需要通过域名来访问Internet上面的其他 阅读全文
posted @ 2021-07-09 11:12 老运维 阅读(56) 评论(0) 推荐(0)