当前位置:网站首页>.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边栏推荐
- MySQL事务(transaction) (有这篇就足够了..)
- MySQL开窗函数
- Lua,ILRuntime, HybridCLR(wolong)/huatuo hot update comparative analysis
- MySQL database installation (detailed)
- 微信小程序使用云函数更新和添加云数据库嵌套数组元素
- MySQL to revise the root password
- 信息系统项目管理师核心考点(五十五)配置管理员(CMO)的工作
- 110道 MySQL面试题及答案 (持续更新)
- mysql存储过程
- MySQL database addition, deletion, modification and query (detailed explanation of basic operation commands)
猜你喜欢

SQL行列转换

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

产学研用 共建开源人才生态 | 2022开放原子全球开源峰会教育分论坛圆满召开

开源汇智创未来 | 2022开放原子全球开源峰会OpenAtom openEuler分论坛圆满召开
![[Cloud Native] DevOps (5): Integrating Harbor](/img/5a/dd33d7d3cb0124f328d2d38fff0125.png)
[Cloud Native] DevOps (5): Integrating Harbor

View source and switch mirrors in two ways: npm and nrm

ENSP,划分VLAN、静态路由,三层交换机综合配置

Minesweeper game - C language

STM32——DMA

centos7安装mysql5.7步骤(图解版)
随机推荐
[C language] Detailed explanation of operators
A complete introduction to JSqlParse of Sql parsing and conversion
PCL calculates the point cloud coordinate maximum and its index
数字经济时代的开源数据库创新 | 2022开放原子全球开源峰会数据库分论坛圆满召开
高斯分布及其极大似然估计
DVWA安装教程(懂你的不懂·详细)
SQL语句中对时间字段进行区间查询
从零开始,一镜到底,纯净系统搭建除草机(Grasscutter)
unity2d小游戏
【C语言】操作符详解
C Implementation of Simple Network File Copy
Error EPERM operation not permitted, mkdir 'Dsoftwarenodejsnode_cache_cacach Two solutions
MySQL fuzzy query can use INSTR instead of LIKE
MySQL based operations
MySQL forgot password
sql语句-如何以一个表中的数据为条件据查询另一个表中的数据
DVWA靶场环境搭建
The idea project obviously has dependencies, but the file is not displayed, Cannot resolve symbol 'XXX'
STM32HAL库修改Hal_Delay为us级延时
1. Get data - requests.get()