vue.json { "Print to console": { "prefix": "vue", "body": [ "<template>", " <div>$0</div>", "</template>", "", "<script>", "export default {", " data ...
分类:
其他好文 时间:
2021-02-17 14:21:41
阅读次数:
0
https://frostytoolsuite.com/downloads.html 只支持Windows系统. 下载 Editor, 解压缩后启动FrostyEditor.exe, 选中游戏的执行文件例如 bf1.exe , 进入后按目录浏览打开音频文件, 点击工具栏上的Export即可. 支持的 ...
分类:
其他好文 时间:
2021-02-16 11:54:55
阅读次数:
0
一、基础组件 export interface BaseProps { name: string; } export interface BaseState { age: number; } export class BaseComp<P extends BaseProps = any, S ext ...
分类:
其他好文 时间:
2021-02-15 11:51:28
阅读次数:
0
导出表 如何定位导出表(这段写的不是很清楚) 在扩展pe头的最后一个成员(16个结构体*8bytes)中查找 导出表的属性在第一个结构体中: 第一个DWORD是导出表的RVA,要先转化成FOA 然后就可以找到导出表结构体 关键结构体:_IMAGE_EXPORT_DIRECTORY typedef s ...
分类:
其他好文 时间:
2021-02-10 12:55:56
阅读次数:
0
#安装ambari 2.7.5 参考: 文档:https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+2.7.5 经验:https://blog.csdn.net/jiajane/article ...
分类:
其他好文 时间:
2021-02-10 12:52:50
阅读次数:
0
一、查找镜像 1 docker search prometheus 2 docker search node-exporter 二、下载镜像 1 docker pull prom/prometheus 2 docker pull prom/node-exporter 三、验证下载的镜像是否存在 do ...
分类:
其他好文 时间:
2021-02-10 12:50:05
阅读次数:
0
let that export default{} beforeCreate() { that = this; }, filters: { dept: data => { for (const i in that.deptList) { const element = that.deptList[i ...
分类:
其他好文 时间:
2021-02-08 12:27:11
阅读次数:
0
Tomcat是一个开源且免费的 java Web 服务器,是Apache软件基金会的项目 安装tomcat 1、前置条件 安装tomcat前,需要先安装jdk,没有的安装jdk的朋友,可以先去安装jdk jdk安装网址:https://www.cnblogs.com/technicist/p/143 ...
分类:
系统相关 时间:
2021-02-08 12:15:42
阅读次数:
0
1.安装前准备: (mysql-5.7.22-linux-glibc2.12-x86_64.tar.gz 二进制安装包 + centos7.4系统,有yum环境,可以在www.mysql.com官网下载) 2.开始安装 shell> yum install libaio shell> groupad ...
分类:
数据库 时间:
2021-02-05 10:34:24
阅读次数:
0
Spark环境配置 spark-env.sh #JAVA_HOME export JAVA_HOME=/export/servers/jdk1.8.0_271 #Spark Master Address #export SPARK_MASTER_HOME=node01 export SPARK_MA ...
分类:
其他好文 时间:
2021-02-04 11:53:09
阅读次数:
0