https://www.cnblogs.com/datacool/p/datacool_dotnetcore_demo.html 实践技术看点 1、Swagger管理API说明文档 2、JwtBearer token验证 3、Swagger UI增加Authentication 4、EntityFr ...
原代码: <th><span class="remind">*</span> 要求节点:</th> <td><input title="需求时间" class="easyui-datebox " editable="false" data-options="required:true" type=" ...
分类:
其他好文 时间:
2020-03-05 15:11:46
阅读次数:
65
背景1、后台管理系统中表格需要实现行拖拽功能2、表格使用element组件库中el-table 方案介绍 1、Sortable.js介绍:Sortable.js是一款轻量级的拖放排序列表的js插件引用自官方文档:No jQuery required. Supports Meteor, Angular ...
分类:
编程语言 时间:
2020-03-05 15:09:03
阅读次数:
93
方式: 1.证书 (https://www.cnblogs.com/hanling/p/12411318.html) 2.Authentication: Basic Auth $arr_header[] = "Content-Type:application/json";$arr_header[] ...
分类:
其他好文 时间:
2020-03-04 18:49:06
阅读次数:
55
tagtag2--> 这里我只是记录下自己在学习中的点滴和一些不懂的地方 Cookie一般是用户网站授权,当用户访问需要授权(authorization)的页面,程序会判断是否已经授权,并认证 添加认证代码:引入命名空间:Microsoft.AspNetCore.Authentication.Coo ...
分类:
Web程序 时间:
2020-03-04 14:51:37
阅读次数:
100
问题描述: Django3.x之后版本需要SQLite3.8.3及以后的版本的支持,但是centos默认安装SQLite的版本为3.7.17,所以在运行python manage.py startapp polls时报错。 解决办法: 1. 重装降级Django. 2. 升级SQLite. 1. 重 ...
分类:
数据库 时间:
2020-03-03 23:53:57
阅读次数:
571
今天在写题时,执行脚本又报错了 脚本如下 #! /usr/bin/env python3 # _*_ coding:utf-8 _*_ import base64 # 字典文件路径 dic_file_path = './10_million_password_list_top_100.txt' wi ...
分类:
编程语言 时间:
2020-03-03 19:06:15
阅读次数:
78
Shiro 简介 照例又去官网扒了扒介绍: Apache Shiro? is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, a ...
分类:
其他好文 时间:
2020-03-03 11:02:58
阅读次数:
55
一台计算机上同时安装了python2.7和python3.7。 现在为python2.7安装numpy包。 C:\Python27>python2 -m pip install numpy -i http://mirrors.aliyun.com/pypi/simple/Downloading/un ...
分类:
编程语言 时间:
2020-03-02 19:13:36
阅读次数:
1027
IAR嵌入式工作台IDE用于编程基于MAXQ核的微控制器。IAR? C编译器(用于MAXQ微控制器)提供用于定义闪存或SRAM位置中数据对象或变量的选项。编译器具有特殊关键词pragma location和pragma required;通过使用关键词,可将存储器分配给绝对地址的数据对象或变量。必须 ...
分类:
其他好文 时间:
2020-03-02 19:12:41
阅读次数:
178