会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Shin'Ra
博客园
首页
新随笔
联系
订阅
管理
2023年3月21日
在 WSL 中的 Ubuntu 安装 VS Code
摘要: 在 WSL 中的 Ubuntu 安装 VS Code 可以按照以下步骤进行: 在 WSL 终端中更新软件包。 复制代码 sudo apt update && sudo apt upgrade 下载并安装 GPG 密钥。 复制代码 wget -qO- https://packages.microsof
阅读全文
posted @ 2023-03-21 22:37 Shin'Ra
阅读(423)
评论(0)
推荐(0)
2022年4月6日
postMan后执行脚本设置全局变量
摘要: var ret=response.json console.log(ret); console.log(ret.access_token) apt.globals.set("globalsToken",ret.access_token); apt.variables.set("Token", ret
阅读全文
posted @ 2022-04-06 10:34 Shin'Ra
阅读(141)
评论(0)
推荐(0)
2022年4月4日
windows系统cmd常用命令
摘要: 用法: shutdown [/i | /l | /s | /sg | /r | /g | /a | /p | /h | /e | /o] [/hybrid] [/soft] [/fw] [/f] [/m \\computer][/t xxx][/d [p|u:]xx:yy [/c "comment"
阅读全文
posted @ 2022-04-04 21:13 Shin'Ra
阅读(127)
评论(0)
推荐(0)
2022年1月24日
CosmosOS开发环境配置
摘要: # CosmosOS开发环境配置 # Cosmos # git clone https: //github.com/CosmosOS/Cosmos.git # # IL2CPU # git clone https://github.com/CosmosOS/IL2CPU # # XSharp # g
阅读全文
posted @ 2022-01-24 15:23 Shin'Ra
阅读(112)
评论(0)
推荐(0)
2021年12月28日
SQL 分组取第一条
摘要: 1 select b.Id, c.* from (select ROW_NUMBER() over (partition by Id order by CreateTImedesc) rownum ,* from table1) c where c.rownum =1
阅读全文
posted @ 2021-12-28 16:42 Shin'Ra
阅读(180)
评论(0)
推荐(0)
2021年12月8日
C# - .NET --- OpenSSL加密 AES
摘要: OpenSSL AES加密原文:c# - 使用 .NET 类的 OpenSSL 加密 - 堆栈溢出 (stackoverflow.com) 1 public class Protection 2 { 3 public string OpenSSLEncrypt(string plainText, s
阅读全文
posted @ 2021-12-08 14:41 Shin'Ra
阅读(591)
评论(2)
推荐(1)
2021年4月14日
WSL2 下进入docker cli命令获取Jenkins初始密码
摘要: wsl2 下进入指定镜像的docker cli命令行: docker exec -it 1bc881327dc1 /bin/bash 然后输入: cat /var/jenkins_home/secrets/initialAdminPassword
阅读全文
posted @ 2021-04-14 14:51 Shin'Ra
阅读(121)
评论(0)
推荐(0)
2018年6月24日
Mac 终端命令(几条命令)
摘要: 1、查看版本以及位置
阅读全文
posted @ 2018-06-24 09:27 Shin'Ra
阅读(149)
评论(0)
推荐(0)
2018年6月13日
C# 基础知识(慢慢写,一次写一点。。)
摘要: 1、数据类型: (1)、值类型:enum、Struct、int、bool、char、float、double、byte、ulong、long、decimal等等 (2)、引用类型:object、string、dynamic这三个 这里enum与struct的用法与一些差别 2、装箱与拆箱: 答:即值
阅读全文
posted @ 2018-06-13 18:06 Shin'Ra
阅读(193)
评论(0)
推荐(0)
2018年5月29日
dotnet Core Linq查询语句提示错误
摘要: EF 未能找到源类型"DbSet
阅读全文
posted @ 2018-05-29 14:24 Shin'Ra
阅读(552)
评论(0)
推荐(0)
下一页
公告