05 2020 档案

摘要:1 下载:https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz 或者下载 wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-a 阅读全文
posted @ 2020-05-29 11:50 卷心菜的奇妙历险 阅读(496) 评论(0) 推荐(1) 编辑
摘要:下载 nasm https://www.nasm.us/pub/nasm/releasebuilds/2.13.03/ 解压 tar -zxvf nasm-2.13.03.tar.gz 进入目录 cd nasm-2.13.03 安装即可 ./configure make make install 安 阅读全文
posted @ 2020-05-29 10:08 卷心菜的奇妙历险 阅读(2015) 评论(0) 推荐(0) 编辑
摘要:CCTV-1综合:rtmp://58.200.131.2:1935/livetv/cctv1 CCTV-2财经:rtmp://58.200.131.2:1935/livetv/cctv2 CCTV-3综艺:rtmp://58.200.131.2:1935/livetv/cctv3 CCTV-4中文国 阅读全文
posted @ 2020-05-16 14:05 卷心菜的奇妙历险 阅读(29700) 评论(6) 推荐(0) 编辑
摘要:下载并解压模块: wget https://github.com/arut/nginx-rtmp-module/archive/master.zip unzip master.zip 停止运行的Nginx服务: nginx -s stop 配置并编辑: ./configure --add-modul 阅读全文
posted @ 2020-05-14 09:52 卷心菜的奇妙历险 阅读(3421) 评论(0) 推荐(0) 编辑
摘要:maven发布jar到中央仓库 一、注册JIRA帐号 ​ 地址:https://issues.sonatype.org/secure/Dashboard.jspa ​ 注意:密码需要至少8位,同时有大小写字母,特殊字符和数字 二、创建issue 三、等待审核 域名问题,需要groupId的域名部分属 阅读全文
posted @ 2020-05-14 09:37 卷心菜的奇妙历险 阅读(1228) 评论(4) 推荐(1) 编辑
摘要:在windows上做系统开发时,有时会有端口转发的需求 添加端口映射 netsh interface portproxy add v4tov4 listenaddress=192.168.xxx.xxx listenport=6379 connectaddress=192.168.yyy.yyy c 阅读全文
posted @ 2020-05-14 09:28 卷心菜的奇妙历险 阅读(144) 评论(0) 推荐(0) 编辑
摘要:安装zip的mysql 环境介绍 win10、mysql5.7 官网 https://dev.mysql.com/doc/refman/5.7/en/windows-install-archive.html 下载mysql安装包zip 1、下载地址 ​ https://dev.mysql.com/g 阅读全文
posted @ 2020-05-14 09:26 卷心菜的奇妙历险 阅读(175) 评论(0) 推荐(0) 编辑
摘要:这个是拿来凑数的, 光看错误信息都知道是找不到这个数据库,而不是连不到mysql,去mysql里看看这个库在不在 🍉 阅读全文
posted @ 2020-05-09 09:05 卷心菜的奇妙历险 阅读(2481) 评论(0) 推荐(0) 编辑
摘要:<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2020-05-08 16:08 卷心菜的奇妙历险 阅读(967) 评论(0) 推荐(0) 编辑
摘要:Ctrl+Shift + Enter,语句完成“!”,否定完成,输入表达式时按 “!”键Ctrl+E,最近的文件Ctrl+Shift+E,最近更改的文件Shift+Click,可以关闭文件Ctrl+[ OR ],可以跑到大括号的开头与结尾Ctrl+F12,可以显示当前文件的结构Ctrl+F7,可以查 阅读全文
posted @ 2020-05-08 09:39 卷心菜的奇妙历险 阅读(145) 评论(0) 推荐(0) 编辑
摘要:import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; public class CmdTest { public 阅读全文
posted @ 2020-05-07 09:07 卷心菜的奇妙历险 阅读(1287) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示