上一页 1 2 3 4 5 6 7 8 ··· 46 下一页
摘要: 0. View Console 1. CtrlAltDel 2. 在 Rescue 上按 e 键 3. 找到 ro console 修改为 rw init=/sysroot/bin/sh Ctrl+x键启动系统 chroot /sysroot passwd 输入两次密码 搞定 阅读全文
posted @ 2020-02-11 17:42 小小高 阅读(40) 评论(0) 推荐(0) 编辑
摘要: dotnet dev-certs https --cleandotnet dev-certs https --trust 阅读全文
posted @ 2020-02-10 15:08 小小高 阅读(1000) 评论(0) 推荐(0) 编辑
摘要: 1. 创建阿里云K8S集群,本文以标准托管集群为例 1.1 创建一个 2台 centos 2core 4G的 k8s 集群 1.2 创建成功的模样 2. 创建 asp.net core webapi项目 3. 发布代码到阿里docker 仓库 3.1 开通阿里云容器镜像服务 3.2 创建镜像仓库 3 阅读全文
posted @ 2020-01-15 11:20 小小高 阅读(1124) 评论(0) 推荐(2) 编辑
摘要: nslookup -qt=ns xxx.baidu.comnslookup -qt=txt xxx.baidu.com 阅读全文
posted @ 2019-11-13 18:35 小小高 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 已知的问题: 1. Windows 应用程序才可以使用,可以用非windows应用程序包一层 public class ConsoleContentRead { [DllImport("kernel32.dll", SetLastError = true)] static extern bool A 阅读全文
posted @ 2019-11-04 16:55 小小高 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 1. 安装 .net framework sdk 小于等于 .net framework 4.5 版本的 .net framework sdk 通过 windows sdk 工具安装 从下面额链接找到对应的windows SDK下载: http://msdn.microsoft.com/en-us/ 阅读全文
posted @ 2019-10-24 16:45 小小高 阅读(4960) 评论(0) 推荐(1) 编辑
摘要: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild.exe" ./WebApi.csproj /p:DeployOnBuild=true /p:PublishProfile=./Properties/PublishProfiles/FolderProfile.pub... 阅读全文
posted @ 2019-10-18 16:16 小小高 阅读(495) 评论(0) 推荐(0) 编辑
摘要: npm install crypto-js import CryptoJS from "crypto-js/crypto-js"; const KEY = CryptoJS.enc.Utf8.parse("xxx"); const IV = CryptoJS.enc.Utf8.parse("xxxx"); methods: Encrypt(word, keyStr, ivS... 阅读全文
posted @ 2019-10-17 15:43 小小高 阅读(205) 评论(0) 推荐(0) 编辑
摘要: using Kufen.Common.Definitions; using Mono.Cecil; using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Web; namespace Kufen.WebApi.Swag 阅读全文
posted @ 2019-09-17 10:47 小小高 阅读(910) 评论(0) 推荐(0) 编辑
摘要: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ilasm /exe /output=C:\datacapture.exe /Resource=dataCapture.res dataCapture.il 阅读全文
posted @ 2019-09-05 16:01 小小高 阅读(437) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 46 下一页