To enable SRv6 support, at least CONFIG_IPV6 must be enabled. The default built-in SRv6 code supports elementary processing of SR-enabled packets. For ...
分类:
系统相关 时间:
2020-05-08 20:10:42
阅读次数:
154
简介 在vue中创建多个ueditor实例,我使用neditor,其实就是把ueditor样式美化了下,其他和ueditor几乎一样 截图 源码地址 https://github.com/obliviouss... 说明 下载ueditor或neditor源码,拷贝到static目录下面 然后修改u ...
分类:
其他好文 时间:
2020-05-08 16:31:08
阅读次数:
56
To enable Flash for a specific website, first open your Chrome browser and type chrome://settings/content in the address bar, then press enter. Then o ...
分类:
其他好文 时间:
2020-05-08 10:03:00
阅读次数:
76
1.安装 yum install mariadb-server -y 2.启动 systemctl start mariadb-server 3.设置开机启动systemctl enable mariadb-server 配置mariadb 1,命令 mysql_secure_installatio ...
分类:
数据库 时间:
2020-05-07 15:35:27
阅读次数:
94
前言 做过 Android 开发的童鞋都知道,不能在非主线程修改 UI 控件,因为 Android 规定只能在主线程中访问 UI ,如果在子线程中访问 UI ,那么程序就会抛出异常 android.view.ViewRootImpl$CalledFromWrongThreadException: O ...
分类:
移动开发 时间:
2020-05-07 10:48:30
阅读次数:
79
ManagementClass mc = new ManagementClass("Win32_NetworkAdapterConfiguration"); ManagementObjectCollection moc = mc.GetInstances(); foreach (Management ...
分类:
其他好文 时间:
2020-05-06 18:11:13
阅读次数:
85
一,安装grafana vim /etc/yum.repos.d/grafana.repo [grafana] name=grafana baseurl=https://mirrors.tuna.tsinghua.edu.cn/grafana/yum/rpm repo_gpgcheck=0 enab ...
分类:
其他好文 时间:
2020-05-06 13:41:20
阅读次数:
197
一、在内核中设置 1,允许PING配置 临时 echo 0 >/proc/sys/net/ipv4/icmp_echo_ignore_all 永久 echo net.ipv4.icmp_echo_ignore_all=0 >> /etc/sysctl.confsysctl -p # 执行这条命令使更 ...
分类:
其他好文 时间:
2020-05-05 12:23:34
阅读次数:
101
该错误出现的原因是因为stm32f10x_conf.h配置文件注释掉了一些头文件。把注释去掉就好啦!!! /* Includes *//* Uncomment/Comment the line below to enable/disable peripheral header file inclus ...
分类:
其他好文 时间:
2020-05-05 11:05:43
阅读次数:
134
在移动端页面使用canvas的动画,为了实现动画的触摸滑动,会加入createjs.Touch.enable(stage, true, false)这条语句,但加入这条语句后,页面的input和click等可点击事件都会失效,所以会用触摸事件来实现相关功能,如下: $('#button').on(' ...
分类:
移动开发 时间:
2020-05-04 21:04:10
阅读次数:
89