码迷,mamicode.com
首页 >  
搜索关键字:quickstart    ( 400个结果
【小程序】mpvue框架
前置开发环境 node.js,vue-cli,微信开发者工具 创建项目 vue init mpvue/mpvue-quickstart firstapp 进入目录npm install安装依赖后npm run dev,再打开微信开发者工具导入 文件目录结构 1)build目录 build目录下是一些 ...
分类:微信   时间:2019-12-30 14:45:43    阅读次数:110
【微信小程序】申请账号(一)
开发小程序的第一步,你需要拥有一个小程序帐号,通过这个帐号你就可以管理你的小程序。 根据 https://developers.weixin.qq.com/miniprogram/dev/framework/quickstart/ 中申请账号的流程进行申请。 1. 在 小程序注册页 填写邮箱、密码等 ...
分类:微信   时间:2019-12-27 09:29:23    阅读次数:96
kafka 相关命令 偏移重置
kafka官方文档 https://kafka.apache.org/documentation.html quickstart kafka 安装文档 https://www.jianshu.com/p/c74e0ec577b0 相关命令: kafka 启动:kafka官方文档 https://ka ...
分类:其他好文   时间:2019-12-10 14:55:32    阅读次数:372
HBase(一) —— 基本概念及使用
一、安装&启动 下载 https://hbase.apache.org/downloads.html 快速开始文档 https://hbase.apache.org/book.html quickstart 启动 基本操作 进入控制台 报错 list 显示数据库表 Describe 表名 Scan ...
分类:其他好文   时间:2019-12-09 11:47:22    阅读次数:116
【SpringBoot-01】HelloWorld
尚硅谷springboot教程P1~P5 一、SpringBoot优点: 二、HelloWorld Demo构建 1)新建Maven工程(略过) 2)增加Maven依赖(参考spring官网中springboot的quickstart) 3)通过@SpringBootApplication声明spr ...
分类:编程语言   时间:2019-12-04 01:02:39    阅读次数:97
使用python-docx处理word.docx文件(2)
机器翻译自https://python-docx.readthedocs.io/en/latest/user/quickstart.html ...
分类:编程语言   时间:2019-11-23 21:55:22    阅读次数:78
使用python-docx处理word.docx文件(1)
机器翻译自https://python-docx.readthedocs.io/en/latest/user/quickstart.html ...
分类:编程语言   时间:2019-11-23 21:40:42    阅读次数:97
windows 安装 docker
一、下载docker "docker 下载" 二、安装 2.1 双击下载 程序 2.2 next 2.3 next 2.4 next 2.5 install 三、打开vbox 四、运行 Docker Quickstart Terminal 4.1 这个过程会下载 boot2docker.iso, 并 ...
分类:Windows程序   时间:2019-11-23 14:33:09    阅读次数:196
接口自动化框架搭建(一)
使用requests库封装接口请求 详细教程请查看官方文档:https://requests.kennethreitz.org//zh_CN/latest/user/quickstart.html#url 入门教程:https://www.cnblogs.com/huaerye/p/9132607. ...
分类:其他好文   时间:2019-11-15 20:12:30    阅读次数:80
Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quick
很久用eclipse了,创建maven的quickstart项目时出现错误“Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quick……” emmm,网上看到的方法是下载一个maven-archetyp ...
分类:Web程序   时间:2019-11-03 12:49:40    阅读次数:96
400条   上一页 1 ... 4 5 6 7 8 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!