#团队名称、团队成员介绍 团队名称:Web摸鱼队 团队成员介绍: 古锦源(组长):沉迷于web端变好看最后放弃的居家流浪汉 张明海:对数据库连接以及和我web对接的小能手 ##项目git地址: https://gitee.com/asings/library_management_system ## ...
分类:
编程语言 时间:
2021-01-29 11:57:13
阅读次数:
0
第一节 数据库简介 1.1 简介 ? 数据库(DataBase,DB):指长期保存在计算机的存储设备上,按照一定规则组织起来,可以被各种用户或应用共享的数据集合。简单理解数据的仓库。 ? 数据库管理系统(DataBase Management System,DBMS):指一种操作和管理数据库的大型软 ...
分类:
数据库 时间:
2021-01-28 12:24:51
阅读次数:
0
1. Individual users只能set up自己的个人账号,admin可以从User Management为其他用户set up个人账号(右上角下拉菜单中选Admin) 2. Securitly Groups:define groups of users with particular a ...
分类:
其他好文 时间:
2021-01-28 11:52:12
阅读次数:
0
vue官方: store模式:https://cn.vuejs.org/v2/guide/state-management.html Vuex:https://vuex.vuejs.org/zh/ 扩展阅读: Flux:http://www.ruanyifeng.com/blog/2016/01/f ...
分类:
其他好文 时间:
2021-01-26 12:05:54
阅读次数:
0
今天使用svn时报了一个这个错,网上搜索时都说是要使用sqllite来删除svn队列。 其实可以直接使用idea自带的terminal运行svn cleanup 成功就可以解决这个问题。但可能遇到以下问题 问题1 1. 当遇到这个问题的时候,你将要下载sqlite3.exe文件 SQLite 安装 ...
Two strings are considered close if you can attain one from the other using the following operations: Operation 1: Swap any two existing characters. F ...
分类:
其他好文 时间:
2021-01-25 11:07:52
阅读次数:
0
一、命名规范 1.项目命名:小写方式,以中划线分隔。 mall-management-system 2.目录命名:小写方式,以中划线分隔,有复数结构时,要采用复数命名法,缩写不用复数。 正例: scripts / styles / components / images / utils / layo ...
分类:
其他好文 时间:
2021-01-25 11:01:05
阅读次数:
0
代码如下:经过测试,在netcore3.x正常,在netframework下也正常,就是netcore2.x报错。 /// <summary> /// RSA加密 /// </summary> /// <param name="publickey"></param> /// <param name= ...
分类:
Web程序 时间:
2021-01-21 10:39:41
阅读次数:
0
Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service, which helps your employees sign in and access res ...
centos7运行yum报如下提示: There are no enabled repos. Run "yum repolist all" to see the repos you have. To enable Red Hat Subscription Management repositorie ...
分类:
其他好文 时间:
2021-01-12 10:29:30
阅读次数:
0