Introduction dotnet tool Experience CZGL.SystemInfo SystemPlatformInfo ProcessInfo Memory Monitoring NetworkInfo DiskInfo Introduction CZGL.System[......] 继续阅读

2020年11月8日 0条评论 82点热度 0人点赞 痴者工良 阅读全文

高等数学(工本)(最新版) 目录 第一章 函数 第二章 极限与连续 第三章 导数与微分 第四章 导数的应用 第五章 不定积分法 第六章 定积分及其应用 第七章 向量代数与空间解析几何 第八章 多元函数微分学 第九章 多元函数积分学 第十章 常微分方程 第十一章 无穷级数 学习过程 模板: 基本要求[......]继续阅读

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

Calculus (Engineering Version) (Latest Edition) Table of Contents Chapter 1: Functions Chapter 2: Limits and Continuity Chapter 3: Derivatives and[......]继续阅读

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

一、绪论(单项、填空题) 3分 软件 软件是计算机系统中与计算机硬件相互依存的另一部分,包括程序、数据以及文档的完整集合。 软件=程序+数据+文档 软件危机 (1)速度:软件的发展水平远远滞后于硬件的发展水平,生产率低下,软件制造仍然是一种人工集约生产方式 (2)质量:软件的质量低下,不能满足用户的[......] 继续阅读

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

1. Introduction (Single-choice and Fill-in-the-blank Questions) 3 Points Software Software is another part that is interdependent with computer har[......] 继续阅读

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

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条评论 90点热度 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人点赞 痴者工良 阅读全文

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条评论 3866点热度 1人点赞 痴者工良 阅读全文

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

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

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人点赞 痴者工良 阅读全文

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

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

[TOC] 首先我要说明,我失败了~ 我把我的进度和经验放出来,希望能够帮助别人完成编译工作~ 背景:最近接手一个华为某型号的嵌入式设备,需要在上面搭建 .NET Core 环境。 设备是 Armel 架构的,Linux 内核 3.10;.NET Core ARM 只有 Armhf。 因此编译出来的[......] 继续阅读

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

[TOC] First of all, I want to state that I have failed~ I am sharing my progress and experience in the hope of helping others complete the compilation[......] 继续阅读

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

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人点赞 痴者工良 阅读全文

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

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

[Abstract] This is an automatic generation tool for Docfx documents that I have developed. As long as you write the Markdown document well, this tool[......] 继续阅读

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

[摘要] 这是我编写的一个 Docfx 文档自动生成工具,只要写好 Markdown 文档,使用此工具可为目录、文件快速生成配置,然后直接使用 docfx 运行即可。 https://github.com/whuanle/CZGL.DocfxBuild.Yml/releases/tag/1.0 一,[......] 继续阅读

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

Collaborating with Colleagues on a Front-End and Back-End Decoupled Project I've been working with colleagues on a decoupled front-end and back-end pr[......] 继续阅读

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