scanme.nmap.org 是要扫描的域名或 IP 地址。 package main import ( "fmt" "net" "sort" ) func main() { ports := make(chan int, 100) results :=[......]继续阅读

2021年11月17日 0条评论 2324点热度 0人点赞 痴者工良 阅读全文

scanme.nmap.org is the domain or IP address to be scanned. package main import ( "fmt" "net" "sort" ) func main() {[......]继续阅读

2021年11月17日 0条评论 88点热度 0人点赞 痴者工良 阅读全文

pfx 转换为其他类型证书的方法。 pfx 转 pem openssl pkcs12 -in ssl.pfx -nodes -out ssl.pem pem 转 cer openssl x509 -in ssl.pem -inform PEM -out ssl.der -outform[......]继续阅读

2020年11月23日 2条评论 5740点热度 2人点赞 痴者工良 阅读全文

How to convert pfx to other types of certificates. Convert pfx to pem openssl pkcs12 -in ssl.pfx -nodes -out ssl.pem Convert pem to cer openssl[......]继续阅读

2020年11月23日 2条评论 96点热度 2人点赞 痴者工良 阅读全文

Reimage Repair 是一个非常强大的工具,能够诊断系统问题,修复系统。 对于 windows 10 更新时碰到的各种错误,使用此软件可以很容易地修复系统。 以管理员权限打开cmd,输入 SFC/scannow 也可以扫描系统。 使用 dism /online /cleanup-image[......] 继续阅读

2020年4月4日 0条评论 4215点热度 5人点赞 痴者工良 阅读全文

Reimage Repair is a very powerful tool that can diagnose system issues and repair the system. It can easily fix various errors encountered during Win[......] 继续阅读

2020年4月4日 0条评论 88点热度 5人点赞 痴者工良 阅读全文

用于转换数据库的工具,支持几十种数据库互相转换。 转换速度不错。 可惜不支持远程数据库,只能使用本地数据库。 破解版下载地址 https://www.cncrk.com/downinfo/40576.html 原版要 $322 偶~ 支持繁体中文、英文。 支持多种转换规则,可以使用正则表达式转换字符[......] 继续阅读

2020年3月27日 0条评论 5194点热度 0人点赞 痴者工良 阅读全文

A tool for converting databases, supporting mutual conversion among dozens of databases. The conversion speed is quite good. Unfortunately, it doe[......] 继续阅读

2020年3月27日 0条评论 102点热度 0人点赞 痴者工良 阅读全文

前导 编写目的 需求分析 概要设计 1,创建一个新特性,用来标识权限控制; 2,权限控制以 Controller、Action 作为单位; 3,基于 ASP.NET Core 自带的权限认证; 4,要求极速响应; 5,支持响应事件,对于验证流程,不同阶段触发事件; 6,设置接口,定义方法,如何判断用[......] 继续阅读

2020年3月12日 1条评论 3870点热度 1人点赞 痴者工良 阅读全文

Introduction Purpose of Writing Requirements Analysis Overview Design 1. Create a new feature to identify permission control; 2. Permission control is[......] 继续阅读

2020年3月12日 1条评论 3864点热度 1人点赞 痴者工良 阅读全文

分析器名为 miniprofiler,官网地址为 https://miniprofiler.com/dotnet/ 可以直接放到代码中,发布后运行测试。 支持以下框架的性能分析: ASP.NET ASP.NET Core Console .NET Console .NET Core EF6 EF[......] 继续阅读

2020年3月2日 2条评论 4246点热度 2人点赞 痴者工良 阅读全文

The analyzer is named miniprofiler, and the official website is https://miniprofiler.com/dotnet/. It can be directly integrated into the code and run[......] 继续阅读

2020年3月2日 2条评论 4242点热度 2人点赞 痴者工良 阅读全文

开源工作流引擎 Workflow Core 的研究和使用教程 [TOC] 一,工作流对象和使用前说明 为了避免歧义,事先约定。 工作流有很多节点组成,一个节点成为步骤点(Step)。 1,IWorkflow / IWorkflowBuilder Workflow Core 中,用于构建工作流的类继承[......] 继续阅读

2019年12月15日 2条评论 3533点热度 0人点赞 痴者工良 阅读全文

Research and Usage Tutorial of the Open-Source Workflow Engine Workflow Core [TOC] 1. Workflow Objects and Preliminary Instructions To avoid ambiguity[......] 继续阅读

2019年12月15日 2条评论 114点热度 0人点赞 痴者工良 阅读全文

 Newtonsoft.Json Newtonsoft.Json 是.Net平台操作Json的工具,他的介绍就不多说了,笔者最近在弄接口,需要操作Json。 以某个云计算平台的Token为例,边操作边讲解。 Json 转为 Model 将 Model 转为 Json 将 LINQ 转为 JSON L[......] 继续阅读

2019年12月15日 0条评论 3670点热度 0人点赞 痴者工良 阅读全文

 Newtonsoft.Json Newtonsoft.Json is a tool for manipulating JSON on the .Net platform. There is no need to elaborate on its introduction; I have[......] 继续阅读

2019年12月15日 0条评论 108点热度 0人点赞 痴者工良 阅读全文

Here are a few images to reveal:   ---- This can be used as a document template...  Download link:  https://dev.tencent.com/u/whuan[......] 继续阅读

2019年12月15日 1条评论 3160点热度 0人点赞 痴者工良 阅读全文

先透露几张图   可以作为文档模板来用。。。  下载地址 https://dev.tencent.com/u/whuanle/p/IOS_work/attachment/4563020 [......] 继续阅读

2019年12月15日 1条评论 3142点热度 0人点赞 痴者工良 阅读全文

 Table of Contents 1. Introduction to Elements 2. Elements Versions 3. What Can Elements Do 4. Elements IDEs 5. Elements Tools     1.[......] 继续阅读

2019年12月15日 1条评论 106点热度 0人点赞 痴者工良 阅读全文

 目录 1,Elements 介绍 2,Elements 版本 3,Elements 能干嘛 4,Elements  IDES 5,Elements 工具     1,Elements 介绍 RemObjects Elements,是多平台移动项目开发工具,是一款可以帮助开发人员在 不[......] 继续阅读

2019年12月15日 1条评论 3251点热度 0人点赞 痴者工良 阅读全文
12