EFCore迁移
数据库的每次变更一般称它为迁移
187 字
|
1 分钟
EFCore PostgreSql DateTimeOffset报错解决方案
在EFCore的PostgreSql中使用DateTimeOffset可能会报错:
197 字
|
1 分钟
Docker中安装PostgreSql
首先拉取镜像: docker pull postgres,如果要拉去指定版本的postgresql, 可以加后缀: docker pull postgres:17如果无法网络连接不良拉取失败, 可以在命令行中使用临时镜像源, 如果镜像源是dockerpull.org, 则命令行是: docker pull dockerpull.org/postgres:17或者在/etc/docker/daemon.json中设置镜像源: {"registry-mirrors": [ "https://dockerpull.org" ]}
402 字
|
2 分钟
C#中的指针/不安全代码
2022-12-28
在C#中, 也是可以使用指针的, 它的指针和C语言类似, 只不过要开启unsafe(不安全代码)一般来说, 不安全代码就是使用了指针的代码
3855 字
|
19 分钟
驱动隐藏进程(断链)
在Windows中, 进程之间都是由一个个链表链起来的 每一个进程都是一个EPROCESS结构以下是 Windows10 19041 x64 的eprocess结构
1398 字
|
7 分钟
PowerShell美化
最终效果
447 字
|
2 分钟
Cover Image of the Post
东方求闻史纪
2022-03-13
东方求闻史纪 ~ Perfect Memento in Strict Sense.
61571 字
|
308 分钟
Cover Image of the Post
1