找到IDEA的安装目录, bin文件夹下的idea.exe.vmoptions和idea64.exe.vmoptions两个文件分别打开,修改其中的参数:-Xmx1024m,保存。 我的电脑修改前是-Xmx512m。 这两个文件是idea的配置文件,64的对应64位的启动器,不带数字的对应32位启动 ...
分类:
其他好文 时间:
2021-06-02 15:38:15
阅读次数:
0
--create directory create directory dump_dir as '/splex/dump'; grant read,write on directory dump_dir to public; --export full database schema expdp u ...
分类:
数据库 时间:
2021-06-02 14:24:07
阅读次数:
0
LINUX samba配置共享文件目录 1.使用rpm -qa|grep samba 查看是否安装samba samba-winbind-clients-3.5.4-68.el6.x86_64 samba-3.5.4-68.el6.x86_64 samba-client-3.5.4-68.el6.x ...
授权语法sql 一.用户的创建与使用 在管理员登录后可创建用户 --创建qfplan用户-create user qfplan identified by qfplan; --用户基本权限授权grant create session, connect ,resource to qfplan; --给 ...
分类:
其他好文 时间:
2021-06-02 11:00:18
阅读次数:
0
创建新用户: create user 'user01'@'127.0.0.1' identified by 'cssss@!'; create user 'user01'@'%' identified by 'cssss@!'; grant all privileges on *.* to 'cbi ...
分类:
其他好文 时间:
2021-05-24 14:53:49
阅读次数:
0
前言 自从 Java 8 开始,作为程序员的我们都离不开 Stream 相关功能的使用,书写起来那叫一个流畅(这个 feel~~)。但总是有一些时候,我们对 stream 的操作所要的结果和预期不符,这就需要我们逐步调试,定位问题 常规调试 先来看下面这段代码: public static void ...
分类:
其他好文 时间:
2021-05-24 14:27:05
阅读次数:
0
数据库导入导出数据解释 --新建用户(sibpm_hc:用户名,sibpm_osa_f_hc:密码) create user sibpm_hc identified by sibpm_osa_f_hc --授权 grant dba,connect to sibpm_hc --cmd 运行,不用登陆 ...
分类:
数据库 时间:
2021-05-24 13:35:21
阅读次数:
0
远程主机指纹的作用:用于验证远程主机确实是我以前连接过的主机,而不是被DNS劫持的主机。 远程主机:ubuntu20.04系统 本地:wsl 2 的debian 10系统 所谓的主机指纹:把远程主机的公钥用一种hash算法输出一个较短的数串。 这就涉及到2个材料:1、远程主机的公钥。2、双方公用的哈 ...
分类:
其他好文 时间:
2021-05-24 10:10:47
阅读次数:
0
1.停止服务 net stop mysql; 2.控制台输入 mysqld --console --shared-memory --skip-grant-tables 3.重新打开一个窗口,进入bin目录下,执行mysql,回车 4.密码置空 update user set authenticati ...
分类:
数据库 时间:
2021-05-24 07:35:02
阅读次数:
0
错误如下: mount: wrong fs type, bad option, bad superblock on 192.168.1.7:data/nfsdir2, missing codepage or helper program, or other error (for several fi ...
分类:
其他好文 时间:
2021-05-24 06:40:25
阅读次数:
0