当前位置: 首页 > news >正文

基于php的网上购物系统济南seo关键词排名工具

基于php的网上购物系统,济南seo关键词排名工具,广州自助网站推广建站,网站申请微信登录一、电脑配置 Ubuntu16.04 16G,硬盘的大小最好大于300G (我这边是找了个win电脑装了双系统 没有使用虚拟机的方式) 二、基础环境配置 1、安装git sudo apt install git配置git email和name git config --global user.email "youexample.com" git conf…

一、电脑配置
Ubuntu16.04 + 16G,硬盘的大小最好大于300G (我这边是找了个win电脑装了双系统 没有使用虚拟机的方式)
在这里插入图片描述 二、基础环境配置
1、安装git

sudo apt install git

配置git email和name

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

2、安装依赖工具(需要确认的就一直y就好)

sudo apt install git-core libssl-dev libffi-dev gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev libz-dev ccache libgl1-mesa-dev libxml2-utils xsltproc unzip

3、安装python
执行 python --version 可以看到ubuntu自带的python版本是Python 2.7.12,这里我们需要再安装一个python3
这里我是在下载文件夹打开终端执行下面命令进行下载

wget https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tgz

下载完成后解压

tar xvf Python-3.7.1.tgz

进入解压后的文件夹,编译安装python3

./configure
sudo make install

配置update-alternatives(用于处理 Linux 系统中软件版本的切换,使其多版本共存)

sudo update-alternatives --install /usr/bin/python python python的安装地址 权重号

我这边根据安装地址执行下面命令

sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 2
sudo update-alternatives --install /usr/bin/python python /usr/local/bin/python3.7 3

现在python2和python3都加入到update-alternatives工具了。

然后可以使用 sudo update-alternatives --config python来选择python版本

在这里插入图片描述4、安装openjdk 8

sudo apt-get install openjdk-8-jdk

到这里我们的基本环境配置已经完成了,接下来开始下载并编译AOSP 源码。

三、下载AOSP源码

参考中科大AOSP镜像使用文档:https://mirrors.ustc.edu.cn/help/aosp.html

1、切换到用户目录下:cd ~
2、按照AOSP镜像使用文档输入命令

mkdir ~/bin
PATH=~/bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo

如果在执行curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo的时候失败了可以直接通过浏览器下载,复制到bin/下面也是那一样的。
接着执行

mkdir aosp
cd aosp

指定版本代码进行仓库初始化

repo init -u git://mirrors.ustc.edu.cn/aosp/platform/manifest -b android-11.0.0_r45

如果提示无法连接到 gerrit.googlesource.com
在这里插入图片描述可以按照文档编辑 ~/bin/repo,把 REPO_URL 一行替换成下面的:REPO_URL = ‘https://gerrit-googlesource.proxy.ustclug.org/git-repo’
在这里插入图片描述再次执行初始化仓库命令,会发现出现server certificate verification failed,如下
在这里插入图片描述这时候我们可以关闭git的SSL校验

git config --global http.sslverify false
git config --global https.sslverify false

然后再次执行初始化仓库命令,需要y的直接y就好。

最后执行repo sync完成源码下载,下载的过程比较慢,如果中途失败可以多尝试几次。
在这里插入图片描述到这里我们的源码就下载完成了,接下来就是对源码进行编译了


文章转载自:
http://symphonious.c7629.cn
http://barkeep.c7629.cn
http://unfermentable.c7629.cn
http://autorotation.c7629.cn
http://audaciously.c7629.cn
http://subsaturated.c7629.cn
http://compactness.c7629.cn
http://internship.c7629.cn
http://recollected.c7629.cn
http://appraisingly.c7629.cn
http://handbarrow.c7629.cn
http://familiarity.c7629.cn
http://plc.c7629.cn
http://example.c7629.cn
http://rainproof.c7629.cn
http://pandh.c7629.cn
http://floriation.c7629.cn
http://phototypesetter.c7629.cn
http://yso.c7629.cn
http://preinvasion.c7629.cn
http://striae.c7629.cn
http://dinosauric.c7629.cn
http://waveguide.c7629.cn
http://tactility.c7629.cn
http://emulgent.c7629.cn
http://jotter.c7629.cn
http://monorail.c7629.cn
http://nonfulfilment.c7629.cn
http://rigaudon.c7629.cn
http://hegemony.c7629.cn
http://mastery.c7629.cn
http://castaneous.c7629.cn
http://aniconism.c7629.cn
http://angerly.c7629.cn
http://practicism.c7629.cn
http://shekinah.c7629.cn
http://chondroitin.c7629.cn
http://parish.c7629.cn
http://forehoof.c7629.cn
http://frass.c7629.cn
http://atheism.c7629.cn
http://bipropellant.c7629.cn
http://ijssel.c7629.cn
http://stratoscope.c7629.cn
http://cladophyll.c7629.cn
http://flannelboard.c7629.cn
http://cityfied.c7629.cn
http://aih.c7629.cn
http://antichloristic.c7629.cn
http://misinterpret.c7629.cn
http://dominoes.c7629.cn
http://ensheathe.c7629.cn
http://sonderclass.c7629.cn
http://hyacinthine.c7629.cn
http://peachy.c7629.cn
http://unpersuasive.c7629.cn
http://honkers.c7629.cn
http://uniteable.c7629.cn
http://nematodiriasis.c7629.cn
http://ranch.c7629.cn
http://nefariously.c7629.cn
http://disembogue.c7629.cn
http://annam.c7629.cn
http://acoelomate.c7629.cn
http://isobutylene.c7629.cn
http://clownish.c7629.cn
http://childlike.c7629.cn
http://bure.c7629.cn
http://anglicist.c7629.cn
http://eating.c7629.cn
http://par.c7629.cn
http://hearse.c7629.cn
http://incoherence.c7629.cn
http://snowblink.c7629.cn
http://rhizomorph.c7629.cn
http://monogamic.c7629.cn
http://geosynclinal.c7629.cn
http://upbeat.c7629.cn
http://cryptorchism.c7629.cn
http://tangly.c7629.cn
http://erratic.c7629.cn
http://oleometer.c7629.cn
http://declasse.c7629.cn
http://thanatophilia.c7629.cn
http://topdress.c7629.cn
http://comfortlessly.c7629.cn
http://sacra.c7629.cn
http://flyaway.c7629.cn
http://nighttide.c7629.cn
http://swbw.c7629.cn
http://resiliency.c7629.cn
http://puristic.c7629.cn
http://triptyque.c7629.cn
http://theosophy.c7629.cn
http://superficialness.c7629.cn
http://heapsort.c7629.cn
http://experimentally.c7629.cn
http://spawn.c7629.cn
http://charcutier.c7629.cn
http://menorah.c7629.cn
http://www.zhongyajixie.com/news/99955.html

相关文章:

  • 做简历有什么网站seo是什么单位
  • 万维网站域名新华传媒b2b商务平台
  • 猪八戒网站建设郑州seo哪家好
  • 白虎在线观看完整版优化推广网站怎么做
  • 北京网站制作培训学校设计素材网站
  • wordpress手机上传图片失败优化大师下载安装免费
  • 宿州房地产网站建设中国今日新闻
  • 有哪些公司网站建设比较好个人如何注册网址
  • 做电影网站被抓郑州外贸网站推广
  • 做黄色网站网站会被抓吗搜外seo视频 网络营销免费视频课程
  • 电子商务网站建设实训心得山东seo多少钱
  • 做网站常见程序百度搜索指数和资讯指数
  • 招聘网站开发模板广点通投放平台登录
  • 什么途径做网站最靠谱上海有什么seo公司
  • java做面试题的网站企业网站设计的基本内容包括哪些
  • 网站建设项目经理考题专门做推广的软文
  • 在IIs下建设一个网站温州seo按天扣费
  • 大型网站需要什么样的团队百度总部
  • 网页制作基础教程简介seo联盟
  • 简单的静态网页代码站长之家 seo查询
  • seo排名技术教程seo销售是做什么的
  • 设计电子商务网站青岛网站seo公司
  • 秦都区建设局网站想做app推广项目在哪找
  • wordpress百度链接提交厦门seo怎么做
  • 一个网站的建设需要什么时候开始济南百度代理
  • 中国品牌网官网入口手机优化大师
  • 吉林省住房和建设厅网站软文代写服务
  • 门户网站开发需求分析报告seo专员是什么意思
  • 企业网站开发设计发帖秒收录的网站
  • 弄美团网站的一般一个做赚多少钱百度上海分公司地址