上传文件的时候出现了The requested URL returned error: 403这个错误 问题描述: 电脑已经注册过一个 github 帐号,一直在本机使用,配置过 SSH。 新建另一个 github 帐号,本地建立好项目之后,使用命令:$ git push -u origin mas ...
分类:
Web程序 时间:
2019-12-18 21:53:18
阅读次数:
129
1、新建maven工程,pom配置maven jar包 <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> <version>1.2.4</version> </dependency ...
分类:
其他好文 时间:
2019-12-15 12:57:16
阅读次数:
97
在学习vue时,在VSCODE中使用npm install,结果报错: 找了下原因,是因为PowerShell执行策略的问题。 解决方法: 1.以管理员身份运行vscode 2.在终端中输入下面语句 get-ExecutionPolicy; 会显示如下,其表示的状态是禁止: 3.然后执行下面语句 s ...
分类:
其他好文 时间:
2019-12-14 17:35:39
阅读次数:
464
Love them or hate them, annual performance reviews can shape how workers set themselves up for success in the coming year. However, many people are of ...
分类:
其他好文 时间:
2019-12-13 09:12:37
阅读次数:
78
public static void PtrMoveSize(ref IntPtr pData, int nLength) { if (IntPtr.Size == sizeof(Int64)) pData = new IntPtr(pData.ToInt64() + nLength); else ...
分类:
其他好文 时间:
2019-12-11 15:55:00
阅读次数:
95
/bin/false是禁止登陆 修改一下HBASE用户的权限解决问题 usermod -s /bin/bash hbase ...
分类:
其他好文 时间:
2019-12-08 01:03:22
阅读次数:
101
一、下载MongoDB (以3.6.15版本为例) 下载地址:https://www.mongodb.com/download-center/community 二、安装 安装过程中,你可以通过点击 "Custom(自定义)" 按钮来设置你的安装目录。 这时我将安装目录改为了D:\MongoDB 下 ...
分类:
数据库 时间:
2019-12-05 19:16:43
阅读次数:
125
前言 本文的文字及图片来源于网络,仅供学习、交流使用,不具有任何商业用途,版权归原作者所有,如有问题请及时联系我们以作处理。 作者: 机器学习与统计学 PS:如有需要Python学习资料的小伙伴可以加点击下方链接自行获取 http://note.youdao.com/noteshare?id=305 ...
分类:
编程语言 时间:
2019-12-05 16:06:44
阅读次数:
113
使用opencv读取图片,在图片上绘制线条、矩形、圆、多边形和添加文字 1、画线 #!/usr/bin/python3 # -*- coding:utf-8 -*- import cv2 import numpy as np # 读取一张图片 img = cv2.imread('img.jpg',c ...
分类:
其他好文 时间:
2019-11-30 20:54:40
阅读次数:
211
Win10 remote control Ubuntu18 <->Ubuntu remote control Win10 ...