Connect Vagrant VM by using Xshell 1. View your vagrant ssh-config type this commend to view your vagrant ssh-config: vagrant ssh-config you will get ...
分类:
系统相关 时间:
2021-06-05 17:39:35
阅读次数:
0
火狐浏览器默认的书签打开方式会在当前页打开,这会给我们在浏览页面的同时想要打开书签造成不便那火狐浏览器怎么设置打开书签的时候在新标签页打开而不是替换当前页呢?首先,在网址输入框中输入 about:config 进入浏览器配置页面 然后搜索 browser.tabs.loadBookmarksInTa ...
分类:
其他好文 时间:
2021-06-04 19:27:02
阅读次数:
0
EasyPlayer播放器系列项目底层采用了高性能的EasyRTSPClient组件,其低延时控制在行业处于领先位置,提供了非常简单易用的SDK及API接口,用户通过API调用就可以非常快速地开发出属于自己的应用程序,进行第二次开发。 我们将新版本的EasyPlayer播放器发布到npm上,但是出现 ...
分类:
其他好文 时间:
2021-06-04 19:21:44
阅读次数:
0
下面的命令只针对 ,在国内还可能会用到 ,所以不能将所有的 git 站点都添加上代理。 如果没有代理也不要急,有专门的cdn加速: 或者: cdn 加速二选一使用。 但因为没有官方 CDN,上面两个都是用爱发电,没准哪天就挂了。 ...
分类:
其他好文 时间:
2021-06-04 19:15:18
阅读次数:
0
Barefoot Networks P4 Studio Build Tool P4 Studio Build is a tool that helps a user to install dependencies, build and install all the required compone ...
分类:
其他好文 时间:
2021-06-04 19:14:12
阅读次数:
0
一、Blazor Server 编译与发布 cd /home/soursecode/ServerDemo donet publish -c release mv bin/release/net5.0/publish /var/www/ServerDemo supervisor守护serverDemo ...
分类:
Web程序 时间:
2021-06-04 19:04:52
阅读次数:
0
方法一: 在 package.json 中添加 --open 方法二: 在 vue.config.js 中,devServer 添加加 open:true ,没有vue.config.js,自己创建一个 module.exports = { devServer: { open: true } } ...
分类:
其他好文 时间:
2021-06-03 18:18:31
阅读次数:
0
linux下python3.6.7安装yum -y install gcc yum -y install wget openssl openssl-develtar xvf Python-3.6.7.tgzcd Python-3.6.7/ ./configure --prefix=/usr/loca ...
分类:
编程语言 时间:
2021-06-03 18:13:34
阅读次数:
0
1 下载解压elasticsearch tar -zxvf elasticsearch-7.6.1-linux-x86_64.tar.gz 2)修改config/elasticsearch.yml vim config/elasticsearch.yml cluster.name: my-appli ...
分类:
系统相关 时间:
2021-06-03 18:02:47
阅读次数:
0
1. 自定义注解 @MyTransaction /** * @author yangxj * @see org.springframework.transaction.TransactionDefinition */ @Target({ElementType.METHOD, ElementType. ...
分类:
编程语言 时间:
2021-06-03 18:02:05
阅读次数:
0