运行到C盘根目录 2、输入:SET ORACLE_SID = 你的SID名称 3、输入:sqlplus/nolog 4、输入:connect/as sysdba 5、输入:altre user ris identified by 123456 6、输入:altre user system ident ...
分类:
数据库 时间:
2020-07-04 11:39:31
阅读次数:
68
表结构如下 create table test ( id int, xm varchar2(5), age varchar2(3) ) 内有数据格式 id xm age 1 张三 14 2 李四 20 查询语句 select * from test;#*号为返回全部字段 select id,xm f ...
分类:
数据库 时间:
2020-07-04 01:32:14
阅读次数:
83
mvn archetype:generate : 反向生成项目的骨架 mvn clean: 清除各个模块target目录及里面的内容 mvn compile: 静态编译,根据xx.java生成xx.class文件 mvn dependency:list : 查看当前项目已被解析的依赖 mvn dep ...
分类:
其他好文 时间:
2020-07-03 21:09:43
阅读次数:
63
设备文件 一切皆文件:open(), read(), write(), close()设备文件:关联至一个设备驱动程序,进而能够跟与之对应硬件设备进行通信设备号码: 主设备号:major number, 标识设备类型 次设备号:minor number, 标识同一类型下的不同设备设备类型: 块设备: ...
分类:
其他好文 时间:
2020-07-03 12:55:49
阅读次数:
69
[client]port = 3306socket = /tmp/mysql.sock [mysqld]port = 3306socket = /tmp/mysql.sock basedir = /usr/local/mysqldatadir = /data/mysqlpid-file = /dat ...
分类:
其他好文 时间:
2020-07-03 12:48:49
阅读次数:
56
增 ###直接插入数据 insert into t1(id,name,tel) values ('1','linux','13812341234'); ...
分类:
数据库 时间:
2020-07-02 13:42:37
阅读次数:
67
0X01 漏洞介绍 Weblogic的WLS Security组件对外提供webservice服务,其中使用了XMLDecoder来解析用户传入的XML数据,在解析的过程中出现反序列化漏洞,导致可执行任意命令。 如果访问/wls-wsat/CoordinatorPortType11目录,存在Web ...
分类:
Web程序 时间:
2020-07-02 09:28:16
阅读次数:
104
一、安装准备 linux操作系统 jdk1.8 xshell、xftp 二、安装步骤 1.下载jdk安装包 下载地址:https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 操作系统多少 ...
分类:
系统相关 时间:
2020-06-30 11:21:09
阅读次数:
77
1.oracle 用户环境: 主库: [oracle@hzmtx admin]$ cat ~/.bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi ...
分类:
数据库 时间:
2020-06-28 00:20:49
阅读次数:
82
Backup and Recovery: Concepts ObjectivesAfter completing this lesson, you should be able to:? Identify the types of failure that can occur in an Oracl ...
分类:
数据库 时间:
2020-06-25 19:17:27
阅读次数:
296