using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Data; using System.Data.SqlClient; using Sys ...
分类:
数据库 时间:
2021-05-24 13:43:26
阅读次数:
0
#json#time、datetime#os、sys#randomimport os# os.rename('m1.py','M1.py')# os.remove()#删除文件,不能删除文件夹# os.rmdir('test')#删除空文件夹的# os.mkdir('cars/bmw') #创建文件 ...
分类:
编程语言 时间:
2021-05-24 13:21:58
阅读次数:
0
1、全备 [root@test3 ~]# innobackupex --user=root --password=123456 --no-timestamp /data/backup/full_backup[root@test3 backup]# ls #全部备份的文件full_backup 2、对 ...
分类:
数据库 时间:
2021-05-24 13:04:29
阅读次数:
0
client #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <time.h> #include <arpa/inet.h> #include <sys/socket.h> ...
分类:
其他好文 时间:
2021-05-24 12:27:36
阅读次数:
0
在登录sys,输入密码后,出现如下错误: 解决: 将密码(口令)改为原密码加上 as sysdba 例如我的密码改为:change_on_install as sysdba ,就可以登陆进去了 原文:(5条消息) ORA-28009:connection as SYS should be as SY ...
分类:
数据库 时间:
2021-05-24 12:06:39
阅读次数:
0
layout可以叠加效果 import java.awt.*; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; public class HomeWork { public static void mai ...
分类:
其他好文 时间:
2021-05-24 10:44:34
阅读次数:
0
https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum install postgresql13-contrib postgresql13-se ...
分类:
数据库 时间:
2021-05-24 10:29:11
阅读次数:
0
审计 审计机制是 DM 数据库管理系统安全管理的重要组成部分之一。DM 数据库除了提供数据安全保护措施外,还提供对日常事件的事后审计监督。DM 具有一个灵活的审计子系统,可以通过它来记录系统级事件、个别用户的行为以及对数据库对象的访问。通过考察、跟踪审计信息,数据库审计员可以查看用户访问的形式以及曾 ...
分类:
其他好文 时间:
2021-05-24 10:03:06
阅读次数:
0
示例 1 : 批量修改 ALT+SHIFT+R 示例 2 : 快速输入主方法 \1. 敲入main \2. alt+/ 示例 3 : 快速输入System.out.println \1. 敲入syso \2. alt+/ 示例 4 : 快速输入for \1. 敲入for \2. alt+/ 示例 5 ...
分类:
系统相关 时间:
2021-05-24 10:01:19
阅读次数:
0
主要实现了 轮询、加权轮询、随机、加权随机、IPHash 参考大佬文章: https://www.cnblogs.com/wxd0108/p/5465938.html 废话不说,码上见 using System; using System.Collections.Generic; using Sys ...
分类:
编程语言 时间:
2021-05-24 09:27:18
阅读次数:
0