码迷,mamicode.com
首页 >  
搜索关键字:rop    ( 3303个结果
vue-cli3创建项目实现px2rem
1、安装 npm install postcss-plugin-px2rem --save-dev 2、引入配置 // vue.config.js const px2rem = require("postcss-plugin-px2rem"); module.exports = { css: { l ...
分类:其他好文   时间:2021-04-30 12:39:06    阅读次数:0
java连接kafka总结
1、连接demo是采用的这篇博客中的内容: https://blog.csdn.net/weixin_39098944/article/details/108067005 主要代码如下: (1)添加依赖 1 <dependency> 2 <groupId>org.apache.kafka</grou ...
分类:编程语言   时间:2021-04-30 12:13:39    阅读次数:0
Pandas数据预处理的常用函数
引入Pandas,用于有关数据处理和分析的环节。 一、读取数据文件 1 .读取excel数据文件 1.1加载Excel表,使用skiprows=1跳过首行【对于一个excel文件,首行一般为字段的定义(标题行),第二行才为数据】 并指定加载的列,注意数据文件的编码,默认utf-8,常用还有gb231 ...
分类:其他好文   时间:2021-04-29 11:36:23    阅读次数:0
Linux - 防火墙 - iptables
防火墙由netfilter组成,iptables是控制netfilter的软件 iptables(重点)- 用户空间的工具 环境准备 systemctl stop firewalld.service systemctl disable firewalld.service 或systemctl dis ...
分类:系统相关   时间:2021-04-28 12:11:32    阅读次数:0
applicaiton.properties 配置
MySQL spring.datasource.url=jdbc:mysql://localhost:3306/twitter_test?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8spring. ...
分类:移动开发   时间:2021-04-27 14:38:30    阅读次数:0
element dialog对话框组件 不触发生命周期的坑
element的dialog组件隐藏默认是不销毁的,所以不会触发生命周期 即便destroy-on-close设置为true也不好用 解决办法其实很简单,给他加一个v-if父级 <div v-if="outFormFlag"> <el-dialog title="收款信息" :visible.syn ...
分类:其他好文   时间:2021-04-26 13:41:08    阅读次数:0
logger
Logger配置文件说明 文件一定在src下,并命名为log4j.properties ### 全局默认配置 log4j.rootLogger = debug,stdout,D,E ### 设置控制台日志输出 ### log4j.appender.stdout = org.apache.log4j. ...
分类:其他好文   时间:2021-04-26 13:30:43    阅读次数:0
JAVAEE_Servlet_23_路径编写总结和url_pattern的编写方式
路径编写总结和url_pattern的编写方式 路径的编写 超链接 form表单的action属性 重定向 response.sendRedirect("/项目名/资源路径"); 转发 request.getRequestDispatcher("/资源路径").forword(request,res ...
分类:编程语言   时间:2021-04-24 13:57:14    阅读次数:0
vue-property-decorator 与 vue-class-component 有什么区别?
##区别: vue class component 是vue 官方出的 vue property decorator 是社区出的 其中vue class component 提供了 vue component 等等 vue property decorator 深度依赖了 vue class com ...
分类:其他好文   时间:2021-04-24 13:51:37    阅读次数:0
dock安装配置
docker文档 参考docker安装文档 安装docker 1.卸载老版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-l ...
分类:其他好文   时间:2021-04-23 12:21:29    阅读次数:0
3303条   上一页 1 ... 4 5 6 7 8 ... 331 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!