当前位置:网站首页>.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 //获得帮助
边栏推荐
猜你喜欢

ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)

ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)解决办法

微信小程序使用云函数更新和添加云数据库嵌套数组元素

ERROR 1819 (HY000) Your password does not satisfy the current policy requirements
![Summary of Huawei Distributed Storage FusionStorage Knowledge Points [Interview]](/img/83/e0163b324448c6ef5b106862673637.jpg)
Summary of Huawei Distributed Storage FusionStorage Knowledge Points [Interview]

ERROR 1064 (42000) You have an error in your SQL syntax; check the manual that corresponds to your

mysql数据库安装(详细)

三道leetcode上的oj题

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

Understanding and Using Unity2D Custom Scriptable Tiles (4) - Start to build a custom tile based on the Tile class (below)
随机推荐
Safety 20220722
[Linear Neural Network] softmax regression
Learning DAVID Database (1)
(Line segment tree) Summary of common problems of basic line segment tree
Understanding of the presence of a large number of close_wait states
Can‘t load /home/Iot/.rnd into RNG
【线性神经网络】softmax回归
STM32HAL库修改Hal_Delay为us级延时
数字经济时代的开源数据库创新 | 2022开放原子全球开源峰会数据库分论坛圆满召开
MySQL数据库安装配置保姆级教程(以8.0.29为例)有手就行
Redis uses LIST to cache the latest comments
Industry-university-research application to build an open source talent ecosystem | 2022 Open Atom Global Open Source Summit Education Sub-Forum was successfully held
binom二项分布,
(8) Math class, Arrays class, System class, Biglnteger and BigDecimal classes, date class
马斯克对话“虚拟版”马斯克,脑机交互技术离我们有多远
MySQL模糊查询可以使用INSTR替代LIKE
npm、nrm两种方式查看源和切换镜像
Regarding the primary key id in the mysql8.0 database, when the id is inserted using replace to be 0, the actual id is automatically incremented after insertion, resulting in the solution to the repea
unity2d game
MySQL数据库备份