当前位置:网站首页>.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 //获得帮助
边栏推荐
- Understanding of the presence of a large number of close_wait states
- 剑指offer专项突击版第15天
- ERROR 1064 (42000) You have an error in your SQL syntax; check the manual that corresponds to your
- 【wpf】wpf中的那些模板之深度解析
- 问题7:列表的拼接
- Error EPERM operation not permitted, mkdir ‘Dsoftwarenodejsnode_cache_cacach两种解决办法
- Go语学习笔记 - 处理超时问题 - Context使用 | 从零开始Go语言
- ClickHouse:设置远程连接
- Thinking about data governance after Didi fines
- SOLVED: After accidentally uninstalling pip (two ways to manually install pip)
猜你喜欢

LocalDate addition and subtraction operations and comparison size

No qualifying bean of type question

Two address pools r2 are responsible for managing the address pool r1 is responsible for managing dhcp relays

C语言表白代码?

扫雷小游戏——C语言

递归实现汉诺塔问题

Reinforcement learning: from entry to pit to shit

pom文件成橘红色未加载的解决方案

(四)递归、可变参数、访问修饰符、理解 main 方法、代码块

The third is the code to achieve
随机推荐
Redis uses LIST to cache the latest comments
VScode+ESP32快速安装ESP-IDF插件
ClickHouse: Setting up remote connections
已解决(最新版selenium框架元素定位报错)NameError: name ‘By‘ is not defined
BUG消灭者!!实用调试技巧超全整理
【C语言进阶】文件操作(一)
ERP生产作业控制 金蝶
input输入框展示两位小数之precision
[AUTOSAR-RTE]-5-Explicit (explicit) and Implicit (implicit) Sender-Receiver communication
手把手实现图片预览插件(三)
三子棋的代码实现
BUG destroyer!!Practical debugging skills are super comprehensive
MySQL to revise the root password
interprocess communication
HCIP第十天_BGP路由汇总实验
(4) Recursion, variable parameters, access modifiers, understanding main method, code block
RESTful api interface design specification
Notes on the establishment of the company's official website (6): The public security record of the domain name is carried out and the record number is displayed at the bottom of the web page
递归实现汉诺塔问题
ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)