一、命令行提示字符[root@localhost ~]#[当前登录系统的用户@主机名称 当前所在的目录]## 表示为管理员登录$ 表示为普通用户登录 管理员登录与普通用户登录的切换 二、切换用户su 用户名 #切换后所在目录不变su - 用户名 #切换后所在目录变成用户家目录 三、主机名设置 1、查 ...
分类:
系统相关 时间:
2021-06-13 10:36:06
阅读次数:
0
前言 本节开始整理日志相关的东西。先整理一下日志的基本原理。 正文 首先介绍一下包: Microsoft.Extengsion.Logging.Abstrations 这个是接口包。 Microsoft.Extengsion.Logging 这个是实现包 Microsoft.Extengsion.L ...
分类:
Web程序 时间:
2021-06-08 23:42:17
阅读次数:
0
pytest测试函数标记 1.pytest.mark.{自定义标签},自定义一个mark标签 https://www.cnblogs.com/zhuxibo/p/13921581.html 2. 跳过用例:@pytest.mark.skip @pytest.mark.skipif 描述:skip和s ...
分类:
其他好文 时间:
2021-06-08 23:37:35
阅读次数:
0
效果: public class Rootobject { public Node[] nodes { get; set; } public Link[] links { get; set; } public Category[] categories { get; set; } } /// <su ...
1、登录root用户 su oracle 或者 su - oracle 切换到数据库用户 2、进入SqlPlus sqlplus / as sysdba --进入sqlplus 注意语法 /和 as 之间有空格 否则报错 3、修改过期账户的密码, sys代表的是自己的用户名,双引号内的passwor ...
分类:
数据库 时间:
2021-06-08 22:49:41
阅读次数:
0
/* * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. ...
分类:
编程语言 时间:
2021-06-04 18:53:10
阅读次数:
0
1.首先安装telnet服务,防止升级失败连接不上服务器 sudo apt-get install openbsd-inetd sudo apt-get install telnetd sudo /etc/init.d/openbsd-inetd restart 查看 telnet服务是否开启 su ...
分类:
系统相关 时间:
2021-05-24 13:36:25
阅读次数:
0
题目来源:su-ctf-quals-2014题目描述:解密这段信息! 下载附件,内容如下 The life that I have Is all that I have And the life that I have Is yours. The love that I have Of the li ...
分类:
其他好文 时间:
2021-05-24 08:42:04
阅读次数:
0
目标 了解并能够应用某些方法来旋转物体。 API对Quaternion的(部分)说明 Quaternion Description 描述 Quaternions are used to represent rotations. 四元数用于表示旋转。 They are compact, don't s ...
分类:
编程语言 时间:
2021-05-24 08:25:35
阅读次数:
0
Linux 配置 jdk 一、准备 1、查看系统是否自带JDK java -version 2、查看相关java文件 rpm -qa | grep java 3、删除相关文件 首先键入命令 su root 输入密码获取root权限,然后将上一步中带 openjdk 的文件全部删除,具体根据你安装的版 ...
分类:
其他好文 时间:
2021-05-24 03:23:12
阅读次数:
0