全部文章-月排行
需要安装对应语言的插件,帮助-欢迎使用,安装javascript, php php还需要安装php7, 到官网https://windows.php.net/download#php-7.2 下载解压,然后把php的exe路径填到系统的环境变量内,再在vscode的设置内增加以下配置: ok, 重启 ...
有时候使用Git命令"git clone [url]"将远程仓库中的代码爬取下来的时候系统会报错"fatal repository not found"。 出现这个错误的一个可能的原因是本地已存储的git账号密码与爬取仓库所属的账号密码不同。 解决办法:进入控制面板 >> 凭据管理器 >> Wind ...
简单表述:控制台出现了这个异常:Error resolving template "xxx", template might not exist or might not be accessible by any of the configured Template Resolvers 解决办法:在 ...
不应该使用: this->showFullScreen(); 或 this->showMaximized(); 而应该使用: this->setGeometry(QApplication::desktop()->availableGeometry()); 而应该使用: this->setGeomet ...
#include #include typedef unsigned int time_t; struct tm { int tm_sec; /* 秒 – 取值区间为[0,59] */ int tm_min; /* 分 - 取值区间为[0,59] */ int tm_hour; /* 时 - 取值区... ...
1.Unable to save settings: Failed to save settings. Please restart PyCharm解决 将工程的.ideas目录删掉,重启pycharm即可。 2.error:please select a valid Python interpre ...
在终端输入如下内容 结果如图所示 eth0 内容中 inet 后的地址10.0.2.15即为虚拟机IP地址,lo 中的 inet 后的地址时本地环回,用于测试网络 ...
最近需要echart同时显示海南岛和南海诸岛,开始想寻找南海诸岛的数据,经过查找,这种简图数据是没有的(china.js地图数据一一找过了),下图是echarts的一些示例,没有满足我们的要求 后来在ec ...
1 FailedPreconditionError错误现象 在运行tensorflow时出现报错,报错语句如下: FailedPreconditionError (see above for traceback): Attempting to use uninitialized value Vari ...
echarts链接:http://gallery.echartsjs.com/editor.html?c=xByfdMz7mM 代码: ...
1,先将.sql文件copy到docker容器里 docker ps //找到容器的短ID或者指定的name。 docker inspect -f '{{.Id}}' id or name 得到指定容器的全ID docker cp 本地文件路径 ID全称:容器路径[docker cp mysql.s ...
https://blog.csdn.net/qq_40973353/article/details/80682891 例如:将gitLab 上的dev分支拉取到本地 1》与远程仓库建立连接:git remote add origin XXXXX.git 2》使用git branch 查看本地是否具有 ...
Yml文件(novellist.xml)如下: novellist: list: - name: 笑傲江湖 type: 武侠 master: 令狐冲 author: 金庸 description: 小说以通过叙述华山派大弟子令狐冲的经历,反映了武林各派争霸夺权的历程。 - name: 诛仙 type ...
computed: { newdataList: function() { return this.sortKey(this.dataList, "addtime"); } }, methods: { sortKey(array, key) { return array.sort(function(... ...
在Anaconda下新配置了tensorflow环境,结果在引入skimage 包时报错,错误提示from numpy.lib.arraypad import _validate_lengths,找不到_validate_lengths函数,在arraypad.py文件中确实找不到对应的函数,所以找 ...
$refs的基本用法 一个对象(Object),持有注册过 ref 特性 的所有 DOM 元素和组件实例。 <template> <view class="container" style="background: #0FAEFF;"> <view class="child"> hi {{showM ...
在使用nodemon的时候,针对于同一个文件一次使用还好,当多次使用的时候就会出现这样的情况: 解决办法: nodemon clean exit 原因: 可能是因为缓存造成的; ...
在官网https://launchpad.net/ubuntu/+source/xresprobe下载二进制包,apt-get目前无法安装xresprobe 输入命令sudo ddcprobe 得到如下信息 最后一行monitorid是我们需要的 复制下来,到全球屏库http://www.panel ...