ProFind Mac是一款自然语义搜索软件,可以用许多搜索条件去搜索 Mac 本机内包括隐藏文件(夹)、压缩包里的文件。并且这款软件内置了文件预览、语义语法参考、文件操作等功能,可以说是与文件管理搭配使用的利器。 打开ProFind,在搜索结果的左边栏可以看到各个时间段内修改过的条件筛选(Chan ...
分类:
系统相关 时间:
2021-03-08 13:51:45
阅读次数:
0
我们假设有这样的结构: .module-wrapper( :id="`${targetSelector}`+ 'wrapper'" :style="styleStr" v-show="show" :class="{border: isDrag, operated: operated}" ref="w ...
分类:
其他好文 时间:
2021-03-08 13:36:04
阅读次数:
0
async getHomes(item) { let temp = await http.getHome(); let type = []; this.content.push(type); this.show = type; for (var i = 0; i < temp.length; i++ ...
分类:
其他好文 时间:
2021-03-08 13:34:55
阅读次数:
0
const current = new Date().getFullYear() + '-' + (new Date().getMonth() + 1) + '-' + new Date().getDate() + '-' + new Date().getHours() + ':' + new Da ...
分类:
其他好文 时间:
2021-03-08 13:32:22
阅读次数:
0
从错误即可知道是时区的错误,因此只要将时区设置为你当前系统时区即可, 因此使用root用户登录mysql,按照如下图所示操作即可。 show variables like '%time_zone%'; set global time_zone="+8:00"; 系统为北京时区,因此在系统中设置后,再 ...
分类:
其他好文 时间:
2021-03-08 13:09:54
阅读次数:
0
前面字体设的是 Ubuntu Mono,没有的可以去Ubuntu里拷一份,字体放大了点。剩下的是一些基本的操作,可按需取用。 开启自动全屏仅适用于Windows系统。 1 (custom-set-variables 2 ;; custom-set-variables was added by Cus ...
分类:
系统相关 时间:
2021-03-06 14:43:24
阅读次数:
0
流水线案例地址https://flow.aliyun.com/pipelines/1258359/current POM文件增加配置 <distributionManagement> <repository> <id>rdc-releases</id> <name>User Project Rele ...
分类:
其他好文 时间:
2021-03-06 14:35:37
阅读次数:
0
[root@localhost dpdk-19.11]# tc qdisc show dev enp125s0f0 qdisc pfifo_fast 0: root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1 [root@loca ...
分类:
其他好文 时间:
2021-03-05 13:09:54
阅读次数:
0
# -*- coding: utf-8 -*- """ File Name: conf.py Description : 读取当前文件上级目录conf 内hcs_conf.yaml的内容,返回yaml 对象 Author : jiaoyaxiong date: 2019/7/22 Change Ac ...
分类:
其他好文 时间:
2021-03-05 13:08:41
阅读次数:
0
一 全备 #设置环境变量 export ORACLE_BASE=/oracle export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1 export ORACLE_SID=hncdfpos001 export NLS_LANG=AMERICAN_AME ...
分类:
数据库 时间:
2021-03-04 13:30:40
阅读次数:
0