常用的重定向如who->userlist.txt将who的输出定向到文件userlist.txt,这是如何做到的呢? who的默认输出对象是标准IO中的stdout,文件描述符为1,而重定向所做的事情是将文件描述符1从默认的tty设备文件移开,而重新分配给其他文件,在本例中为userlist.txt ...
分类:
其他好文 时间:
2020-06-16 15:38:37
阅读次数:
56
hadoop文件目录结构 http://192.168.21.110:50070/explorer.html#/ 登录后会看到hadoop的数据目录 报错解决 Permission denied: user=dr.who, access=WRITE, inode="/":root:supergrou ...
分类:
其他好文 时间:
2020-06-15 17:48:08
阅读次数:
55
//用PrintWriter写入文件 import java.io.IOException; import java.io.PrintWriter; public class PrintWriteDemo { public static void main(String[] args) throws ...
分类:
编程语言 时间:
2020-06-14 19:07:58
阅读次数:
140
从不订购的客户 sql 编程 1. 地址 https://leetcode-cn.com/problems/customers-who-never-order/ 2. 解法 子查询 select Name as Customers from Customers where Id not in ( s ...
分类:
其他好文 时间:
2020-06-14 14:29:06
阅读次数:
76
[GKCTF2020]CheckIN 解题思路 打开直接是源码: <title>Check_In</title> <?php highlight_file(__FILE__); class ClassName { public $code = null; public $decode = null; ...
分类:
其他好文 时间:
2020-06-09 20:25:14
阅读次数:
431
通过前面两篇文章,我们已经有了一个“嗷嗷待哺”的K8s集群环境,也对相关的概念与组件有了一个基本了解(前期对概念有个印象即可,因为只有实践了才能对其有深入理解,所谓“纸上得来终觉浅,绝知此事要躬行”),本文从实践角度介绍如何结合我们常用的Gitlab与Jenkins,通过K8s来实现项目的自动化部署 ...
分类:
其他好文 时间:
2020-06-06 18:16:52
阅读次数:
58
一、背景 有个老项目用的thinkphp写的,咱也没接触过啊,只能先搭个本地环境测试一下了 二、实操 基础的搭建网上示例挺多的,版本的话按着需要来吧,大同小异。 下面给一个网址,个人觉得非常好的例子 https://blog.csdn.net/zhangtao0417/article/details ...
系统状态检测命令 ifconfig 命令描述:ifconfig命令用于获取网卡配置与网络状态等信息。 命令示例: 命令输出说明: 第一部分的第一行显示网卡状态信息。 eth0表示第一块网卡。 UP代表网卡开启状态。 RUNNING代表网卡的网线被接上。 MULTICAST表示支持组播。 第二行显示网 ...
分类:
系统相关 时间:
2020-06-03 16:04:41
阅读次数:
136
appellant: a person who applies to a higher court for a reversal of the decision of a lower court. appellee: the respondent in a case appealed to a hi ...
分类:
其他好文 时间:
2020-06-03 09:19:44
阅读次数:
70
When you change the name of the computer that is running SQL Server, the new name is recognized during SQL Server startup. You do not have to run Setu ...
分类:
数据库 时间:
2020-06-01 20:53:21
阅读次数:
104