新电脑常用软件安装

新电脑常用软件安装

1、qq,微信,浏览器chrome,notepad++,RAR,百度网盘, WinSCP, Visual Studio

代码编辑工具:
Visual Studio Code : https://code.visualstudio.com/

下载并安装MobaXterm工具
下载地址:https://en.softonic.com/download/moba/windows/post-download

下载并安装RaiDrive工具
下载地址:https://forspeed.rbread05.cn/down/newdown/5/28/RaiDrive.rar

下载并安装虚拟机VMware Workstation
下载地址:https://www.vmware.com/products/workstation-player/workstation-player-evaluation.html

2、source insight,flashfxp,beyond compare,Typora,(串口工具)docklight、IPOP、PuTTY或其他超级终端(选其一)

拷贝安装包安装

3、SecureCRT(串口工具),Sublime_text,ubuntu

直接拷贝文件夹

4、git:安装指南:https://blog.csdn.net/qq_32786873/article/details/80570783

官网地址:https://git-scm.com/downloads 下载安装 翻墙更快

5、github

windows安装:

访问github网站,www.github.com,下载github desktop:GitHubDesktopSetup.exe,

6、github 秘钥更新

windows生成秘钥:ssh-keygen -t rsa -C xiangzi10@163.com -b 4096

将老电脑的秘钥拷贝到新电脑里,目录是:C:/用户/你的用户名/.ssh

7、安装gitbook
GitBook是基于Nodejs,使用Git/Github和Markdown制作电子书的命令行工具。
1、安装Nodejs
  首先,安装Nodejs,官网地址:https://nodejs.org/en/  选择稳定版本node-v12.16.1-x64,不然会失败
  安装完成后输入命令node -v检测是否安装成功
  会顺带安装Chotolatey python visaulstudio
2、安装全局Gitbook
  在Nodejs安装目录下打开命令控制台,输入npm install gitbook-cli -g
  由于安装默认采用国外镜像,所以需要等待一段时间。也可以使用国内镜像
  在当前用户目录下有一个.cnpmrc文件,加入以下配置信息:
    registry=http://registry.npm.taobao.org
3、初始化
  在任意文件夹下执行命令gitbook init,最终会生成README.md、SUMMARY.md两个文件。主要目录需要在SUMMARY.md文件中配置。
4、构建
  执行命令gitbook build,会生成_book文件夹
5、启动
  执行命令gitbook serve(也会执行构建工作),然后可以通过浏览器输入http://localhost:4000访问电子书目录
  
 TypeError: cb.apply is not a function
 版本不对,重新下载稳定版本node-v12.16.1-x64
 根据目录自动生成summary
 gitbook-plugin-summary
Gitbook plugin to auto-generate SUMMARY.md

Introduction
This plugin was created out of the frustration of not having a way to auto-generate a SUMMARY.md file, out of a basic tree structure. The outcome is that you install this plugin and it just works, on top of your current book.json file. No custom configurations required.

Installation
First you need to install the package using

$ npm i gitbook-plugin-summary --save
afterwards, you need to add to your book.json the plugin, like this

{
  "plugins": [
    "summary"
  ]
}
and finally run the command

$ gitbook serve
8、安装SSR

github上下载安装,输入账号

9、安装VMWare

先安装VMWare,再导入ubuntu

10、安装AndroidStudio

下载最新版本安装:https://developer.android.google.cn/studio

安装在默认目录,SDK则选择指定目录,导入以前的projects

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

flyinng

你的鼓励是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值