模块的使用 引入 模块:就是一系列功能的集合体 1、模块的分类 模块大致分为四种类别: (1)一个py文件就是一个模块,文件名叫test.py,模块名叫test (2)一个包含有__init__.py文件的文件夹称为包,包也是模块 (3)已被编译为共享库或DLL的C或C++扩展 (4)使用C编写并链 ...
分类:
其他好文 时间:
2021-01-07 12:10:35
阅读次数:
0
1.font文件夹置入src/assets/中 2.main.js中引入font 引入文件夹中的iconfont.css import './assets/font/iconfont.css' 3.打开font文件夹中的demo_index.html 注意:默认为Unicode方式,三种方式用法不太 ...
分类:
其他好文 时间:
2021-01-07 11:53:31
阅读次数:
0
缺陷引入的原因 : ⑴开发过程缺乏有效的沟通,或者没有进行沟通 ⑵ 软件复杂度越来越高 ⑶ 编程中产生错误 ⑷ 需求不断变更 ⑸ 项目进度的压力 ⑹ 不重视开发文档 ⑺ 软件开发工具本身隐藏的问题 ...
分类:
其他好文 时间:
2021-01-06 12:44:19
阅读次数:
0
环境: python 3.7.4 win 10 模块: flask 1.1.2 Flask-WTF 0.14.3 资料文档: 官网:https://flask-wtf.readthedocs.io/en/stable/ 辅助网站:http://wtforms.simplecodes.com/docs ...
分类:
其他好文 时间:
2021-01-06 12:35:58
阅读次数:
0
SpringBoot - 13指标监控Actuator (1)使用Actuator检查与监控 (1.1)修改POM文件,引入GAV <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-sta ...
分类:
编程语言 时间:
2021-01-06 12:22:38
阅读次数:
0
SpringBoot - 12热部署 (1)通过DevTools工具实现热部署 (1.1)修改POM文件,引入GAV <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</ ...
分类:
编程语言 时间:
2021-01-06 12:21:36
阅读次数:
0
main.js 全局引入轮播图的js 和 css文件 <template> <div> <h1>轮播图案例</h1> <div class="swiper-container"> <div class="swiper-wrapper"> <div class="swiper-slide" v-for ...
分类:
其他好文 时间:
2021-01-06 12:17:44
阅读次数:
0
SpringBoot1.x 安全 文章源码 环境搭建 SpringSecurity 是针对 Spring 项目的安全框架,也是 SpringBoot 底层安全模块默认的技术选型。他可以实现强大的 web 安全控制。对于安全控制,我们仅需引入 spring-boot-starter-security ...
分类:
编程语言 时间:
2021-01-06 12:08:36
阅读次数:
0
前端页面在根目录下的文件夹pages=》index=》index.vue 接口统一在根目录下的文件夹api=》index(自己模块归类文件夹里)=》... 前端页面代码: 引入统一的接口文件 import { getAds, getData } from '../../api/index/index ...
分类:
移动开发 时间:
2021-01-06 12:04:42
阅读次数:
0
第一种办法:在web.xml中引入过滤器 <filter> <filter-name>CharacterEncodingFilter</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter< ...
分类:
编程语言 时间:
2021-01-06 12:03:57
阅读次数:
0