代码改变世界

dotnet new Getting ready... Object reference not set to an instance of an object.

2021-02-17 11:45 by Wizardlsw, 207 阅读, 0 推荐, 收藏, 编辑
摘要:之前在CentOS上使用dotnet new, dotnet new webapi -o testapi [slin@izu templates]$ dotnet new webapi -o wannianapi Getting ready... Object reference not set t 阅读全文

.NET Core中使用水印

2019-06-09 20:42 by Wizardlsw, 1536 阅读, 0 推荐, 收藏, 编辑
摘要:.NET Core中使用水印 在项目中,我需要给上传的图片添加水印,通过网上查找针对.NET Core 的找到两个方案: 1. 使用 及用于非Windows的 或`runtime.linux x64.CoreCompat.System.Drawing` 2. 使用 遇到问题 经过尝试,发现方案1在. 阅读全文

Install RabbitMQ on CentOS 7

2019-06-02 16:48 by Wizardlsw, 463 阅读, 0 推荐, 收藏, 编辑
摘要:NOTE: this article is only for CentOS 7 "How to Install RabbitMQ on CentOS 7" Install erlang Reference: "Install erlang ( v20)" Create file in /etc/yu 阅读全文

redis

2019-06-02 14:55 by Wizardlsw, 170 阅读, 0 推荐, 收藏, 编辑
摘要:Reference "redis.io" "try.redis.io" Please type HELP for one of these commands: 阅读全文

Splunk 简单笔记

2019-04-22 10:37 by Wizardlsw, 564 阅读, 0 推荐, 收藏, 编辑
摘要:[TOC] Splunk Notes 使用 提取字段 用 匹配出 数据,使用 提取字段 阅读全文

Check SQL Server Deadlock

2019-03-22 23:08 by Wizardlsw, 282 阅读, 0 推荐, 收藏, 编辑
摘要:Sometimes a script keeps running for a long time and can't stop, then a db blocking is occurring. We can do below things to kill the db process which 阅读全文

Linux 学习笔记

2019-02-21 15:05 by Wizardlsw, 190 阅读, 0 推荐, 收藏, 编辑
摘要:Basic Concept 在Linux中所有的东西都对应着一个文件,不同用户有不同的目录与默认约定的对应目录,比如: |user type|folders, files| | | | |root| /sbin , /usr/sbin| |all users |/bin, /usr/bin| Abb 阅读全文

SQL Server get SP parameters and get output fields type information

2019-01-14 22:46 by Wizardlsw, 137 阅读, 0 推荐, 收藏, 编辑
摘要:Summary 本文主要介绍一下,SQL里面的两个很实用的两个操作: 获取存储过程的参数信息 获取SQL 语句的执行结果元数据 对应的存储过程是: 例子: 阅读全文

微软免费电子技术书-下载

2017-07-17 09:27 by Wizardlsw, 208 阅读, 0 推荐, 收藏, 编辑
摘要:Largest FREE Microsoft eBook Giveaway 阅读全文

setup FTP server on CentOS 7

2017-03-31 22:50 by Wizardlsw, 369 阅读, 0 推荐, 收藏, 编辑
摘要:Setup FTP Server on CentOS 7 Install vsftpd vsftpd (Very Secure File Transport Protocol Daemon) is a secure, fast FTP server for Unix/Linux systems. # 阅读全文