当前位置:网站首页>.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边栏推荐
- Lua,ILRuntime, HybridCLR(wolong)/huatuo热更新对比分析
- MySQL事务隔离级别详解
- sql语句-如何以一个表中的数据为条件据查询另一个表中的数据
- ERROR 2003 (HY000) Can't connect to MySQL server on 'localhost3306' (10061)Solution
- Heavyweight | The Open Atomic School Source Line activity was officially launched
- DVWA shooting range environment construction
- ERROR 1819 (HY000) Your password does not satisfy the current policy requirements
- MySQL fuzzy query can use INSTR instead of LIKE
- [py script] batch binarization processing images
- 【py脚本】批量二值化处理图像
猜你喜欢
随机推荐
ERROR 1819 (HY000) Your password does not satisfy the current policy requirements
sql语句-如何以一个表中的数据为条件据查询另一个表中的数据
论治理与创新 | 2022开放原子全球开源峰会OpenAnolis分论坛圆满召开
MySQL optimization: from ten seconds to three hundred milliseconds
ERROR 2003 (HY000) Can't connect to MySQL server on 'localhost3306' (10061)
Industry landing presents new progress | 2022 OpenAtom Global Open Source Summit OpenAtom OpenHarmony sub-forum was successfully held
矩池云快速安装torch-sparse、torch-geometric等包
ERROR 1819 (HY000) Your password does not satisfy the current policy requirements
MySQL忘记密码怎么办
PWN ROP
简易网络文件拷贝的C实现
MySQL事务隔离级别详解
[C language] Detailed explanation of operators
The input input box displays the precision of two decimal places
【py脚本】批量二值化处理图像
Go语学习笔记 - 处理超时问题 - Context使用 | 从零开始Go语言
高斯分布及其极大似然估计
Lua,ILRuntime, HybridCLR(wolong)/huatuo hot update comparative analysis
微信小程序使用云函数更新和添加云数据库嵌套数组元素
visual studio 那些提高效率的快捷键,总结(不时更新)



![[Cloud Native] DevOps (5): Integrating Harbor](/img/5a/dd33d7d3cb0124f328d2d38fff0125.png)





