当前位置:网站首页>.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
边栏推荐
- ENSP,划分VLAN、静态路由,三层交换机综合配置
- Three oj questions on leetcode
- 简易网络文件拷贝的C实现
- Unity打灵狐者
- Error EPERM operation not permitted, mkdir ‘Dsoftwarenodejsnode_cache_cacach两种解决办法
- 110道 MySQL面试题及答案 (持续更新)
- Open Source Smart Future | 2022 OpenAtom Global Open Source Summit OpenAtom openEuler sub-forum was successfully held
- Visual studio shortcuts that improve efficiency, summary (updated from time to time)
- WPF WPF 】 【 the depth resolution of the template
- unity2d小游戏
猜你喜欢
Two address pools r2 are responsible for managing the address pool r1 is responsible for managing dhcp relays
ERROR 2003 (HY000) Can't connect to MySQL server on 'localhost3306' (10061)Solution
Interview | Cheng Li, CTO of Alibaba: Cloud + open source together form a credible foundation for the digital world
Sql解析转换之JSqlParse完整介绍
On Governance and Innovation | 2022 OpenAtom Global Open Source Summit OpenAnolis sub-forum was successfully held
SQL injection of DVWA
MySQL忘记密码怎么办
MySQL database must add, delete, search and modify operations (CRUD)
[Linear Neural Network] softmax regression
ERROR 1064 (42000) You have an error in your SQL syntax; check the manual that corresponds to your
随机推荐
MySQL forgot password
Open Source Database Innovation in the Digital Economy Era | 2022 Open Atom Global Open Source Summit Database Sub-Forum Successfully Held
SQL row-column conversion
Centos7 install mysql5.7 steps (graphical version)
Unity打灵狐者
两个地址池r2负责管地址池r1负责管dhcp中继
Create componentized development based on ILRuntime hot update
数字经济时代的开源数据库创新 | 2022开放原子全球开源峰会数据库分论坛圆满召开
From scratch, a mirror to the end, a pure system builds a grasscutter (Grasscutter)
MySQL数据库安装配置保姆级教程(以8.0.29为例)有手就行
Go language study notes - dealing with timeout problems - Context usage | Go language from scratch
剑指offer专项突击版第15天
【debug锦集】Expected input batch_size (1) to match target batch_size (0)
Musk talks to the "virtual version" of Musk, how far is the brain-computer interaction technology from us
VScode+ESP32 quickly install ESP-IDF plugin
打造基于ILRuntime热更新的组件化开发
重磅 | 基金会为白金、黄金、白银捐赠人授牌
[debug highlights] Expected input batch_size (1) to match target batch_size (0)
1. Get data - requests.get()
PCL 计算点云坐标最值及其索引