element ui使用 1. 创建项目 :安装模块到项目目录下 : g 的意思是将模块安装到全局,具体安装到磁盘哪个位置,要看 npm config prefix 的位置 : save 的意思是将模块安装到项目目录下,并在 package 文件的 dependencies 节点写入依赖, S 为该 ...
分类:
其他好文 时间:
2020-02-18 12:44:04
阅读次数:
78
My OS: win10 Install method: jenkins.msi Problem: install gitlab hook failed. Problem description: cannot delete the target files/directory, and you c ...
分类:
其他好文 时间:
2020-02-18 09:57:06
阅读次数:
55
FAILURE: Build failed with an exception. * What went wrong:Execution failed for task ':shared_preferences:verifyReleaseResources'.> A failure occurred ...
分类:
其他好文 时间:
2020-02-18 09:48:09
阅读次数:
464
sign_and_send_pubkey: signing failed: agent refused operation Permission denied (publickey). 参考 https://help.github.com/cn/github/authenticating-to-gi ...
分类:
其他好文 时间:
2020-02-17 22:33:51
阅读次数:
147
Distill failed for unknown reasons.Assets.xcassets 字面上意思大概是 Assets.xcassets文件夹里有问题,提取失败 看到网上有人说beta版本系统有问题,去换系统。误人子弟 解决:Targets里build phases里删掉所有图片重新再 ...
分类:
移动开发 时间:
2020-02-17 19:54:15
阅读次数:
155
在本机中由于使用了代理上网,当使用git克隆一个项目到本机的时候出现了访问连接的情况,提示信息如下: Failed to connect to 127.0.0.1 port 3000: 拒绝连接 其中本机中使用的代理端口为3000。 为了解决这一问题,将代理信息加入到git的配置文件中即可,命令行输 ...
分类:
其他好文 时间:
2020-02-17 18:13:40
阅读次数:
91
原因是mybatis的mapper.xml文件没有在输出资源中 ...
分类:
Web程序 时间:
2020-02-17 18:01:41
阅读次数:
91
创建表 Pom <dependencies> <dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-server</artifactId> <version>1.3.1</version> </dependency> < ...
分类:
其他好文 时间:
2020-02-17 12:17:48
阅读次数:
102
为了防止python环境变乱,于是新建子环境进行不同项目操作。最近想使用jupyter切换环境进行操作。遇到了下列问题: "1. 安装插件,使jupyter可以切换环境" "2. ImportError: DLL load failed: 找不到指定的模块。" "3. ImportError: DL ...
分类:
其他好文 时间:
2020-02-17 12:01:36
阅读次数:
799
*************************** APPLICATION FAILED TO START *************************** Description: A component required a bean named 'cacheManager' that ...
分类:
系统相关 时间:
2020-02-16 23:24:51
阅读次数:
271