02 2020 档案

摘要:1、在 nuget.org 安装 Profiler.AspNetCore.Mvc PM> Install-Package MiniProfiler.AspNetCore.Mvc 2、在 Startup.cs 中修改ConfigureServices public void ConfigureServ 阅读全文
posted @ 2020-02-25 00:07 游子善心 阅读(13) 评论(0) 推荐(0)
摘要:1、 生成公钥:ssh-keygen -t rsa 然后一直回车即可 _>: ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rs 阅读全文
posted @ 2020-02-24 23:45 游子善心 阅读(19) 评论(0) 推荐(0)
摘要:[root@hadoop10 .ssh]# ssh hadoop10 -bash: ssh: command not found 办法 yum -y install openssh-clients 就可以使用ssh啦! 阅读全文
posted @ 2020-02-24 23:09 游子善心 阅读(27) 评论(0) 推荐(0)
摘要:1、查看网卡信息 cat /etc/udev/rules.d/70-persistent-net.rules # This file was automatically generated by the /lib/udev/write_net_rules # program, run by the 阅读全文
posted @ 2020-02-24 23:07 游子善心 阅读(10) 评论(0) 推荐(0)
摘要:Github 下载地址 https://github.com/tonsky/FiraCode 详情如下: 谢谢 阅读全文
posted @ 2020-02-08 19:37 游子善心 阅读(22) 评论(0) 推荐(0)
摘要:jdk 华为镜像地址 https://repo.huaweicloud.com/java/jdk/ 官方实在的太慢啦,感谢华为。 谢谢 阅读全文
posted @ 2020-02-02 13:36 游子善心 阅读(19) 评论(0) 推荐(0)