简介 在 Linux 操作环境下,终端操作是发挥 Linux 强大命令功能的重要途径,但在本地主机操作中,针对不同任务开启不同的终端,在使用时进行频繁的终端切换在某些场合下是一种使人分心和疲惫的操作,而通过远程登录使用远端服务器的功能时, ssh 等远程登录服务提供的单一终端时常不能满足正常的使用需 ...
分类:
其他好文 时间:
2018-11-06 13:24:03
阅读次数:
226
参考文档 https://github.com/intel/gvt-linux/wiki/GVTg_Setup_Guide#22-hardware-requirements 环境描述 OS:centos7.3 kernel:4.15 qemu:2.12 cpu:3865U 步骤一:编译内核 1 安装 ...
分类:
其他好文 时间:
2018-11-05 13:39:17
阅读次数:
929
一.CSS书写顺序 1.位置属性(position, top, right, z-index, display, float等)2.大小(width, height, padding, margin)3.文字系列(font, line-height, letter-spacing, color- t ...
分类:
Web程序 时间:
2018-11-05 12:54:05
阅读次数:
246
本文主要介绍怎么在el tree组件中通过render函数来el button。 这是element ui中el tree树: 这是需要实现的效果: tree.vue文件中,具体实现的代码如下: 主要说下这段代码: 文档中有详细的说明:https://cn.vuejs.org/v2/guide/re ...
分类:
其他好文 时间:
2018-11-05 11:34:33
阅读次数:
668
1.媒体查询方法在 css 里面这样写 @media screen and (min-width: 320px) and (max-width: 480px){在这里写小屏幕设备的样式} @media only screen and (min-width: 321px) and (max-width ...
分类:
Web程序 时间:
2018-11-05 00:09:43
阅读次数:
2011
Neural Networks and Deep Learning This is the first course of the deep learning specialization at Coursera which is moderated by moderated by DeepLear ...
分类:
Web程序 时间:
2018-11-04 19:25:33
阅读次数:
147
问题 在开发中,有一些全局数据,比如用户数据,系统数据等。这些数据很多组件中都会使用,我们当然可以每次使用的时候都去请求,但是出于程序员的“洁癖”、“抠”等等优点,还是希望一次请求,到处使用。 这时候很自然的想到存储在 localStorage 中,但是有个问题是,这些数据可能会变,如果没能及时同步 ...
分类:
其他好文 时间:
2018-11-03 17:25:34
阅读次数:
261
```python
# 官方文档:https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html#bulk-routing
* es修改数据:
# update_by_query: def update_o... ...
分类:
其他好文 时间:
2018-11-02 20:24:48
阅读次数:
281
WOYO PDR 007 is a dent repair tool for auto maintence. WOYO PDR007 Auto Body Paintless Dent Repair Kit Tool is the first dent fix device which is from ...
分类:
其他好文 时间:
2018-11-02 20:21:33
阅读次数:
136
1.在client_index.html文件中添加如下代码: 2.创建image文件夹,添加引导图的图;创建css文件夹,引入mui.min.css、mui.css;创建js文件夹,引入mui.js文件、mui.min.js文件等。 3.添加引导页面 guide.html,代码如下: 注意:要将gu ...
分类:
移动开发 时间:
2018-10-31 11:23:48
阅读次数:
422