Code Completion Ctrl+空格 helps you quickly complete code statements. It works as you type and gives a list of suggestions available from the current ca ...
分类:
编程语言 时间:
2020-06-30 10:43:50
阅读次数:
213
ipv6配置: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=[fe80::495:f6e8:5c9e:3fdb%eno16777984])(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orc ...
分类:
数据库 时间:
2020-06-30 10:26:33
阅读次数:
90
grant create session,resource to <user>create user DI70HMTEST identified by primeton000000;grant dba to DI70HMTEST; create user HMTESTDATA identified ...
分类:
数据库 时间:
2020-06-30 10:24:51
阅读次数:
68
java two map left join - 国际版 Bing https://cn.bing.com/search?FORM=U227DF&PC=U227&q=java+two+map+left+join 两个不同的Java对象的“左连接”-代码日志 https://stackoverflow ...
分类:
编程语言 时间:
2020-06-29 20:07:22
阅读次数:
56
问题: 使用Flask-SQLALchemy连接mysql数据库,过几个小时第一次使用会出现MySQL Connection not available的情况,第二次使用又恢复正常了。 解决方案: 用命令查看数据库的过期时间 show global variables like 'wait_time ...
分类:
数据库 时间:
2020-06-29 17:19:09
阅读次数:
176
最近有安装一次rabbitmq升级到3.8.5版本,这个安装真的是省事简单 直接用官方脚本运行即可 #!/bin/sh ## If sudo is not available on the system, ## uncomment the line below to install it # apt ...
分类:
其他好文 时间:
2020-06-29 15:26:44
阅读次数:
81
前提:已完成oracle安装 1、系统用户: sys、system、sysman、scott (普通用户) 1.1查看登录用户: 1)show user 查看当前登录的用户 2)数据字典 dba_users 3)解锁用户: 1、以oracle用户登录Oracle服务器 2、连接数据库 > sqlpl ...
分类:
其他好文 时间:
2020-06-29 13:43:00
阅读次数:
64
Using the Power Apps visual Let's look at the steps required to use the Power Apps visual in your Power BI report. Power Apps visual is available by d ...
分类:
移动开发 时间:
2020-06-29 11:30:50
阅读次数:
107
total=used+free+buff/cache。 buff/cache我的理解是在内存中有值,然后也缓存到文件系统中了。如果需要的话,内存中占用的空间可以立即被释放。 理论上available=free+buff/cache,是可以被使用的内存量。 但是available<free+buff/ ...
分类:
系统相关 时间:
2020-06-28 22:38:09
阅读次数:
71
JDK安装配置 1.安装jdk。双击软件安装包,一路默认。 jdk下载地址: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 2.配置环境变量。右键“我的电脑”--点击“属性”-- ...
分类:
其他好文 时间:
2020-06-28 20:31:40
阅读次数:
45