当前位置:网站首页>.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 knowledge
1. 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
边栏推荐
- sql语句之多表查询
- CentOS7 install MySQL graphic detailed tutorial
- View source and switch mirrors in two ways: npm and nrm
- Create componentized development based on ILRuntime hot update
- WPF WPF 】 【 the depth resolution of the template
- MySQL transaction isolation level, rounding
- ERROR 1819 (HY000) Your password does not satisfy the current policy requirements
- SQL statement to range query time field
- Puzzle Game Level Design: Reverse Method--Explaining Puzzle Game Level Design
- The input input box displays the precision of two decimal places
猜你喜欢
A complete introduction to JSqlParse of Sql parsing and conversion
Go语学习笔记 - 处理超时问题 - Context使用 | 从零开始Go语言
Sun Wenlong, Secretary General of the Open Atom Open Source Foundation |
Three oj questions on leetcode
ERROR 1064 (42000) You have an error in your SQL syntax; check the manual that corresponds to your
【R语言】【3】apply,tapply,lapply,sapply,mapply与par函数相关参数
矩池云快速安装torch-sparse、torch-geometric等包
Lua,ILRuntime, HybridCLR(wolong)/huatuo hot update comparative analysis
DVWA installation tutorial (understand what you don't understand · in detail)
110道 MySQL面试题及答案 (持续更新)
随机推荐
Visual studio shortcuts that improve efficiency, summary (updated from time to time)
MySQL forgot password
Unity Tutorial: URP Rendering Pipeline Practical Tutorial Series [1]
【云原生】DevOps(五):集成Harbor
PCL calculates the point cloud coordinate maximum and its index
mysql使用on duplicate key update批量更新数据
Minesweeper game - C language
【ORACLE Explain 详解】
MySQL based operations
论治理与创新 | 2022开放原子全球开源峰会OpenAnolis分论坛圆满召开
Unity教程:URP渲染管线实战教程系列【1】
【wpf】wpf中的那些模板之深度解析
ERROR 1064 (42000) You have an error in your SQL syntax; check the manual that corresponds to your
1. 获取数据-requests.get()
Error EPERM operation not permitted, mkdir 'Dsoftwarenodejsnode_cache_cacach Two solutions
The idea project obviously has dependencies, but the file is not displayed, Cannot resolve symbol 'XXX'
30 Years of Open Source Community | 2022 Open Atom Global Open Source Summit 30 Years of Open Source Community Special Event Held Successfully
CentOS7 安装MySQL 图文详细教程
mysql数据库安装(详细)
Duplicate entry ‘XXX‘ for key ‘XXX.PRIMARY‘解决方案。