04 2020 档案

摘要:https://blog.csdn.net/liuhenghui5201/article/details/90720442 阅读全文
posted @ 2020-04-29 12:08 冬音 阅读(111) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/dearzhoubi/p/9842452.html 阅读全文
posted @ 2020-04-27 19:16 冬音 阅读(575) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/m0_37668842/article/details/89138733 https://www.cnblogs.com/jamesvoid/p/11297843.html https://blog.csdn.net/qq_32331073/article 阅读全文
posted @ 2020-04-13 23:59 冬音 阅读(1637) 评论(0) 推荐(0) 编辑
摘要:https://www.jb51.net/article/135130.htm http://www.voidcn.com/article/p-ojoqxonr-bsw.html https://blog.csdn.net/weixin_30340353/article/details/966113 阅读全文
posted @ 2020-04-12 23:21 冬音 阅读(366) 评论(0) 推荐(0) 编辑
摘要:1.本地编写一个mvc网站 代码编辑器:Visual studio 2017、2019、Visual Code 均可 1)搭建 略. (请自行搜索如何编辑mvc,或看文末参考链接) 2)配置 Program.cs需要配置绑定ip,否则linux服务器上默认localhost公网是访问不到的 publ 阅读全文
posted @ 2020-04-06 21:22 冬音 阅读(840) 评论(0) 推荐(0) 编辑
摘要:CentOS 安装: 方法一: pip install streamlink 方法二(新): apt-get update apt-get install python3-pip pip3 install streamlink 方法三(CentOS): yum update yum install 阅读全文
posted @ 2020-04-05 00:44 冬音 阅读(4670) 评论(0) 推荐(0) 编辑
摘要:<html class="gray"> .gray { -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-filter: grey; filter: #808080; } 效果: 深切哀悼抗击新冠肺炎疫情斗争牺牲烈士和 阅读全文
posted @ 2020-04-04 17:21 冬音 阅读(279) 评论(0) 推荐(0) 编辑
摘要:CentOS 1.安装 yum -y install nginx *或者安装指定版本,版本网址:http://nginx.org/packages/centos/7/x86_64/RPMS/ rpm -ivh http://nginx.org/packages/centos/7/x86_64/RPM 阅读全文
posted @ 2020-04-04 00:36 冬音 阅读(1705) 评论(0) 推荐(0) 编辑
摘要:Assembly = 程序集 = 装配件 命名空间是类的逻辑组织形式,程序集是类的物理组织形式。 程序集其实和命名空间没有什么必然的联系。 程序集1: namespace1{ public class A1{...} public class A2{...} } namespace2{ public 阅读全文
posted @ 2020-04-02 20:18 冬音 阅读(847) 评论(0) 推荐(0) 编辑