- 博客(8)
- 资源 (3)
- 收藏
- 关注
原创 常用SQL查詢
计算年龄 select trunc(months_between(sysdate, to_date(&birthday, 'yyyymmdd')) / 12, 2) from dual; 更新多列update A t1 set (t1.col1,t1.col2)=(select t2.col1,t2.col2 from B t2 where t1.id=t2.id)where ...
2019-01-09 14:52:44
176
原创 plsql连接数据库
https://www.oracle.com/technetwork/database/database-technologies/instant-client/downloads/index.htmlVersion 18.3.0.0.0Version 12.2.0.1.0Version 12.1.0.2.0 plsql developer12 oci.dll not ini...
2018-12-21 15:05:09
1750
原创 sqllite相关问题解决
问题1:如何打开.db数据库文件解决:https://jingyan.baidu.com/article/3d69c551626297f0cf02d78b.html
2018-11-21 20:27:25
287
原创 查看某个时间之前的数据,可用于恢复数据
select * from PLATFORM_user as of timestamp to_timestamp('2018-11-20 11:00:00','yyyy-mm-dd hh24:mi:ss');
2018-11-21 14:24:12
584
原创 redis常見問題解決
问题1:linux CentOS7下安装redis报错 make[1]: *** [adlist.o] 错误 127。[安装gcc]解決: https://blog.youkuaiyun.com/iw1210/article/details/72428824注意点:问题2:Java链接Redis时出现 “ERR Client sent AUTH, but no password is set...
2018-11-21 10:34:23
165
转载 IntelliJ IDEA导入JDK出现The selected directory is not a valid home for JDK问题的解决方法
转载链接:https://blog.youkuaiyun.com/zsy112371/article/details/52486501选择这个文件夹,注意这个文件夹一定是jdk1.8.0_101这种形式的,什么jdk,jre这种名字的统统不行,你后来就算改成这种jdk1.8.0_101形式的也不行。你只能把java卸载了,然后重新安装,注意要使用它提供的默认安装位置,因为默认安装位置就是这种jdk1.8.0_...
2018-07-03 10:36:59
2648
转载 liunx下tomcat启动 Cannot find ./catalina.sh
Cannot find ./catalina.shThe file is absent or does not have execute permissionThis file is needed to run this program没有给bin目录下的文件授权可执行权限:chmod +x bin/*.sh
2018-04-23 14:02:54
251
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人