码迷,mamicode.com
首页 >  
搜索关键字:no rule to make targ    ( 12102个结果
did you register the component correctly? For recursive components, make sure to provide the "name"
报错截图: 在写一个折叠组件动画,引入该组件时,报了个这样的警告,组件死活引入不到,什么原因呢? import ball from '../components/ball' export default { component: { 'run-ball': ball } }, //使用 <run-b ...
分类:其他好文   时间:2020-06-22 01:22:11    阅读次数:71
在指定目录批量创建软连接
@echo offset targ=D:\video\set link=D:\testlink\mkdir %link%for /d %%i in (%targ%*) do (mklink /d "%link%%%~ni" %%i) 保存bat执行。 效果是在D:\testlink\中创建D:\vi ...
分类:其他好文   时间:2020-06-22 01:16:42    阅读次数:78
嵌入式Linux系统添加USB打印机功能
嵌入式Linux系统添加通用USB接口的打印机功能,主要包括以下三步。 一.内核添加USB接口的通用打印机识别驱动 在make menuconfig 编译菜单项选上USB打印机选项: Device Drivers > [*] USB support > <*> USB Printer support ...
分类:系统相关   时间:2020-06-20 19:32:28    阅读次数:251
pytest报错 make sure your test modules/packages have valid Python names.
ImportError while importing test module 'D:\Python\PycharmProjects\PYDEMO\TestCase\main.py'.Hint: make sure your test modules/packages have valid Pyth ...
分类:编程语言   时间:2020-06-19 17:56:10    阅读次数:151
lambda之美
大前提:jdk8 允许lambda表达式 最好在maven中加入 <properties> <java.version>1.8</java.version> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.targ ...
分类:其他好文   时间:2020-06-19 14:18:33    阅读次数:37
Swoole开启SSL支持
进入swoole安装包目录下 cd /usr/page/swoole-4.4.19 /usr/bin/phpize ./configure --enable-openssl --with-php-config=/usr/bin/php-config make clean make && make i ...
分类:其他好文   时间:2020-06-19 14:17:56    阅读次数:307
Golang使用注意点
select break go中使用for select 结构,select的break只能跳出break,不能跳出for循环 package main import ( "fmt" "time" ) func main() { ch := make(chan int) ok := make(cha ...
分类:其他好文   时间:2020-06-18 22:05:04    阅读次数:61
嵌入式复习
五、试题题型 有单选题、填空题、简答题、命令应用题、程序设计题等五种题型。 ?单选题:给出一些有关vi编辑器、gdb调试器、make工程管理器、Bootloader、文件系统以及嵌入式Linux应用程序、嵌入式Linux驱动程序、Linux进程间通信以及Linux下的SOCKET通信等知识的不完全叙 ...
分类:其他好文   时间:2020-06-18 21:35:31    阅读次数:82
ES6模块化 babel
npm install --save-dev @babel/core @babel/cli @babel/preset-env @babel/node npm install --save @babel/polyfill const presets = [ ["@babel/env", { targ ...
分类:其他好文   时间:2020-06-18 19:36:51    阅读次数:62
centos7 安装 redis
1.下载链接 redis下载官网 2.复制到centos7上,进行安装,可以使用xshell 3.安装redis 3.1 解压 tar -xzvf redis-6.0.5.tar.gz 3.2 编译 进入redis-6.0.5 目录下进行编译 cd redis-6.0.5/ make 如果编译报如下 ...
分类:其他好文   时间:2020-06-18 12:47:58    阅读次数:316
12102条   上一页 1 ... 41 42 43 44 45 ... 1211 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!