require.context: https://webpack.js.org/guides/dependency-management/#requirecontext require.context(directory, useSubdirectories = true, regExp = /^\ ...
分类:
Web程序 时间:
2020-12-31 12:11:57
阅读次数:
0
在阿里云服务器Centos7中安装mysql5.7,解压数据库初始化后,报错 ./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or di ...
分类:
数据库 时间:
2020-12-31 11:58:26
阅读次数:
0
创建好的Maven项目: 首先要在main下创建两个文件夹:java,resources/config(标准是resources) 然后把Java文件用Make Directory as设置为Sources Root 把resources用Make Directory as设置为Resources ...
分类:
编程语言 时间:
2020-12-30 10:49:00
阅读次数:
0
今天使用pip命令时报错 我输入pip,出现/bin/python: bad interpreter: No such file or directory: 修改pip路径为python的路径 ...
分类:
编程语言 时间:
2020-12-30 10:47:44
阅读次数:
0
最近发现,我设置的插值不能根据函数改变而改变。 大概是因为改变值之后没重新渲染造成的。 ref 跟 reactive 都是响应系统的核心方法,作为整个系统的入口。 https://vue3js.cn/reactivity/ref.html ...
分类:
其他好文 时间:
2020-12-29 11:46:29
阅读次数:
0
LS:list(列出目录内容) cd:change directory(改变目录) su:switch user(切换用户) rpm:redhat package manger(红帽子打包管理器) pwd:print work directory(打印当前目录,现示当前工作目录的绝对路径) ps:p ...
分类:
系统相关 时间:
2020-12-29 11:40:10
阅读次数:
0
<?php get_template_directory_uri();?> //路径 <?php bloginfo();?> <?php get_search_form();?> //搜索框 <?php the_permalink();?> //查看全文 <?php echo getPostView ...
分类:
其他好文 时间:
2020-12-29 11:34:19
阅读次数:
0
TableLayout是ViewGroup 显示子View 行和列中的元素。 启动名为APP的新项目。 打开Resources/Layout/main.axml文件,并插入以下内容: <?xml version="1.0" encoding="utf-8"?> <TableLayout xmlns: ...
分类:
其他好文 时间:
2020-12-28 11:50:57
阅读次数:
0
1 准备工作 1.1 下载openssl1.1.0g 地址: https://github.com/openssl/openssl/tree/OpenSSL_1_1_0g 1.2 安装perl 我使用的strawberry 版本号v5.28.2 地址:http://strawberryperl.co ...
假设我们有一个springboot项目,使用Maven构建的。当我们使用git clone xxx.git将项目clone到本地之后,我们怎么打开项目? 打开idea,新建empty project ,然后import from desk ? 太麻烦了。通过配置快捷命令,可以使用idea pom.x ...
分类:
其他好文 时间:
2020-12-28 11:04:55
阅读次数:
0