当前位置:网站首页>.NET-9.乱七八糟的理论笔记(概念,思想)
.NET-9.乱七八糟的理论笔记(概念,思想)
2022-07-31 04:43:00 【joyyi9】
前言
主要是一些专业术语,概念的解读,还有小知识
1. 目前最主流的三个Web服务器是Apache、Nginx、IIS。
2. powershell和cmd区别:1、CMD写的BAT脚本我们看作是面向过程的,而PowerShell则是面向对象的,是一种站在使用者的角度进行脚本的编写;2、CMD只能执行基本的任务,PowerShell因为是基于【.NET】面向对象的。
一、数据库
//CRUD是什么
CRUD是增加(Create)、检索(Retrieve)、更新(Update)和删除(Delete)几个单词的首字母简写。
CRUD主要被用在描述软件系统中数据库或者持久层的基本操作功能。
//什么是触发器
触发器是与表有关的数据库对象,可以在 insert/update/delete 之前或之后,触发并执行触发器中定义的SQL语句。
二、.NET
鉴权(Authenticiton)或身份验证是确定用户身份的过程。 (用户登录过程)
授权Authorization)是确定用户是否有权访问资源的过程。(是否允许对某些数据的更改)
github,gitlab,gitee的区别
- github 是一个基于git实现在线代码托管的仓库,向互联网开放,企业版要收钱。
- gitee 即码云,是 oschina 免费给企业用的,不用自己搭建环境。
- gitlab 类似 github,一般用于在企业内搭建git私服,要自己搭环境。
第一,github针对企业要收费,那当然是不同意,毕竟都想节约资金,那就还能使用gitee,或者gitlab了。
第二,但是码云虽然是免费的,而且不用自己搭环境,但是企业中把项目放在别人的服务器上,始终没有安全感。
第三,因此,衍生出了gitlab,就是用于企业搭私服,而且还是在自己的服务器上。
RBAC权限模式
- 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/zh-cn/powershell/scripting/dev-cross-plat/vscode/using-vscode?view=powershell-7.2
- https://www.cnblogs.com/lavender000/category/1013349.html
$PSVersionTable //显示相关 PowerShell 版本信息的哈希表:
Get-ExecutionPolicy //执行策略
Get-Help //获得帮助
边栏推荐
- Recursive implementation of the Tower of Hanoi problem
- [C language] General method of base conversion
- PCL 计算点云坐标最值及其索引
- three.js make 3D photo album
- Minesweeper game - C language
- idea工程明明有依赖但是文件就是显示没有,Cannot resolve symbol ‘XXX‘
- $parent/$children and ref
- 开源社区三十年 | 2022开放原子全球开源峰会开源社区三十年专题活动圆满召开
- C语言表白代码?
- (6) Enumeration and annotation
猜你喜欢
[Linear Neural Network] softmax regression
Fusion Cloud Native, Empowering New Milestones | 2022 Open Atom Global Open Source Summit Cloud Native Sub-Forum Successfully Held
产学研用 共建开源人才生态 | 2022开放原子全球开源峰会教育分论坛圆满召开
The idea project obviously has dependencies, but the file is not displayed, Cannot resolve symbol 'XXX'
Two address pools r2 are responsible for managing the address pool r1 is responsible for managing dhcp relays
MySQL database must add, delete, search and modify operations (CRUD)
从零开始,一镜到底,纯净系统搭建除草机(Grasscutter)
[Swift] Customize the shortcut that pops up by clicking the APP icon
ENSP,划分VLAN、静态路由,三层交换机综合配置
XSS shooting range (3) prompt to win
随机推荐
unity2d game
STM32HAL库修改Hal_Delay为us级延时
(4) Recursion, variable parameters, access modifiers, understanding main method, code block
ERROR 1064 (42000) You have an error in your SQL syntax; check the manual that corresponds to your
WeChat applet uses cloud functions to update and add cloud database nested array elements
Minesweeper game - C language
MySQL数据库必会的增删查改操作(CRUD)
ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)
Two address pools r2 are responsible for managing the address pool r1 is responsible for managing dhcp relays
(Line segment tree) Summary of common problems of basic line segment tree
RESTful api interface design specification
Thinking about data governance after Didi fines
$parent/$children and ref
Gaussian distribution and its maximum likelihood estimation
Can't load /home/Iot/.rnd into RNG
三子棋的代码实现
exsl文件预览,word文件预览网页方法
Go语学习笔记 - 处理超时问题 - Context使用 | 从零开始Go语言
prompt.ml/15中<svg>标签使用解释
MySQL数据库备份