码迷,mamicode.com
首页 >  
搜索关键字:github commit push pull add    ( 90927个结果
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
vue(31)vue中CompositionAPI组合API的使用
前面介绍的vue的组件书写中,必须要在data,methons,或者computed等模块中写上对应的内容,vue3提供了一种更加自由的写法,不用非得定义这些各个模块并只能将需要的内容写入固定的模块中,这种写法叫组合API。 如下Home.vue: <template> <div class="ho ...
分类:Windows程序   时间:2021-07-05 18:02:28    阅读次数:0
数据可视化基础专题(47):NUMPY基础(12)numpy 函数 (一)字符串函数
以下函数用于对 dtype 为 numpy.string_ 或 numpy.unicode_ 的数组执行向量化字符串操作。 它们基于 Python 内置库中的标准字符串函数。 这些函数在字符数组类(numpy.char)中定义。 函数描述 add() 对两个数组的逐个字符串元素进行连接 multip ...
分类:其他好文   时间:2021-07-05 17:49:28    阅读次数: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
事务的隐式提交
当使用start transaction或begin语句开启一个事务,或者将系统变量auto commit设置为off时,事务不会自动提交,但是如果当输入某些语句会隐式的被提交掉,就像输入了commit语句一样,这种因为某些特殊的语句而导致事务提交的情况叫做隐式提交,会导致事务隐式提交语句包括: ( ...
分类:其他好文   时间:2021-07-05 17:25:11    阅读次数: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
90927条   上一页 1 ... 4 5 6 7 8 ... 9093 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!