[root@localhost ~\]# history
1 vmware-hgfsclient
2 cd /mnt
3 ls
4 mkdir share
5 ls
6 mount -t fuse.vmhgfs-fuse .host:/ /mnt/share/ -o allow\_other
7 cd /mnt/share
8 ls
9 cd /.
10 vi /etc/fstab
11 history
[root@localhost ~\]#
8.进入文件系统,手动查看:
9.Windows 10 复制文件进入共享文件夹:
10.Linux 文件系统查看: (这里文件不同是因为命令行查看是我几天后新加的,所以文件有改变)
[root@localhost ~]# mount -h
Usage:
mount [-lhV]
mount -a [options]
mount [options] [--source]
options: -t
--types limit the set of filesystem types
限制文件系统类型集
--source explicitly specifies source (path, label, uuid)
显式指定源(路径、标签、uuid)
uuid:https://baike.baidu.com/item/UUID/5921266?fr=aladdin
--target explicitly specifies mountpoint
显式指定挂载点
刚在一台IBM Xserver服务器上装了RedHat Linux Enterprise AS 4,为了提高网络的可靠性配置双网卡绑定。
一、环境描述
我的RedHat Linux Enterprise AS 4安装双口的Intel千兆网卡,通过ifconfig -a命令看到eth0和eth1两张网卡。
二、双网卡绑定步骤:
2.1 修改/etc/sysconfig/network
1.AdviceMethods.java
package com.bijian.study.spring.aop.schema;
public class AdviceMethods {
public void preGreeting() {
System.out.println("--how are you!--");
}
}
2.beans.x
包括Spark Streaming在内的实时计算数据可靠性指的是三种级别:
1. At most once,数据最多只能接受一次,有可能接收不到
2. At least once, 数据至少接受一次,有可能重复接收
3. Exactly once 数据保证被处理并且只被处理一次,
具体的多读几遍http://spark.apache.org/docs/lates
具体思路参见:http://zhedahht.blog.163.com/blog/static/25411174200712895228171/
import java.util.ArrayList;
import java.util.List;
public class MinStack {
//maybe we can use origin array rathe
日期转换函数的详细使用说明
DATE_FORMAT(date,format) Formats the date value according to the format string. The following specifiers may be used in the format string. The&n