- 博客(4)
- 收藏
- 关注
原创 2020-09-01
pivot和unpivot函数的demo列转行select * from (select '苹果' name, 22 q1, 23 q2, 25 q3, 21 q4 from dual union select '橘子' name, 25, 23, 21, 21 from dual union select '香蕉' name, 23, 25, 22, 21 from...
2020-09-01 11:47:21 100
原创 js获取各个阶段的时间
## // 时间long值转指定的时间格式function formatDateByLong(longValue){ if(longValue == undefined || longValue == null){ return ''; } if(typeof(longValue) == 'string'){ return longValue; } var date = new Date(longValue); var y.
2020-06-14 16:13:02 363
原创 Oracle数据库的数据导入与导出
数据库的导入打开cmd窗口输入命令“impdp 用户/密码@实例名 dumpfile=名字 full(全局)=y(是或否n);”例:impdp system/password@jkcgcs dumpfile=20190504.DMP full=y;数据库的导出打开cmd窗口输入命令“expdp 用户/密码@实例名 dumpfile=名字(新建一个dmp文件的名字) full(全...
2019-05-08 11:31:40 184
原创 网红Java界面小程序
**效果图** 这里写代码片```package com.lianxi.douyin;public class Main { public static void main(String[] args) { new ZhuJie(); }}<div class="se-preview-section-del...
2018-08-10 13:15:19 3209 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人