当前位置:网站首页>.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 //获得帮助
边栏推荐
- Summary of Huawei Distributed Storage FusionStorage Knowledge Points [Interview]
- VScode+ESP32 quickly install ESP-IDF plugin
- 关于出现大量close_wait状态的理解
- 【SemiDrive源码分析】【MailBox核间通信】44 - 基于Mailbox IPCC RPC 实现核间通信(RTOS侧 IPCC_RPC Server 消息接收及回复 原理分析篇)
- el-image标签绑定点击事件后没有有用
- 从零开始,一镜到底,纯净系统搭建除草机(Grasscutter)
- (tree) Last Common Ancestor (LCA)
- LocalDate addition and subtraction operations and comparison size
- MySQL database must add, delete, search and modify operations (CRUD)
- Can't load /home/Iot/.rnd into RNG
猜你喜欢

Solved (the latest version of selenium framework element positioning error) NameError: name 'By' is not defined

开源汇智创未来 | 2022开放原子全球开源峰会OpenAtom openEuler分论坛圆满召开

Basic knowledge of mysql (2)

STM32HAL库修改Hal_Delay为us级延时

Understanding and Using Unity2D Custom Scriptable Tiles (4) - Start to build a custom tile based on the Tile class (below)

Postgresql 15 source code analysis (5) - pg_control

MySQL数据库安装配置保姆级教程(以8.0.29为例)有手就行

PWN ROP

C language from entry to such as soil, the data store

The input input box displays the precision of two decimal places
随机推荐
强化学习:从入门到入坑再到拉屎
扫雷游戏(c语言写)
The input input box displays the precision of two decimal places
binom二项分布,
npm、nrm两种方式查看源和切换镜像
递归实现汉诺塔问题
两个地址池r2负责管地址池r1负责管dhcp中继
Open Source Smart Future | 2022 OpenAtom Global Open Source Summit OpenAtom openEuler sub-forum was successfully held
【SemiDrive源码分析】【MailBox核间通信】44 - 基于Mailbox IPCC RPC 实现核间通信(RTOS侧 IPCC_RPC Server 消息接收及回复 原理分析篇)
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
(6) Enumeration and annotation
MySQL 8.0.30 GA
Safety 20220709
type_traits metaprogramming library learning
HCIP第十天_BGP路由汇总实验
30 Years of Open Source Community | 2022 Open Atom Global Open Source Summit 30 Years of Open Source Community Special Event Held Successfully
The third is the code to achieve
Safety 20220718
input输入框展示两位小数之precision
C Implementation of Simple Network File Copy