会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
46
下一页
2019年2月12日
linux安装环境
摘要: 我用的是Linux ubuntu 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:16:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux这个版本。 去jdk官网下载jdk8:https://www.or
阅读全文
posted @ 2019-02-12 16:48 Lost blog
阅读(189)
评论(0)
推荐(0)
2019年1月16日
Mysql带返回值与不带返回值的2种存储过程
摘要: 过程1:带返回值: 然后,执行过程,out输出返回值: 过程2:不带返回值: 执行过程:
阅读全文
posted @ 2019-01-16 15:48 Lost blog
阅读(1348)
评论(0)
推荐(0)
2019年1月15日
mysql 存储过程用程序调的问题
摘要: 记一下,存储过程加了commit结果用mysql客户端执行不报错,用jdbcTemplate执行就执行了一步,因为加了commit后面的程序都不跑了。另外 存储过程里面如果用java调的话select赋值也会中断存储过程 要注意赋值的时候select加上括号 最后决定还是用jdbc去调用 还是报错了
阅读全文
posted @ 2019-01-15 16:26 Lost blog
阅读(344)
评论(0)
推荐(0)
2019年1月3日
Mybatis generator使用小记
摘要: Mybatis generator可以使用命令行,eclipse插件和maven配置实现自动生成代码的功能,主要来看看使用eclipse插件生成代码方法。 先安装插件: maven加载mysql驱动: 安装完成后新建一个xml文件: 我的项目结构: xml文件内容如下: 最后直接run as-->r
阅读全文
posted @ 2019-01-03 17:01 Lost blog
阅读(291)
评论(0)
推荐(0)
2018年12月27日
linux启动程序和关闭程序脚本
摘要: 关闭脚本: 启动脚本:
阅读全文
posted @ 2018-12-27 18:29 Lost blog
阅读(1861)
评论(0)
推荐(0)
2018年11月30日
spring jdbcTemplate 操作存储过程
摘要: Spring的SimpleJdbcTemplate将存储过程的调用进行了良好的封装,下面列出使用JdbcTemplate调用Oracle存储过程的三种情况: 一、无返回值的存储过程调用 1、存储过程代码: create or replace procedure sp_insert_table(par
阅读全文
posted @ 2018-11-30 15:47 Lost blog
阅读(1309)
评论(0)
推荐(0)
2018年10月31日
http get请求参数拼接
摘要: 其中:customerType是对象,包含offeringType对象,offeringType对象包含list对象productType,productType包含list对象productAttributeList
阅读全文
posted @ 2018-10-31 15:33 Lost blog
阅读(9733)
评论(1)
推荐(0)
2018年9月30日
springboot实现前后端分离
摘要: 参考:https://blog.csdn.net/qq447995687/article/details/78760546
阅读全文
posted @ 2018-09-30 17:46 Lost blog
阅读(813)
评论(0)
推荐(0)
2018年9月28日
mysql操作常用技巧
摘要: 删除一张表的数据,条件在另一张表
阅读全文
posted @ 2018-09-28 18:07 Lost blog
阅读(144)
评论(0)
推荐(0)
2018年9月21日
VSCode集成TypeScript编译
摘要: 先安装github客户端和nodeJS客户端吧,直接去官网下载,nodeJS客户端安装完就集成了npm; 查看是否成功: git version node -v npm-v 安装TypeScript: npm install -g typescript 更新版本 npm update -g type
阅读全文
posted @ 2018-09-21 17:16 Lost blog
阅读(248)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
46
下一页
公告
返
回
顶
部