码迷,mamicode.com
首页 >  
搜索关键字:stat    ( 16589个结果
javascript的基础知识
1 onmousedown //鼠标按下 2 onmouseup //鼠标抬起 3 onmouseover //鼠标移入 4 onmouseout //鼠标移除 5 onmousemove //鼠标移动 6 onclick //点击事件 7 onfocus //获得焦点 8 onblur //失去焦 ...
分类:编程语言   时间:2020-06-09 09:42:27    阅读次数:75
Stream常见操作
一、Java Colletion按对象属性分组、分组汇总、过滤等操作示例 @Data public class PersonData { private String id; private String type; private String name; private int age; } 对 ...
分类:其他好文   时间:2020-06-08 23:58:55    阅读次数:119
1.5_视图容器_cover-view
图: 代码: <template> <view> <view class="v1"> <image src="../../static/shuijiao.jpg" mode="widthFix"></image> <cover-view class="v2">简单的cover-view</cover ...
分类:其他好文   时间:2020-06-08 22:06:31    阅读次数:61
Change file readonly property File.SetAttribute and new FileInfo readonly property
static void FileInfoChangeReadOnly() { string file = @"D:\C\ConsoleApp24\ConsoleApp24\bin\Debug\netcoreapp3.1\ConsoleApp23\ConsoleApp23\bin\Debug\netc ...
分类:其他好文   时间:2020-06-08 18:51:37    阅读次数:80
一个简单的命令操作Centos 7防火墙
查看防火墙状态 [root@HUNDSUN ~]# systemctl status firewalld ● firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system ...
分类:其他好文   时间:2020-06-08 14:53:28    阅读次数:74
WLC新增AP接入配置
1、配置交换机 a.连接AP的交换机接口需要配置成trunk,并更改native vlan interface GigabitEthernet1/0/10 description "To_AP" switchport trunk native vlan 2 switchport mode trunk ...
分类:其他好文   时间:2020-06-08 14:31:25    阅读次数:153
MLD协议测试——网络测试仪实操
一、简介 1. MLD简介 MLD · Multicast Listener Discovery Protocol · 组播侦听者发现协议 功能 · 在终端主机和与其直接相邻的组播路由器之间建立/维护组播组成员关系 标准 · RFC2710: MLD, 1999.10 · RFC3810: MLDv ...
分类:其他好文   时间:2020-06-08 12:58:36    阅读次数:70
CSS基础篇--使用position:sticky 实现粘性布局
简介 前面写了一篇文章讲解了position常用的几个属性:《CSS基础篇-- position属性讲解》一般都知道下面几个常用的: { position: static; position: relative; position: absolute; position: fixed; } 在htt ...
分类:Web程序   时间:2020-06-08 12:25:53    阅读次数:68
linux虚拟机nat模式 设置静态ip
本文是采坑后记录 宿主机: macos 虚拟机: Vmware 虚拟操作系统: centos 7 两个目标 1. 设置原来的动态ip为静态ip 2. 设置为静态ip后能够联网 最终修改结果如下: 将BOOTPROTO="dhcp" 改为 "static" TYPE="Ethernet" PROXY_ ...
分类:系统相关   时间:2020-06-08 12:24:15    阅读次数:92
IPV6 基础配置
IPV6基础配置了解ipv6地址的结构分网络位主机位,同时ipv6由128bit组成,使用:分16进制表示,简写规则:1.去掉不必要的02.::表示多个连续的0,一个ipv6地址里面只能出现一个双冒号了解常见的ipv6的单播地址类型1.ggud可聚合全局单播地址相当于ipv4的公网IP地址2.link-localaddres链路本地地址相当于169.254这类自动获取的IP地址设备接口在启动ipv
分类:其他好文   时间:2020-06-08 11:01:32    阅读次数:133
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!