logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Vue中dialog如何清空子组件的值: open和close的用法($nextTick([callback,context]))

最近学习Vue的时候,遇到了通过dialog打开子组件, 子组件中的值无法被清空,查阅API后,发现可以用open和close。<el-dialog :visible="userUpdateVisible" width="800px" @open="onUserUpdateVisibleOpen()" @close="closeUserAdd()" >&lt...

虚拟机Linux - HTTP request sent, awaiting response... 404 Not Found

错误信息:[root@localhost src]# wget http://apache.01link.hk/kafka/2.0.0/kafka_2.11-2.0.0.tgz--2019-06-18 22:15:11-- http://apache.01link.hk/kafka/2.0.0/kafka_2.11-2.0.0.tgzResolving apache.01link.hk ...

Git - fatal: refusing to merge unrelated histories

将本地代码提交到远程gitHub步骤:在gitHub上创建仓库1. 现在本地初始化echo "# spring" >> README.mdgit initgit add README.md2. 本地提交git commit -m "first commit"3. 添加远程gitgit remote add origin https://github....

GIT创建新建分支并提交到远程仓库

1.建立本地仓库查看当前项目根目录中有没有 .git文件(隐藏文件),如果没有,右键->Git bash here ,然后输入命令git init建立本地仓库git init2.将代码提交到本地仓库git add .git commit -m "new branch commit"3.在本地仓库中建立一个与远程仓库的别名,以便之后提交代码而不是每次都要输入远程仓库地...

Maven导入org.apache.commons.codec或commons-codec.jar包

背景:项目中需要使用Base64, 进行加密,发现jdk中的Base64无encodeBase64和encodeBase64String,于是发现apache的commons-codec.jar包,下面是maven/gradle导入该包的官网连接。官网连接https://mvnrepository.com/artifact/org.apache.directory.studio/org.apach

到底了