::1.批量转换 gm convert -output-directory output -resize 320x320 "*.gif" ::2.单个转换,锁定长宽比 gm convert -resize 600x1200 test.jpg output\t.jpg ::3.单个转换,强制转换 gm ...
分类:
其他好文 时间:
2020-04-20 20:09:29
阅读次数:
67
<build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </i ...
分类:
其他好文 时间:
2020-04-20 18:48:48
阅读次数:
98
[root@localhost frr-stable-7.3]# make true make all-am make[1]: Entering directory `/root/frr/frr-stable-7.3' CLIPPY bgpd/bgp_debug_clippy.c /bin/sh: ...
分类:
其他好文 时间:
2020-04-20 15:45:35
阅读次数:
83
1.删除空白处右键菜单 2.删除文件夹右键菜单 3.删除文件右键菜单 shell和shellex区别 Directory和Folder区别 ...
逻辑卷管理器总结 内容概述: 创建逻辑卷 逻辑卷的扩展 逻辑卷的缩减 逻辑卷管理 逻辑卷快照 拆卸更换硬盘 删除逻辑卷 LVM: Logical Volume Manager 可以允许对卷进行方便操作的抽象层,包括重新设定文件系统的大小 允许在多个物理设备间重新组织文件系统 LVM可以弹性的更改LV ...
分类:
其他好文 时间:
2020-04-19 14:59:49
阅读次数:
73
文件类型与扩展名 1.文件种类 普通文件: 第一个属性为[-] 纯文本文件(ASCII):内容为直接读取到的数据, cat test 二进制文件(binnary):linux中的可执行文件就是此类格式。 数据格式的文件(data):通过last读取 目录(directory):第一个属性为[d] 连... ...
分类:
系统相关 时间:
2020-04-18 14:11:48
阅读次数:
79
https://www.jianshu.com/p/598f18ca6963 1. 安装使用教程参考 Zeal——好用的离线 API 文档大全! 2.解决下载速度问题 Zeal的文档都保存在国外的服务器上,如果用Zeal直接下载,速度极慢,而且容易中断。下面重点介绍如何自己拼接zeal的文档下载地址 ...
分类:
其他好文 时间:
2020-04-16 19:22:27
阅读次数:
554
No such file or directory: /root/ankobot_catkin_ws/src/turtlebot3/turtlebot3_description/urdf/turtlebot3_.urdf.xacro None None
Invalid <param> tag: Cannot load command parameter [robot_description]: command [/opt/ros/kinetic/lib/xacro/xacro --inorder /root/ankobot_catkin_ws/src/turtlebot3/turtlebot3_description/urdf/turtlebot3_.urdf.xacro] returned with code [2].
分类:
其他好文 时间:
2020-04-16 18:08:29
阅读次数:
103
1):前言 随着互联网的发展,网站应用的规模不断扩大,软件架构也在不断演进。 单一应用架构: 当网站流量很小时,只需一个应用,将所有功能都部署在一起,以减少部署节点和成本。 此时,用于简化增删改查工作量的数据访问框架(ORM)是关键。 垂直应用架构: 当访问量逐渐增大,单一应用增加机器带来的加速度越 ...
分类:
其他好文 时间:
2020-04-15 18:14:07
阅读次数:
85
常用命令150:1,echo打印,-e处理转义字符如\n换行(\ttab键)echo-e"han\nwei\nkang">3.txt-n不换行输出2,netstat-lntup查看监听端口状态3,xargs从标准输入读入创建执行命令。-n1接数字分组4,man接命令查看所有参数帮助5,find查找-type文件类型f(file)d(directory)c(characte
分类:
其他好文 时间:
2020-04-15 11:00:55
阅读次数:
62