码迷,mamicode.com
首页 >  
搜索关键字:github    ( 38406个结果
6. Github Pages 搭建网站
4. Github Pages 搭建网站 个人站点 访问 https://用户名.github.io 搭建步骤 1) 创建个人站点 -> 新建仓库(注:仓库名必须是【用户名.github.io】) 2) 在仓库下新建index.html的文件即可 脚下留心 1、github pages 仅支持静态网 ...
分类:Web程序   时间:2021-07-05 19:00:18    阅读次数:0
Vue全家桶介绍
第一,vue 官网:https://vuejs.org,它是我们vue的基础语法,最开始学习就需要从它开始。 第二,vue-router 官网:https://router.vuejs.org/zh/,vue中路由的实现需要借助于它。 第三,axios github地址:https://github ...
分类:其他好文   时间:2021-07-05 18:05:12    阅读次数:0
Windows系统 安装git + 生成SSH key
最近想整一个小的开源项目,因此需要使用GitHub来存放代码。为了方便GitHub和本地之间进行代码的上传和下载,需要设置SSH key。 本文章主要包括 安装git 和生成 SSH key 并在GitHub上设置 SSH key。 前提:已经有GitHub账号。 安装 git 1. git 下载 ...
分类:Windows程序   时间:2021-07-05 17:45:19    阅读次数:0
安装Vue脚手架出现的一些问题
Vue脚手架安装失败 参考链接 https://www.cnblogs.com/LiQingXin/p/14221850.html 进行vue init webpack vue01 命令行失败 可能原因是github访问不了,请求超时 试着去ping github网站发现可以ping通,就是延迟有点 ...
分类:其他好文   时间:2021-07-05 17:26:12    阅读次数:0
bugbounty
1 AngularJS xss payload https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/XSS%20Injection/XSS%20in%20Angular.md 2 CVE-2020-11110 Vulnera ...
分类:其他好文   时间:2021-07-05 17:22:35    阅读次数:0
Bilibili 爬取历史弹幕
查询历史弹幕 https://api.bilibili.com/x/v2/dm/history 时返回的是 ProtoBuf 格式的数据,需要用 protoc 和 google.protobuf 解析。 流程 首次使用,需要下载安装。https://github.com/protocolbuffer ...
分类:其他好文   时间:2021-07-05 17:06:05    阅读次数:0
github如何配置ssh
1.问题: Warning: Permanently added 'github.com' (RSA) to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read f ...
分类:其他好文   时间:2021-07-05 16:56:22    阅读次数:0
windows下QEMU安装树莓派
1、去树莓派官网下载镜像 https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit 2、去github上下载 https://github.com/dhruvvyas90/qemu-rpi-kerne ...
分类:Windows程序   时间:2021-07-05 16:43:23    阅读次数:0
IDEA使用github账号登陆出错
报错信息: invalid authentication data.404 null : Not Found 解决方法: 通过token方法登录 获取一个新的token 起名并赋予相应权限 点击生成 复制生成的token到IDEA PS:注意生成的token只能查看一次,一定要注意保存 ...
分类:其他好文   时间:2021-07-02 16:38:52    阅读次数:0
connect to github.com port 443: Timed out
查了别人解决方法,最终自己的解决方法如下,http和https都不要配置代理,主要是下面那句,因为git就是https的 git config --global --unset http.proxy git config --global --unset https.proxy 分别执行了下面的两句 ...
分类:其他好文   时间:2021-07-02 16:13:13    阅读次数:0
38406条   上一页 1 2 3 4 5 ... 3841 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!