当前位置:网站首页>.NET-9. A mess of theoretical notes (concepts, ideas)
.NET-9. A mess of theoretical notes (concepts, ideas)
2022-07-31 04:55:00 【joyyi9】
Knowledge Notes
Foreword
is mainly some professional terms, interpretation of concepts, and small knowledge1. The three most popular web serversIt is Apache, Nginx, IIS.2. Difference between powershell and cmd: 1, written by CMDWe regard the BAT script as process-oriented, while PowerShell is object-oriented , is a script writing from the user's point of view; 2, CMD can only perform basic tasks, because PowerShell is object-oriented based on [.NET].I. Database
//What is CRUDCRUD is to add (Create), retrieve (Retrieve), update (Update) and delete (Delete)Acronym for several words.CRUD is mainly used to describe the basic operation functions of the database or persistence layer in the software system.//What is a triggerTriggers are database objects related to tables that can be fired and executed before or after insert/update/deleteThe SQL statement defined in the trigger.Second, .NET
Authentication(Authenticiton)or authentication is OKThe process of user identity.(User login process)Authorization) is the process of determining whether a user has permission to access a resource.(whether to allow changes to some data)The difference between github, gitlab, gitee
- github is a repository for online code hosting based on git. It is open to the Internet and requires payment for the enterprise version.
- gitee is the code cloud, which is free for enterprises to use by oschina, so you don't need to build your own environment.
- gitlab is similar to github. It is generally used to build git private servers in the enterprise, and you need to build your own environment.
First, github charges for enterprises. Of course, I disagree. After all, I want to save money, so I can still use gitee or gitlab.
Second, although the code cloud is free, and you don't need to set up your own environment, there is always no sense of security in the enterprise putting the project on someone else's server.
Third, as a result, gitlab was derived, which is used for enterprises to set up private servers, and it is still on its own server.
RBAC Permission Mode
- https://blog.csdn.net/weixin_43473773/article/details/120316830,
- https://blog.csdn.net/weixin_44911308/article/details/108615759
- https://blog.csdn.net/qq_45874107/article/details/119839187
PowerShell
- https://docs.microsoft.com/en-us/powershell/scripting/dev-cross-plat/vscode/using-vscode?view=powershell-7.2
- https://www.cnblogs.com/lavender000/category/1013349.html
$PSVersionTable //Hash table showing relevant PowerShell version information:Get-ExecutionPolicy //Execution PolicyGet-Help //Get help边栏推荐
- Error EPERM operation not permitted, mkdir 'Dsoftwarenodejsnode_cache_cacach Two solutions
- VScode+ESP32 quickly install ESP-IDF plugin
- Doris学习笔记之监控
- SQL行列转换
- Understanding of the presence of a large number of close_wait states
- MySQL to revise the root password
- ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)解决办法
- mysql数据库安装(详细)
- 110道 MySQL面试题及答案 (持续更新)
- 手把手实现图片预览插件(三)
猜你喜欢

ERP Production Operation Control Kingdee

From scratch, a mirror to the end, a pure system builds a grasscutter (Grasscutter)

prompt.ml/15中<svg>标签使用解释

A complete introduction to JSqlParse of Sql parsing and conversion

专访 | 阿里巴巴首席技术官程立:云+开源共同形成数字世界的可信基础

MySQL事务(transaction) (有这篇就足够了..)

Puzzle Game Level Design: Reverse Method--Explaining Puzzle Game Level Design

Unity框架设计系列:Unity 如何设计网络框架

手把手实现图片预览插件(三)

ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)
随机推荐
ERROR 1064 (42000) You have an error in your SQL syntax; check the manual that corresponds to your
ENSP,划分VLAN、静态路由,三层交换机综合配置
Musk talks to the "virtual version" of Musk, how far is the brain-computer interaction technology from us
Open Source Database Innovation in the Digital Economy Era | 2022 Open Atom Global Open Source Summit Database Sub-Forum Successfully Held
input输入框展示两位小数之precision
Industry-university-research application to build an open source talent ecosystem | 2022 Open Atom Global Open Source Summit Education Sub-Forum was successfully held
sql statement - how to query data in another table based on the data in one table
DVWA installation tutorial (understand what you don't understand · in detail)
MySQL开窗函数
HCIP第十天_BGP路由汇总实验
open failed: EACCES (Permission denied)
ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)解决办法
CentOS7 —— yum安装mysql
ERROR 2003 (HY000) Can't connect to MySQL server on 'localhost3306' (10061)Solution
Sql解析转换之JSqlParse完整介绍
[C language] Detailed explanation of operators
聚变云原生,赋能新里程 | 2022开放原子全球开源峰会云原生分论坛圆满召开
MySQL数据库增删改查(基础操作命令详解)
DVWA之SQL注入
【debug锦集】Expected input batch_size (1) to match target batch_size (0)