会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
外星飞碟·UFO
cool boy
博客园
首页
新随笔
联系
订阅
管理
2021年4月1日
ffmpeg剪切视频
摘要: ffmpeg剪切视频 格式: ffmpeg -ss 开始时间点 -i 源文件路径 -vcodec copy -acodec copy -t 持续时长 生成文件路径 举例: 从1.mp4的00:00:18处开始,向后截取11分15秒出来: ffmpeg -ss 00:00:18 -i 1.mp4 -v
阅读全文
posted @ 2021-04-01 09:33 外星飞碟176
阅读(76)
评论(0)
推荐(0)
2021年3月17日
ubuntu18安装sbt
摘要: ubuntu18安装sbt 下载sbt-1.4.8.tgz(在我阿里网盘有),放到linux,解压(我的在/home/ufo/ka/kafkaManager/sbt-1.4.8/sbt) 在sbt目录下创建sbt文件,写入以下内容: BT_OPTS="-Xms512M -Xmx512M -Xss1M
阅读全文
posted @ 2021-03-17 11:32 外星飞碟176
阅读(223)
评论(0)
推荐(0)
2021年2月24日
服务器Ubuntu18重启后宝塔访问不了
摘要: 关闭防火墙 apt install firewalld systemctl stop firewalld
阅读全文
posted @ 2021-02-24 21:48 外星飞碟176
阅读(182)
评论(0)
推荐(0)
2021年2月5日
idea破解
摘要: http://idea.94goo.com/key
阅读全文
posted @ 2021-02-05 10:09 外星飞碟176
阅读(18)
评论(0)
推荐(0)
2021年2月1日
Ubuntu18.04 虚拟机 samba
摘要: Winscp不香吗???Winscp不香吗???Winscp不香吗??? 各种权限问题== 安装虚拟机5分钟 安装ubutntu18 10分钟 搞了我一个小时。。。算了,不折腾了。。。 创建需要共享的文件夹: sudo mkdir /home/ufo/samba/share sudo chmod 7
阅读全文
posted @ 2021-02-01 19:14 外星飞碟176
阅读(70)
评论(0)
推荐(0)
2021年1月29日
Centos7-EMQX安装与使用
摘要: 一、安装 1.下载 emqx-centos6-4.2.6-x86_64.zip 一定下新版,旧版我发现很多功能没有。。比如用户登陆信息。。 下载链接:https://www.emqx.io/downloads/broker/ 2.解压 需要安装unzip,然后解压。 3.关闭匿名登录 进etc/em
阅读全文
posted @ 2021-01-29 15:41 外星飞碟176
阅读(681)
评论(0)
推荐(0)
2021年1月22日
博客园换装
摘要: https://www.dbnuo.com/Cnblogs-Theme-SimpleMemory/docs/v1.1/#/Docs/GettingStarted/install 来到设置: 选择simplememory: 下载大佬的项目: https://github.com/BNDong/Cnbl
阅读全文
posted @ 2021-01-22 17:11 外星飞碟176
阅读(38)
评论(0)
推荐(0)
2020年12月29日
ng内网
摘要: 1.下载 git clone https://github.com/inconshreveable/ngrok.git 2.升级openssl https://blog.csdn.net/weixin_41996632/article/details/103496590 sudo apt insta
阅读全文
posted @ 2020-12-29 11:41 外星飞碟176
阅读(103)
评论(0)
推荐(0)
2020年12月28日
FRP内网穿透,实现通过外网访问本地资源
摘要: 下载linux版本安装包:https://github.com/fatedier/frp/releases linux_amd64.tar.gz 下载win10版本的安装包:https://github.com/fatedier/frp/releases windows_amd64.zip 1.li
阅读全文
posted @ 2020-12-28 17:58 外星飞碟176
阅读(292)
评论(0)
推荐(0)
2020年12月25日
人人开源自动生成的mybatis save时遇到主键递增的字段怎么办
摘要: 在entity对应的字段上添加注解:@TableId(type = IdType.INPUT)
阅读全文
posted @ 2020-12-25 16:55 外星飞碟176
阅读(95)
评论(0)
推荐(0)
下一页
公告