今日进度:学习了>Java程序基础>Java语言架构>整数运算,总进度【01|50】 【20221-06-24】JAVA学习日志 日志|发布:2021-06-24 07:18:19 更新:2021-06-24 08:19:42 源站:https://www.cnblogs.com/seto/ Rss ...
分类:
编程语言 时间:
2021-06-24 18:18:16
阅读次数:
0
[root@es02-010007081131 dumpbackup]# more /home/script/backup/mysql_dumpbackup.sh #!/bin/bash . /etc/profile . ~/.bash_profile backup_date=`date "+%Y% ...
分类:
数据库 时间:
2021-06-24 18:11:54
阅读次数:
0
什么是域? 举例 GF(28) 完全剩余系 简化剩余系 欧拉定理 参考 1、现代密码学_电子科技大学 ...
分类:
其他好文 时间:
2021-06-24 18:01:44
阅读次数:
0
今日内容 文件处理基础 Linux系统的目录结构 window系统 linux系统 文件夹 目录window系统:多根目录(顶级文件夹有多个) C:\a\b\c\d.txt D:\xxx\yyy\zzz.txtlinux系统:单根结构(顶级文件夹有一个) /a/b/c/d.txt 绝对路径和相对路径 ...
分类:
其他好文 时间:
2021-06-24 17:38:58
阅读次数:
0
文件基础命令 系统目录 windows是多根目录 Linux是单根目录 ls [root@localhost ~]# ls / 查看 当前文件夹下的文件目录 a bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv ...
分类:
其他好文 时间:
2021-06-24 17:36:48
阅读次数:
0
1、oracle中用户密码复杂度配置 1)查看参数 select limit from dba_profiles where resource_name='PASSWORD_VERIFY_FUNCTION' and profile in (select profile from dba_users ...
分类:
数据库 时间:
2021-06-24 17:35:08
阅读次数:
0
相比于高大上的各种Selenium进阶指南,个人认为夯实基础至关重要。 在Selenium测试框架的API中,主要分为三大类: 对浏览器本身的相关操作。 对浏览器页面中,元素的定位操作。 对浏览器页面中元素进行定位后,对该元素的一些操作。如:点击、输入等操作。 我们本篇文章先说说Selenium框架 ...
jenkins部署vue项目 安装nodejs 配置nodejs的源,去官网查看需要安装的版本和介绍 V8.x: # curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - yum安装node.js yum ins ...
分类:
其他好文 时间:
2021-06-23 17:07:38
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>HTML基础</title> <link rel="stylesheet" href="http://ui.imdsx.cn/static/image/titl ...
分类:
Web程序 时间:
2021-06-23 17:03:55
阅读次数:
0
Linux Nginx日志切割脚本 版本 操作系统版本IP版本 Centos 172.21.3.220内网 7.x Nginx日志切割脚本 #!/bin/bash #设置日志文件存放目录 logs_dir="/usr/local/nginx/logs" store_dir="/data/backup ...
分类:
系统相关 时间:
2021-06-23 17:02:55
阅读次数:
0