登陆时报: ORA-12516:TNS:listener could not find available handler with matching protocol stack 解决方法: 1.切换到oracle用户下: su - oracle 2.停止数据库监听器: lsnrctl stop ...
分类:
其他好文 时间:
2019-06-11 13:01:36
阅读次数:
108
Linux_网络服务_DHCP_超级作用域,配置的第二个网段,测试没有正常获取到IP地址 本文只为做记录,自学备注 参考视频做【DHCP】实验时,配置【超级作用域】,分配2个网段的IP地址 服务器,修改了 /etc/dhcp/dhcpd.conf文件 shared-network 0-11 { su ...
分类:
系统相关 时间:
2019-06-09 18:25:36
阅读次数:
192
Computer Science 220S1C (2019)Assignment 4 (traversal and optimisation)Due date June 7, 2019, 10pm100 Marks in totalThis assignment requires you to su ...
分类:
其他好文 时间:
2019-06-06 21:11:40
阅读次数:
78
参考文章:https://blog.csdn.net/weixin_38554662/article/details/80589852 但是需要注意的是,ssh_config文件本来是没有权限修改的,在乌班图里面的话需要使用su命令,输入密码后,在输入 chmod 777 文件的地址,修改一下ssh ...
分类:
系统相关 时间:
2019-06-06 15:39:30
阅读次数:
144
linux命令菜鸟教程上介绍的不错,可以直接百度对应的搜linux [命令] 菜鸟教程 文件权限相关https://www.cnblogs.com/123-/p/4189072.html ls mv rm cp cd pwd vim "set -o vim" ssh scp su chown chm ...
分类:
系统相关 时间:
2019-06-06 12:25:06
阅读次数:
202
useradd [选项] 用户名:添加新用户名 passwd [选项] 用户名:修改密码 usermod [选项] 用户名 :修改用户信息 chage [选项] 用户名:修改用户密码状态 userdel -r 用户名:删除用户 su [选项] 用户名 :切换用户 编辑用户组 groupadd -g ...
分类:
系统相关 时间:
2019-06-03 14:13:19
阅读次数:
131
Given an integer array, your task is to find all the different possible increasing subsequences of the given array, and the length of an increasing su ...
分类:
其他好文 时间:
2019-05-31 23:11:53
阅读次数:
99
由于准备把个人电脑的整体环境转到Linux下,所以准备做一个记录来记录在Linux下要配置的一些奇奇怪怪的插件或者环境。考虑到以后工作中可能会没有su权限,所以整体安装尽量采用源码编译的方式,但会比较吃配置,有些情况下编译还是比较花时间的,尽量不要在虚拟机中。 ZSH "原文地址" 有可能会出现的问 ...
分类:
系统相关 时间:
2019-05-27 19:31:59
阅读次数:
208
Requests 安装requests模块: D:\Install\Python36>pip3 install requests 请求方式 #coding:utf-8 import requests requests.get("http://www.baidu.com") requests.post... ...
分类:
编程语言 时间:
2019-05-26 16:17:17
阅读次数:
115
import java.util.*; public class Solution { public ArrayList > FindContinuousSequence(int sum) { if(sum > list = new ArrayList>(); for(int i = 1; i su... ...
分类:
其他好文 时间:
2019-05-23 14:29:41
阅读次数:
194