03 2021 档案
摘要:客户端调用: public T callOuterInterface<T>(string fullUrl, string jsonstr) { HttpClient client = new HttpClient(); try { using (StringContent sc = new Stri
阅读全文
摘要:在阿里云上的.Net Core on Linux 自己封装的类,我几乎所有的个人项目都用这个using ICSharpCode.SharpZipLib.GZip;using Newtonsoft.Json;using System;using System.Collections.Generic;u
阅读全文
摘要:nginx命令# 设置开机启动systemctl enable nginx # 取消开机自启动#systemctl disable nginx # 查看服务当前状态systemctl status nginx # 启动nginx服务systemctl start nginx # 停止nginx服务s
阅读全文
摘要:sudo systemctl disable firewalld --关闭防火墙 sudo systemctl enable firewalld --允许使用防火墙 sudo systemctl status firewalld --查看防火墙状态 sudo systemctl stop firew
阅读全文
摘要:一、中标麒麟v10sp1在飞腾2000+系统安装略 二、系统依赖包安装 [root@ft2000db opt]# yum install bzip*[root@ft2000db opt]# nkvers############## Kylin Linux Version ##############
阅读全文