#团队名称、团队成员介绍 团队名称:Web摸鱼队 团队成员介绍: 古锦源(组长):沉迷于web端变好看最后放弃的居家流浪汉 张明海:对数据库连接以及和我web对接的小能手 ##项目git地址: https://gitee.com/asings/library_management_system ## ...
分类:
编程语言 时间:
2021-01-29 11:57:13
阅读次数:
0
在Library/Think/Model.class.php 这个基础model类中在添加add,修改save,和删除delete 时各自回调用两个回调函数. 使用这两个回调函数会给开发带来方便. 1 . add()方法回调函数 // 插入数据前的回调方法 protected function _b ...
分类:
Web程序 时间:
2021-01-29 11:44:19
阅读次数:
0
在IE11, import axios from "axios"; let ser = axios.create({ headers: { 'Cache-Control': 'no-cache' } }); ser.interceptors.request.use(config => { if (c ...
分类:
其他好文 时间:
2021-01-28 12:01:13
阅读次数:
0
验证器类:Validate.php <?php namespace framework\library; class Validate { /** * 当前验证规则 * @var array */ protected $rule = []; /** * 验证提示信息 * @var array */ ...
分类:
Web程序 时间:
2021-01-28 11:58:59
阅读次数:
0
项目中为了方便的存储本地数据,使用了SQLite数据库作为数据存储,再设计时DB、models引用了sqlite-net-pcl,那么项目再升级sqlite-net-pc 1.7.335l版本后后,遇到了很奇怪的一个问题。 再执行初始化数据库时new SQLiteAsyncConnection(db ...
分类:
数据库 时间:
2021-01-27 13:45:23
阅读次数:
0
参考:https://blog.csdn.net/u011301203/article/details/102629952 https://www.cnblogs.com/codesyofo/p/14142197.html 前端 downLoad(){ let that = this let par ...
分类:
其他好文 时间:
2021-01-27 13:22:02
阅读次数:
0
Managing Growing Projects Packages and Crates A crate is a binary or library. The crate root is a source file that the Rust Compiler starts from and m ...
less 我的问题是less用不了一些正则表达式的扩展功能, 比如word boundary. 对此我感到很困惑, 因为man less说, 它用的是system regex library, 但查看man 7 re_format, 发现ENHANCED FEATURES中是支持\b也支持\<, 但 ...
分类:
系统相关 时间:
2021-01-26 11:47:41
阅读次数:
0
打造 Ubuntu20.10办公环境,安装WPS Office2019 WPS Office2019 For Linux 下载地址: 下载地址 : https://linux.wps.cn/# ,执行下载命令 wget https://wdl1.cache.wps.cn/wps/download/e ...
分类:
系统相关 时间:
2021-01-25 11:29:39
阅读次数:
0
配置VisualStudio2019的OpenGL开发环境 首先准备以下文件,这些都能在LearnOpenGL CN得到,我放在了我自己的图形程序的目录下的library目录中 接下来使用vs2019创建C++项目,空项目即可,然后新建一个源文件,选中项目右键属性,打开如下面板,只需要修改红框中的条 ...
分类:
其他好文 时间:
2021-01-22 12:22:37
阅读次数:
0