xargs $ seq 10 | xargs -i date Fri Jul 21 14:20:55 CST 2017 Fri Jul 21 14:20:55 CST 2017 Fri Jul 21 14:20:55 CST 2017 Fri Jul 21 14:20:55 CST 2017 Fri ...
分类:
系统相关 时间:
2021-05-24 05:37:34
阅读次数:
0
shell脚本1 1.脚本基础 shell程序是linux/unix操作系统与用户交互的接口 1.1 内建命令 内建命令:shell程序本身可以接收并处理的指令 外部命令:从path路径中搜索,创建一个当前shell的子进程,子进程执行 type -a 指令 [root@iZjrkzhzhrquk8 ...
分类:
系统相关 时间:
2021-05-24 04:51:08
阅读次数:
0
static void Main(string[] args) { //Console.WriteLine("Hello World!"); //ShowInt(10); //ShowString("test"); //ShowDateTime(DateTime.Now); //ShowObject ...
分类:
其他好文 时间:
2021-05-24 04:48:03
阅读次数:
0
一个登录窗体,FormBorderStyle属性设置为None,打开后不能挪动位置,有时候会妨碍使用,有点恶心。网上找了段内容,实现拖动效果: #region 无边框拖动效果,Form被PictureBox覆盖,Form事件不会被触发 [System.Runtime.InteropServices. ...
<sql id="insertColumn"> data_job_id, ds_info, src_ds_type, dst_ds_type, scene_state, last_checked_time, check_period_ms, last_round_reset_time, round_ ...
分类:
其他好文 时间:
2021-05-24 04:16:16
阅读次数:
0
## nginx的日志```SHELL #log_format main '$remote_addr - $remote_user [$time_local] "$request" ' # '$status $body_bytes_sent "$http_referer" ' # '"$http_u ...
分类:
系统相关 时间:
2021-05-24 04:12:29
阅读次数:
0
nosql not only sql用户画像:热点数据:经常被使用的数据mysql## 安装- 可以使用yum 安装,要先配置epel源 ```shell yum install -y redis ```- 可以编译安装 ```SHELL wget http://download.redis.io/ ...
分类:
数据库 时间:
2021-05-24 04:10:10
阅读次数:
0
【C#】Color颜色对照表,GDI+ 绘图大用处 Color.AliceBlue 240,248,255 Color.LightSalmon 255,160,122 Color.AntiqueWhite 250,235,215 Color.LightSeaGreen 32,178,170 Colo ...
#本机课程目标 掌握for循环语句的基本语法结构 掌握while和until循环语句的基本语法结构 一、for循环语句 关键词:爱的魔力转圈圈:innocent: 1. for循环语法结构 ㈠ 列表循环 列表for循环:用于将一组命令执行**已知的次数** 基本语法格式 for variable i ...
分类:
系统相关 时间:
2021-05-24 03:49:07
阅读次数:
0
Hbase shell命令基本操作 1、进入Hbase shell客户端命令操作界面 如果配置过hbase环境变量 hbase shell 如果没有配置过环境变量 # 进入hbase文件夹中 cd /hc/install/hbase-2.2.6/ bin/hbase shell 2、help帮助命令 ...
分类:
系统相关 时间:
2021-05-24 03:29:09
阅读次数:
0