码迷,mamicode.com
首页 >  
搜索关键字:magent make floorf    ( 11264个结果
vim扩展命令模式:删除行首的空白字符/设置vimrc使tab为4个字符
将/etc/profile文件拷贝到/tmp下,并用vim打开/tmp/profile在命令模式下删除行首的空白字符[root@centos7~]#cp/etc/profile/tmp/profile[root@centos7~]#cat/tmp/profile#/etc/profile#Systemwideenvironmentandstartupprograms,forloginsetup#F
分类:系统相关   时间:2020-06-22 09:18:53    阅读次数:95
Maven基础概念
1.Maven的作用a.管理Jar i.增加第三方Jar(commons-fileupload commons-io.jar) ii.jar包之间的依赖关系(自动关联下载所有依赖的Jar) b.将项目拆分成若干个模块 2.Maven概念: 是基于Java平台的自动化构建工具 make-ant-mav ...
分类:其他好文   时间:2020-06-22 01:40:33    阅读次数:60
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
嵌入式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
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
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
报错 Model does not exists !
执行命令前确保 app\admin\controllers中没有要创建的controller,在models中确保有这个models文件 php artisan admin:make CeController --model=app\Ce执行时报错Model does not exists !可以将 ...
分类:其他好文   时间:2020-06-18 10:34:49    阅读次数:42
11264条   上一页 1 ... 36 37 38 39 40 ... 1127 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!