LNMP 一键脚本 SSL 续期问题-程序员宅基地

技术标签: python  运维  测试  

Had a problem while installing Python package

 

...
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
augeas-lenses is already the newest version.
ca-certificates is already the newest version.
dialog is already the newest version.
gcc is already the newest version.
libaugeas0 is already the newest version.
libffi-dev is already the newest version.
libssl-dev is already the newest version.
python is already the newest version.
python-dev is already the newest version.
python-virtualenv is already the newest version.
virtualenv is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Checking for new version...
Creating virtual environment...
Installing Python packages...
Had a problem while installing Python packages:
Collecting argparse==1.4.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 5))
  Downloading argparse-1.4.0-py2.py3-none-any.whl
Collecting pycparser==2.14 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 11))
  Downloading pycparser-2.14.tar.gz (223kB)
Collecting cffi==1.4.2 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 14))
  Downloading cffi-1.4.2.tar.gz (365kB)
Collecting ConfigArgParse==0.10.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 31))
  Downloading ConfigArgParse-0.10.0.tar.gz
Collecting configobj==5.0.6 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 33))
  Downloading configobj-5.0.6.tar.gz
Collecting cryptography==1.2.3 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 35))
  Downloading cryptography-1.2.3.tar.gz (373kB)
Collecting enum34==1.1.2 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 57))
  Downloading enum34-1.1.2.tar.gz (46kB)
Collecting funcsigs==0.4 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 60))
  Downloading funcsigs-0.4-py2.py3-none-any.whl
Collecting idna==2.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 63))
  Downloading idna-2.0-py2.py3-none-any.whl (61kB)
Collecting ipaddress==1.0.16 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 66))
  Downloading ipaddress-1.0.16-py27-none-any.whl
Collecting linecache2==1.0.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 69))
  Downloading linecache2-1.0.0-py2.py3-none-any.whl
Collecting ndg-httpsclient==0.4.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 72))
  Downloading ndg_httpsclient-0.4.0.tar.gz
Collecting ordereddict==1.1 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 74))
  Downloading ordereddict-1.1.tar.gz
Collecting parsedatetime==2.1 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 76))
  Downloading parsedatetime-2.1-py2-none-any.whl
Collecting pbr==1.8.1 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 79))
  Downloading pbr-1.8.1-py2.py3-none-any.whl (89kB)
Collecting psutil==3.3.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 82))
  Downloading psutil-3.3.0.tar.gz (261kB)
Collecting pyasn1==0.1.9 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 104))
  Downloading pyasn1-0.1.9-py2.py3-none-any.whl
Collecting pyOpenSSL==0.15.1 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 116))
  Downloading pyOpenSSL-0.15.1-py2.py3-none-any.whl (102kB)
Collecting pyRFC3339==1.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 119))
  Downloading pyRFC3339-1.0-py2.py3-none-any.whl
Collecting python-augeas==0.5.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 122))
  Downloading python-augeas-0.5.0.tar.gz (90kB)
Collecting python2-pythondialog==3.3.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 124))
  Downloading python2-pythondialog-3.3.0.tar.bz2 (1.8MB)
Collecting pytz==2015.7 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 127))
  Downloading pytz-2015.7-py2.py3-none-any.whl (476kB)
Collecting requests==2.9.1 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 141))
  Downloading requests-2.9.1-py2.py3-none-any.whl (501kB)
Collecting six==1.10.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 144))
  Downloading six-1.10.0-py2.py3-none-any.whl
Collecting traceback2==1.4.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 147))
  Downloading traceback2-1.4.0-py2.py3-none-any.whl
Collecting unittest2==1.1.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 150))
  Downloading unittest2-1.1.0-py2.py3-none-any.whl (96kB)
Collecting zope.component==4.2.2 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 153))
  Downloading zope.component-4.2.2.tar.gz (546kB)
Collecting zope.event==4.1.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 155))
  Downloading zope.event-4.1.0.tar.gz (476kB)
Collecting zope.interface==4.1.3 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 157))
  Downloading zope.interface-4.1.3.tar.gz (141kB)
Collecting mock==1.0.1 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 175))
  Downloading mock-1.0.1.tar.gz (818kB)
Collecting acme==0.5.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 181))
  Downloading acme-0.5.0-py2.py3-none-any.whl (91kB)
Collecting letsencrypt==0.5.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 184))
  Downloading letsencrypt-0.5.0-py2-none-any.whl (208kB)
Collecting letsencrypt-apache==0.5.0 (from -r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 187))
  Downloading letsencrypt_apache-0.5.0-py2-none-any.whl (100kB)
Requirement already satisfied (use --upgrade to upgrade): setuptools>=1.0 in /home/sebastian/.local/share/letsencrypt/lib/python2.7/site-packages (from cryptography==1.2.3->-r /tmp/tmp.ztemUjrFMS/letsencrypt-auto-requirements.txt (line 35))
Installing collected packages: argparse, pycparser, cffi, ConfigArgParse, six, configobj, idna, pyasn1, enum34, ipaddress, cryptography, funcsigs, linecache2, pyOpenSSL, ndg-httpsclient, ordereddict, parsedatetime, pbr, psutil, pytz, pyRFC3339, python-augeas, python2-pythondialog, requests, traceback2, unittest2, zope.interface, zope.event, zope.component, mock, acme, letsencrypt, letsencrypt-apache
  Found existing installation: argparse 1.2.1
    Not uninstalling argparse at /usr/lib/python2.7, outside environment /home/sebastian/.local/share/letsencrypt
  Running setup.py install for pycparser: started
    Running setup.py install for pycparser: finished with status 'done'
  Running setup.py install for cffi: started
    Running setup.py install for cffi: finished with status 'done'
  Running setup.py install for ConfigArgParse: started
    Running setup.py install for ConfigArgParse: finished with status 'done'
  Running setup.py install for configobj: started
    Running setup.py install for configobj: finished with status 'done'
  Running setup.py install for enum34: started
    Running setup.py install for enum34: finished with status 'done'
  Running setup.py install for cryptography: started
    Running setup.py install for cryptography: still running...
    Running setup.py install for cryptography: finished with status 'done'
  Running setup.py install for ndg-httpsclient: started
    Running setup.py install for ndg-httpsclient: finished with status 'done'
  Running setup.py install for ordereddict: started
    Running setup.py install for ordereddict: finished with status 'done'
  Running setup.py install for psutil: started
    Running setup.py install for psutil: finished with status 'error'
    Complete output from command /home/sebastian/.local/share/letsencrypt/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-PU8zkR/psutil/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('
', '
'), __file__, 'exec'))" install --record /tmp/pip-ulwIP3-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/sebastian/.local/share/letsencrypt/include/site/python2.7/psutil:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-armv7l-2.7
    creating build/lib.linux-armv7l-2.7/psutil
    copying psutil/_pswindows.py -> build/lib.linux-armv7l-2.7/psutil
    copying psutil/_common.py -> build/lib.linux-armv7l-2.7/psutil
    copying psutil/__init__.py -> build/lib.linux-armv7l-2.7/psutil
    copying psutil/_pslinux.py -> build/lib.linux-armv7l-2.7/psutil
    copying psutil/_psposix.py -> build/lib.linux-armv7l-2.7/psutil
    copying psutil/_psbsd.py -> build/lib.linux-armv7l-2.7/psutil
    copying psutil/_psosx.py -> build/lib.linux-armv7l-2.7/psutil
    copying psutil/_compat.py -> build/lib.linux-armv7l-2.7/psutil
    copying psutil/_pssunos.py -> build/lib.linux-armv7l-2.7/psutil
    running build_ext
    building 'psutil._psutil_linux' extension
    creating build/temp.linux-armv7l-2.7
    creating build/temp.linux-armv7l-2.7/psutil
    arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DPSUTIL_VERSION=330 -I/usr/include/python2.7 -c psutil/_psutil_linux.c -o build/temp.linux-armv7l-2.7/psutil/_psutil_linux.o
    In file included from psutil/_psutil_linux.c:24:0:
    /usr/include/linux/sockios.h:1:1: error: expected identifier or ‘(’ before ‘/’ token
     /
     ^
    /usr/include/linux/sockios.h:4:2: error: stray ‘�’ in program
      *  oxe�ating system.  INET is imp,emented using the  BSD Socket
      ^
    /usr/include/linux/sockios.h:5:2: error: stray ‘�’ in program
      *  inuer&�ce as the means mf cnmmUnication with2the$uceR levdl.
      ^
    /usr/include/linux/sockios.h:7:2: error: stray ‘�’ in program
      *) Definhtiofc of The sogket-leV�h I/O cmntroL caLlw.
      ^
    /usr/include/linux/sockios.h:8:1: error: stray ‘�’ in program
     �*
     ^
    /usr/include/linux/sockios.h:9:2: error: stray ‘`’ in program
      *`Ver�ion: @,#)sockios.h 1.0.2 07/09/93
      ^
    /usr/include/linux/sockios.h:9:2: error: stray ‘�’ in program
    /usr/include/linux/sockios.h:9:13: error: stray ‘@’ in program
      *`Ver�ion: @,#)sockios.h 1.0.2 07/09/93
                 ^
    /usr/include/linux/sockios.h:9:15: error: stray ‘#’ in program
      *`Ver�ion: @,#)sockios.h 1.0.2 07/09/93
                   ^
    /usr/include/linux/sockios.h:9:27: error: too many decimal points in number
      *`Ver�ion: @,#)sockios.h 1.0.2 07/09/93
                               ^
    /usr/include/linux/sockios.h:9:36: error: invalid digit "9" in octal constant
      *`Ver�ion: @,#)sockios.h 1.0.2 07/09/93
                                        ^
    /usr/include/linux/sockios.h:10:1: error: stray ‘�’ in program
     $** * Auth�rs; Ross Biro
     ^
    /usr/include/linux/sockios.h:10:16: error: unknown type name ‘Ross’
     $** * Auth�rs; Ross Biro
                    ^
    /usr/include/linux/sockios.h:11:2: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
      *  Bred N. van Kempen,$<wa
                                [email protected]>
      ^
    /usr/include/linux/sockios.h:11:32: error: stray ‘@’ in program
      *  Bred N. van Kempen,$<wa
                                [email protected]>
                                    ^
    /usr/include/linux/sockios.h:12:2: error: stray ‘�’ in program
      +�
      ^
    /usr/include/linux/sockios.h:13:2: error: stray ’ in program
     This�program")s$free software; you cen redistsibu4e it andor
      ^
    /usr/include/linux/sockios.h:13:2: error: stray ‘�’ in program
    /usr/include/linux/sockios.h:13:2: error: missing terminating " character
    /usr/include/linux/sockios.h:14:1: error: missing terminating " character
     "*  moDify i� }nde� the terms of dhe GNU0Ggneral Public L9gunse
     ^
    /usr/include/linux/sockios.h:15:2: error: stray ‘�’ in program
    as$pujlish%d by the Free Softvare Foundation; either Version
      ^
    /usr/include/linux/sockios.h:16:47: error: unknown type name ‘either’
     !*  6 of tle`License, or (at 9mur nptiOn)$any later`version.
                                                   ^
    /usr/include/linux/sockios.h:17:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘!’ token
      *
     ^
    /usr/include/linux/sockios.h:17:1: error: stray ‘`’ in program
    /usr/include/linux/sockios.h:17:30: error: invalid suffix "mur" on integer constant
      *
                                  ^
    /usr/include/linux/sockios.h:17:1: error: stray ‘`’ in program
      *
     ^
    /usr/include/linux/sockios.h:18:2: error: stray ‘’ in program
     'iffdff �LINUX_Q�KIOS_H
      ^
    /usr/include/linux/sockios.h:19:1: error: missing terminating ' character
     #dufyne _LINUZ_SOCOIOS_H
     ^
    /usr/include/linux/sockios.h:20:2: error: invalid preprocessing directive #dufyne

      ^
    /usr/include/linux/sockios.h:22:2: error: invalid preprocessing directive #inclu
     J/
      ^
    /usr/include/linux/sockios.h:24:2: error: stray ‘�’ in program
     #define$SIOCINQ  FIONSEAD
      ^
    /usr/include/linux/sockios.h:25:2: error: invalid preprocessing directive #define$SIOCINQ
     #def)ne SIO�OUTQ T�OCOUTQ        /* gu�p�t!qugue siXe (not sent + not acked) */
      ^
    /usr/include/linux/sockios.h:26:2: error: invalid preprocessing directive #def

      ^
    /usr/include/linux/sockios.h:29:2: error: invalid preprocessing directive #t
     #define SIO�DELRT 0x890C  /* delEte routing tabde entry
      ^
    /usr/include/linux/sockios.h:151:2: error: #endif without #if
    In file included from /usr/include/linux/if.h:23:0,
                     from psutil/_psutil_linux.c:25:
    /usr/include/linux/socket.h:14:2: error: unknown type name ‘__kernel_sa_family_t’
      __kernel_sa_family_t ss_family;  /* address family */
      ^
    error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1

    ----------------------------------------
Command "/home/sebastian/.local/share/letsencrypt/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-PU8zkR/psutil/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('
', '
'), __file__, 'exec'))" install --record /tmp/pip-ulwIP3-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/sebastian/.local/share/letsencrypt/include/site/python2.7/psutil" failed with error code 1 in /tmp/pip-build-PU8zkR/psutil
You are using pip version 8.0.3, however version 8.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

 

只要修改了 PIP 的源就可以了 

vim ~/.pip/pip.conf

[global]
index-url = http://mirrors.aliyun.com/pypi/simple/

[install]
trusted-host=mirrors.aliyun.com

 

转载于:https://my.oschina.net/u/3111345/blog/1617085

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/weixin_34396902/article/details/92375854

智能推荐

JSX的基本使用_jsx 在什么环境中运行-程序员宅基地

文章浏览阅读577次。简介JSX是JavaScript XML的简写,表示在JavaScript代码中写XML格式的代码优点:声明式语法更加直观、与HTML结构相同,降低了学习成本,提升开发效率。为什么脚手架中可以使用JSX语法?1.JSX不是标准的ECMAScript语法,它是ECMASeript的语法拓展。2.需要使用babel编译处理后,才能在浏览器环境中使用3.create-react-app 脚手架中已经默认有该配置使用步骤1.使用JSX语法创建react元素const title_jsx 在什么环境中运行

Spring中Bean的生命周期详解_spring bean加载过程(简述bean的生命周期)-程序员宅基地

文章浏览阅读135次。Spring中Bean的生命周期详解Spring最重要的功能就是帮助程序员创建对象(也就是IOC),而启动Spring就是为创建Bean对象做准备,所以我们先明白Spring到底是怎么去创建Bean的,也就是先弄明白Bean的生命周期。Bean的生命周期就是指:在Spring中,一个Bean是如何生成的,如何销毁的?..._spring bean加载过程(简述bean的生命周期)

ps新手秒变大师必备的Ps插件全在这!(mac版本)_delicious retouch 5 mac-程序员宅基地

文章浏览阅读3k次。作为设计师Photoshop可谓神器,不论你是何种设计师多多少少都会用到它。随着时代的发展,对效率越来越注重,ps虽功能强大,但不是大神级别的炉火纯青,用起来还是比较浪费时间的,这是设计公司永远不会说的秘密。 今天专为使用Mac的同学们带来的是10款必备常用ps扩展插件合集!美工修图必备!1.Delicious Retouch 5.0 (DR5)白金版Delicious Retouch5 白金版 for mac(PS磨皮插件DR5)立即下载Delicious Retouch5 白金版 for mac_delicious retouch 5 mac

如何将图像从 React Native 上传到 Laravel API_react native launchimagelibrary 如何上传图片-程序员宅基地

文章浏览阅读410次。聚优影视TV双播盒子,内置多个资源接口,开源TVBOX制作!如今,开发人员同时处理前端和后端项目是很常见的。根据最近的一项开发人员调查,React Native 是全球最流行的用于构建跨平台移动应用程序的框架之一。Laravel 是一个 PHP Web 框架,具有优雅的代码结构,开发人员可以使用它来创建 REST API。Laravel 目前有71k 的 GitHub 星数,证明了它在开发者社区中的受欢迎程度。_react native launchimagelibrary 如何上传图片

sql函数--05---SQL----coalesce函数详解_sql coalesce-程序员宅基地

文章浏览阅读1.8k次,点赞4次,收藏5次。提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档文章目录coalesce函数背景:语法:COALESCE ( expression,value1,value2……,valuen)流程:举例:应用 1 :进行空值处理查询学生成绩,如果查不到,则赋值为0应用 2 :进行默认处理返回人员的“重要日期”if( , ,)函数也可以coalesce函数背景:主流数据库系统都支持COALESCE()函数, MYSQL、MSSQLServer、DB2、Oracle:这个函数主要用来进行空值处_sql coalesce

vue项目中 实现复制功能_vue 复制dom元素-程序员宅基地

文章浏览阅读1.5k次。vue使用插件vue 可使用 vue-clipboard 插件npm i vue-clipboard2 -S 安装插件在main.js 中引入import VueClipboard from ‘vue-clipboard2’Vue.use(VueClipboard)<el-input v-model="input" size="mini" placeholder="请输入内容"></el-input><el-button type="text" icon="_vue 复制dom元素

随便推点

轻轻松松制作与众不同的黑白照片_黑白照片自动生成-程序员宅基地

文章浏览阅读279次。无论摄影技术如何发展,黑白照片都能保持它独特的吸引力,但如果你亲手试过把彩色照片直接调成黑白照片,那你想必会发现,转换后的效果好像就是差了一点。不用担心,今天小编给大家推荐三款好用的黑白照片处理软件,操作简单,功能实用,让你轻轻松松就制作与众不同的黑白照片,快跟着小编一起来看看吧~1.PhotosRevive for mac(黑白照着色工具)PhotosRevive for mac(黑白照着色工具)立即下载PhotosRevive for mac(黑白照着色工具)Mac哪款黑白照着色工具好用呢?_黑白照片自动生成

LeetCode刷题Python Day1 Q35:搜索插入位置-程序员宅基地

文章浏览阅读96次。题目如下:35. 搜索插入位置难度简单1029收藏分享切换为英文接收动态反馈给定一个排序数组和一个目标值,在数组中找到目标值,并返回其索引。如果目标值不存在于数组中,返回它将会被按顺序插入的位置。请必须使用时间复杂度为O(log n)的算法。示例 1:输入: nums = [1,3,5,6], target = 5输出: 2示例2:输入: nums = [1,3,5,6], target = 2输出: 1示例 3:输入: nums = [1,3...

oracle 存储过程 带游标作为OUT参数输出_oracle存储过程 行变量入参-程序员宅基地

文章浏览阅读9.2k次。包中带过程 要自己定义一个type [cur_name] is ref cursor游标,返回的时候就直接 procedure AAA(变量名 out [cur_name])如此申明OUT变量 存储过程 用系统默认的 sys_refcursor 游标类型 定义变量就OK了 Sql代码 --PL/SQL Code (包中带过程) 过程带游标的OUT参数,返回游标(ref curs_oracle存储过程 行变量入参

AES-NI指令集-程序员宅基地

文章浏览阅读1.6k次。对于intel的AES-NI新指令集,需要i5处理器及以上的相关硬件支持.在编译时,可能会出现/usr/lib/gcc/x86_64-linux-gnu/4.8/include/wmmintrin.h:34:3: error: #error "AES/PCLMUL instructions not enabled"很显然,可以通过查其头文件,定位到#if !defined (__AES..._aes-ni指令集的下载与使用

Bug基础-程序员宅基地

文章浏览阅读131次。1.缺陷报告的定义软件不正常的错误或者是代码行错误等均衡成为缺陷2.缺陷的种类:功能不正常软件在使用上感觉不方便软件的结构未做良好规划提供的功能不充分与软件操作者的互动不良使用性能不佳未做好错误处理边界错误计算错误使用一段时间所产生的错误控制流程的错误在大数据量压力下所产生的错误在不同硬件环境下产生的错误版本控制不良导致的错误软件文档的错误3.将缺陷按照严重程度划分系统崩溃,严重,一般,次要,建议4.解决bug的优先级高,中,低5.按照测试种类分:逻辑功能类性_bug基础

macOS高端使用技巧_mac指标高级运用?-程序员宅基地

文章浏览阅读185次。Macos 的占有量不如 Windows,两者之间当操作方式也有很大的不同,当很多人熱悉 Windows 的操作之后,再接触 macos,觉得难上手,其实是习惯问题。如果你学习一些技巧,会觉得 macos 其实也不错,某些方面,甚至远远优于 Windows。很多人说 macos 这效率上会优于 Windows,这点必须承认,毕竟 macos 包括其平台下的软件,有很多的快捷键,并且感觉苹果也有意让大家多多利用快捷键。那么多的快捷键,并且 control 和 command 在使用上,没有一定的规律可循,导_mac指标高级运用?

推荐文章

热门文章

相关标签