会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
覃上
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
下一页
2020年5月27日
response设置
摘要: response.setContentType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");//.xlsx格式// response.setContentType("application/applicat
阅读全文
posted @ 2020-05-27 11:03 覃上
阅读(896)
评论(0)
推荐(0)
2020年5月26日
非数据字段注解 @TableField(exist = false) 注解加载bean属性上
摘要: -- mybatis @TableField(exist = false) 注解加载bean属性上 -- hibernate javax.persistence.Transient @Transient
阅读全文
posted @ 2020-05-26 15:02 覃上
阅读(4098)
评论(0)
推荐(0)
spring boot 显示service--多个应用在同一个位置显示启动或关闭
摘要: 添加application和spring boot
阅读全文
posted @ 2020-05-26 12:15 覃上
阅读(810)
评论(0)
推荐(0)
2020年5月11日
ora-00031/00054 创建索引失败,kill session失败
摘要: -- 查session select l.session_id,o.owner,o.object_namefrom v$locked_object l,dba_objects owhere l.object_id=o.object_id; -- 查session select t2.username
阅读全文
posted @ 2020-05-11 19:45 覃上
阅读(311)
评论(0)
推荐(0)
2020年4月20日
创建 删除 表空间
摘要: create tablespace test datafile 'D:\ytzz\Oracle\oracledata\test.DBF' size 4500M autoextend on next 100M maxsize unlimited; drop user test cascade;/cre
阅读全文
posted @ 2020-04-20 12:09 覃上
阅读(181)
评论(0)
推荐(0)
2020年4月2日
oracle 合并结果集为一个字段
摘要: SELECT to_char(wm_concat(to_char(name))) FROM student; 需要使用两次to_char,否则结果是clob类型
阅读全文
posted @ 2020-04-02 09:42 覃上
阅读(899)
评论(0)
推荐(0)
2020年4月1日
cmd 删除服务
摘要: sc delete 服务名
阅读全文
posted @ 2020-04-01 17:44 覃上
阅读(199)
评论(0)
推荐(0)
2020年3月30日
Oracle impdp批量导入数据 多个文件
摘要: impdp test/password@127.0.0.1/orcl directory=database dumpfile=test_20200327%U.DMP schemas=test logfile=imp.log %U==占位符,对应多个文件的后缀01,02.。。。。 快捷导出导入 exp
阅读全文
posted @ 2020-03-30 11:42 覃上
阅读(5081)
评论(0)
推荐(0)
mvn 打包jar到本地仓库
摘要: mvn install:install-file -Dfile=D:\aa-lemon\git\YT_OA\ytoa-common\src\main\resources\lib\nrrs-sso-client-1.0.0.jar -DgroupId=com.icloudmap -DartifactI
阅读全文
posted @ 2020-03-30 11:40 覃上
阅读(980)
评论(0)
推荐(0)
2020年3月27日
js 转base64字符串为文件
摘要: 后台java (jdk>=1.8): byte[] bytes = byteArrayOutputStream.toByteArray(); String base64Str = java.util.Base64.getEncoder().encodeToString(bytes);前端: func
阅读全文
posted @ 2020-03-27 00:08 覃上
阅读(2234)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
下一页
公告