Failed fetching remote preset dcloudio/uni-preset-vue: 1. 利用github下载:https://github.com/dcloudio/uni-preset-vue 2. 解压好文件,一般下载好的项目都会有两层文件夹,删掉第一层文件夹 3. ...
分类:
移动开发 时间:
2021-06-04 19:16:33
阅读次数:
0
Oracle SQL事务 事务:表示操作集合,不可分割,要么全部成功,要么全部失败 事务的开始取决于一个DML语句 增删改查; 事务的结束 1.正常的commit(使数据修改生效) 或 rollback 数据恢复到原有的状态 2.自动提交,一般要将自动提交关闭:因为效率太低 3.用户关闭会话,会自动 ...
分类:
数据库 时间:
2021-06-04 19:10:20
阅读次数:
0
1、查看端口被占用的进程: netstat -ano |findstr "端口号" 查看“4300”端口被占用的进程: 2、kill对应的进程: taskkill /f /t /im "进程id或者进程名称" 3、如果因为权限问题导致失败。请以管理员权限运行cmd ...
分类:
系统相关 时间:
2021-06-03 18:19:08
阅读次数:
0
通俗的讲,多台主机ntp时间同步,就是自定义集群中一台机器(我们这里叫它maser)与网络时间同步,然后其它主机与master主机时间同步。 主机准备如下:(centos) master:192.168.2.100 node1:192.168.2.101 node2:192.168.2.102 第一 ...
分类:
其他好文 时间:
2021-06-03 18:17:51
阅读次数:
0
#include <stdio.h> int main() { int price = 0; printf ("请输入金额(元)"); scanf ("%d",&price); int change = 100 - price; printf ("找您%d元\n",change); return 0 ...
分类:
其他好文 时间:
2021-06-02 20:47:52
阅读次数:
0
发现打包失败 测试发现 npm run build 打包失败 发现问题1 node_modules 库 没装 rm -rf node_modules 进行 npm install 安装失败 发现linux下网不通,有代理设置 解决网络问题,然后网通了 npm install 安装还是失败 安装 cn ...
分类:
系统相关 时间:
2021-06-02 19:41:35
阅读次数:
0
01x21 打开cmd的方式 1、win+r 2、任意文件夹 shift+右击 打开powershell 3、资源管理器地址栏全选,输入cmd,回车进入当前路径的cmd 01x22 常用Dos命令 #切换盘符:D: #查看当前路径所有目录:dir#切换目录:cd change directory#清 ...
分类:
其他好文 时间:
2021-06-02 19:32:38
阅读次数:
0
When the manager tries to change the policy or method, some members will produce resistance reaction, and the older the employee is, the stronger the ...
分类:
其他好文 时间:
2021-06-02 19:04:54
阅读次数:
0
1.主节点线程状态(Replication Master Thread States): Finished reading one binlog; switching to next binlog 线程 已经完成读取 binlog 文件,并切换到下一个 binlog 文件 Master has se ...
分类:
数据库 时间:
2021-06-02 19:03:34
阅读次数:
0
我用的是宝塔CentOS 7.6,php7.3,mysql5.7, nginx1.18 1.下载magento,composer下载总是失败,建议git或码云下载 2. 查看系统要求,并解除宝塔禁用的一些PHP函数 3 解压,进入根目录下, 然后运行 composer -install vvv,会出 ...
分类:
其他好文 时间:
2021-06-02 18:40:55
阅读次数:
0