首页 > 技术文章 > 工作环境的搭建

huanyi0723 2017-04-12 21:43 原文

一 JDK安装
1 安装包安装 jdk-8u121-windows-x64.exe
2 环境变量配置

3 验证是否安装成功

二 Android Studio安装

1 安装包安装  android-studio-bundle-162.3871768-windows.exe

SDK安装目录 C:\Users\huanyi\AppData\Local\Android\sdk

2 Gradle 3.3的问题

Gradle 3.3安装包路径 C:\Users\huanyi\.gradle\wrapper\dists\gradle-3.3-all\55gk2rcmfc6p2dg9u9ohc3hw9

gradle-wrapper.properties配置

#Wed Apr 12 21:53:59 CST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

显示配置

设置字体大小 File---Settings---Editor---Colors&Fonts---Font

  点击SaveAs输入myset 设置size14

显示行号 File---Settings---Editor---Appearance

  勾上 Show line numbers

设置绿色背景色 File---Settings---Editor---Colors&Fonts---General---Text---Default text

  勾选旁边的Background 填写颜色#BEEDBE

三 Git安装

1 安装包安装 Git-2.12.2.2-64-bit.exe

2 环境变量配置

3 验证安装成功

四 项目导入

1 git clone

2 FQ 下载各种依赖包

3 keystore.props.file

放入相应文件夹下并写好配置

## This file is automatically generated by Android Studio.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Tue Apr 11 14:17:36 CST 2017
sdk.dir=C\:\\Users\\huanyi\\AppData\\Local\\Android\\Sdk
keystore.props.file=keystore.props.file

五  RTX安装

1 安装包安装 rtxclient2015formal.exe

2 服务器设置

六 WPS2012安装

1 安装包安装 WPS2012.12012.1812206606.exe

2 去掉升级

七 常用URL
OA地址 http://oa.corp.vipshop.com
网页版邮箱:https://mail.corp.vipshop.com
wiki地址 http://wiki.corp.vipshop.com/
wiki目录地址 http://wiki.corp.vipshop.com/pages/viewpage.action?pageId=193825329
bugzilla地址 https://bugzilla.tools.vipshop.com/bugzilla/

http://gitlab.tools.vipshop.com/users/sign_in

八 常用软件
1 QQ https://im.qq.com/download/
2 迅雷 http://www.xunlei.com/
3 UC浏览器 http://pc.uc.cn/
4 视频播放器potplayer http://potplayer.daum.net/?lang=zh_CN
5 阿里旺旺 https://alimarket.taobao.com/markets/qnww/portal-group/ww/index
6 鲁大师 http://www.ludashi.com/
7 天行vpn www.tianxing1.com
8 Adobe Acrobat Reader DC https://acrobat.adobe.com/cn/zh-Hans/products/pdf-reader.html

EditPlus安装

下载地址 https://www.editplus.com/

注册码 User:GNU Serial:918A8-20DD8-44ZA1-B0W4A-13T66

 

相关下载

Gradle不同版本下载

https://gradle.org/releases/

Git下载

https://git-for-windows.github.io/

推荐阅读