摘要: mvc using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.Extensions.Configu 阅读全文
posted @ 2021-11-08 10:06 面无表情的石头 阅读(60) 评论(0) 推荐(0)
摘要: identityServer using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Dep 阅读全文
posted @ 2021-11-03 15:30 面无表情的石头 阅读(78) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; namespace ConsoleApp29 { class Program { static void Main(string[] args) { var t = 阅读全文
posted @ 2021-07-13 15:06 面无表情的石头 阅读(61) 评论(0) 推荐(0)
摘要: docker 的一些常用操作 查看容器 docker ps -a 删除容器 docker rm ff5c7ed19f6e 查看镜像 docker images 删除镜像 docker rmi ff5c7ed19f6e 进入容器 docker exec -it ff5c7ed19f6e /bin/ba 阅读全文
posted @ 2021-07-13 11:52 面无表情的石头 阅读(56) 评论(0) 推荐(0)
摘要: using Microsoft.Extensions.Configuration; using Novell.Directory.Ldap; using ProGra.Services.ADService; using System; using System.Collections.Generic 阅读全文
posted @ 2021-07-12 15:43 面无表情的石头 阅读(179) 评论(0) 推荐(0)
摘要: using System; namespace leecode1 { class Program { static void Main(string[] args) { int[][] matrix = new int[3][]; matrix[0] =new int[] { 1,2,3,4}; m 阅读全文
posted @ 2021-02-23 14:14 面无表情的石头 阅读(55) 评论(0) 推荐(0)
摘要: using System; namespace leecode1 { class Program { static void Main(string[] args) { string outString= string.Empty; string s1 = "abc"; string s2 = "p 阅读全文
posted @ 2021-02-23 13:40 面无表情的石头 阅读(50) 评论(0) 推荐(0)
摘要: using System; namespace leecode1 { class Program { static void Main(string[] args) { int target = 100; int[] nums = { 1, 50, 40, 60 }; for(int i = 0; 阅读全文
posted @ 2021-02-23 09:37 面无表情的石头 阅读(81) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-18 11:12 面无表情的石头 阅读(674) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-09-25 13:12 面无表情的石头 阅读(116) 评论(0) 推荐(0)