电子设计速成_Web设计速成课程:从一个非设计者到另一个

电子设计速成

by Ali Spittel

通过Ali Spittel

Web设计速成课程:从一个非设计者到另一个 (A Web Design Crash Course: from one non-designer to another)

I will preface this by saying that I’m not a professional designer. That being said, I like building pretty things and have had some success with that. A lot of developers seem overwhelmed by design. I wanted to do a quick write-up with visual examples with quick tips on how to improve the visuals of your site. Rules are made to be broken. If you want to make a great website as easily as possible, these are some good rules of thumb!

首先,我不是专业设计师。 话虽如此,我喜欢建造漂亮的东西,并在此方面取得了一些成功。 许多开发人员似乎对设计不知所措。 我想通过视觉示例快速撰写文章,并提供有关如何改善网站视觉效果的快速提示。 规则被打破。 如果您想尽可能轻松地创建一个出色的网站,那么这是一些好的经验法则!

颜色 (Color)

I really enjoy playing with color on my websites, but there needs to be a balance and a coordinated color scheme for the site to look cohesive and professional. It’s essential that these colors don’t clash, that they have a reasonable level of contrast, and that they are consistent.

我真的很喜欢在我的网站上玩彩色游戏,但是要使网站看起来具有凝聚力和专业性,就必须有一个平衡和协调的配色方案。 这些颜色不要冲突,它们具有合理的对比度水平以及一致是至关重要的。

一致性 (Consistency)

Here’s my color scheme for The Zen of Programming:

这是我的《编程之禅》的配色方案:

I use the same hex codes for green, pink, and grey for my backgrounds, headers, text, and buttons.

对于背景,标题,文本和按钮,我对绿色,粉红色和灰色使用相同的十六进制代码。

You can use CSS variables to make sure that your colors are the same throughout your code.

您可以使用CSS变量来确保您的颜色在整个代码中都相同。

body {   --pink: #CF92B7;   --green: #59876B;   --grey: #4A4A4A; }
h1 {   color: var(--pink); }

If you are using SCSS or another CSS preprocessor, this is even easier!

如果您使用的是SCSS或其他CSS预处理器,这将更加容易!

As far as the number of colors involved in your theme, four is usually a good bet. Maybe make two of these colors neutrals (like black, white, or grey) and two bolder pops of color. Monochromatic color schemes that use shades of one color can definitely work as well!

至于涉及主题的颜色数量,通常四个是不错的选择。 也许将其中两种颜色设为中性色(如黑色,白色或灰色)和两个更大胆的颜色。 使用一种颜色阴影的单色配色方案当然也可以使用!

When I work with rainbow color schemes, I treat the rainbow as one color and then use two neutrals for everything else. For example, on alispit.tel I use a dark grey for some text, white for the background, and then the rainbow colors for letters and random shapes.

当我使用彩虹配色方案时,我将彩虹视为一种颜色,然后对其他所有颜色使用两个中性色。 例如,在alispit.tel上,我对某些文本使用深灰色,对背景使用白色,然后对字母和随机形状使用彩虹色。

撞色 (Clashing Colors)

It’s important to make sure your colors look good together and don’t clash. Usually, the colors opposite to each other on the color wheel clash. Of course, you can make excellent websites that utilize clashing colors, but it is more difficult and may be better left to designers. Some examples would be red and green or orange and purple.

重要的是要确保您的颜色看起来很好并且不会发生冲突。 通常,色轮上彼此相反的颜色会发生冲突。 当然,您可以使用出色的色彩制作出出色的网站,但难度更大,让设计师更好。 一些示例是红色和绿色或橙色和紫色。

Also, keep the tones of the colors in mind — if you are using a cool toned pink, a cool toned green may be good to pair with it instead of a warm-toned green. Warm-toned colors have redder undertones, and cool toned colors are bluer.

另外,请记住颜色的色调-如果您使用冷色调的粉红色,则可以将冷色调的绿色与其搭配使用,而不是暖色调的绿色。 暖色调具有较深的底色,冷色调则较蓝。

对比 (Contrast)

Make sure there’s a reasonable level of contrast between the colors on your website. If there isn’t, it will be much more difficult to read your content. Here’s an awesome site that will check your contrast for you. Lighthouse testing will also check this for you! In general, put light colors on top of dark ones, and dark colors on top of light ones!

确保您的网站上的颜色之间存在合理的对比度。 如果没有,阅读内容将更加困难。 这是一个很棒的网站,它将为您检查您的对比度。 灯塔测试也将为您检查! 通常,将深色置于深色之上,将深色置于深色之上!

颜色含义 (Color Meaning)

If you are working on a website for a brand, different colors have different implicit meanings to readers. They can convey different moods so it can be helpful to keep those in mind.

如果您正在为某个品牌的网站工作,则不同的颜色对读者会有不同的隐含含义 。 他们可以传达不同的情绪,因此记住这些情绪可能会有所帮助。

选择颜色的技巧 (Tips for choosing colors)

There are a lot of awesome websites that make it easier to pick good color palettes that coordinate well.

有很多很棒的网站,这些网站使选择易于协调的良好调色板变得更加容易。

I sometimes use the Coolors generator when I’m building a new site. I also follow this account on Instagram, and I will save color palettes that I like when I see them. Finally, if I just want to see a bunch of colors and choose between them, I use the color page on Materialize — I like their colors!

在构建新站点时,有时会使用Coolors生成器。 我也会在Instagram上关注此帐户 ,并保存我喜欢的调色板。 最后,如果我只想看一堆颜色并在它们之间进行选择,请使用Materialize上的颜色页-我喜欢它们的颜色!

文本 (Text)

On most sites, the text will be the most critical part. You need it to be easy to read and for the most important content to be emphasized.

在大多数网站上,文字将是最关键的部分。 您需要它易于阅读并强调最重要的内容。

Here’s an example of really hard to read text:

这是一个很难阅读的文本示例:

Let’s work on making it more readable!

让我们努力使其更具可读性!

间距 (Spacing)

Add spacing to your text content. There are a few types of spacing that can make your content more readable. The first is adding padding on the sides of your page.

在文本内容中添加空格。 间距的几种类型可以使您的内容更具可读性。 首先是在页面两侧添加填充。

On the sides of your content:

在您的内容方面:

On a lot of websites — the text won’t span the width of the page, it will be inside of a container that takes up only part of the page. This makes the content more comfortable to read since your eyes need to move less, and the page will look better. The W3C recommends fewer than 80 characters per line.

在许多网站上-文本不会跨越页面的宽度,而是会在仅占据页面一部分的容器内。 由于您的眼睛需要减少移动,因此页面内容看起来更舒适,因此内容阅读起来更加舒适。 W3C建议每行少于80个字符。

<style> .container {   width: 80%; margin: 0 auto; } <;/style>
<div class="container">   <p>   Lorem ipsum dolor amet master cleanse cloud bread brunch pug PBR&B  actually. Thundercats marfa art party man bun gluten-free  sriracha. DIY tofu cred blue bottle etsy. Retro listicle normcore  glossier next level etsy lumbersexual polaroid pour-over 90's  slow-carb health goth banjo. Unicorn chicharrones 8-bit poke   glossier.   </p> </div>

Line Height:

线高:

We can add line-height to add more space between lines of text. The most recent Android operating system added a more substantial line-height to notifications. This makes them easier to read at a glance.

我们可以添加行高以在文本行之间添加更多空间。 最新的Android操作系统在通知中增加了更高的行高。 这使它们一目了然更容易阅读。

Also, it is best for accessibility purposes to add more line-height — the W3C recommendation is 1.5 to 2.0. Remember having to double space essays in high school? We’re doing the same thing here, just online this time!

另外,出于可访问性的目的,最好增加行高-W3C建议为1.5到2.0。 还记得高中时必须将太空论文加倍吗? 我们正在这里做同样的事情,这次只是在线!

p {   font-size: 18px;   line-height: 2.0; }

This will transform the text on the left to the text on the right in the image below.

在下面的图片中,这会将左侧的文本转换为右侧的文本。

Paragraph Padding:

段落填充:

I would also make sure to add padding in between your paragraphs so that it is easy to differentiate between them.

我还要确保在您的段落之间添加填充,以便于区分它们。

p {   padding-bottom: 27px; }

Word Spacing:

字间距:

If you are using all-caps for a header, you may want to add more spacing in between words so that it is easier to differentiate between them.

如果您对标题使用全大写,则可能需要在单词之间添加更大的间距,以便于区分它们。

Here is my blog’s header with additional word spacing:

这是我的博客标题,带有额外的单词间距:

And here it is without:

这里没有:

h1 {   word-spacing: 9px; }

The first is a lot easier to read!

第一个更容易阅读!

对准 (Alignment)

It is easiest to read content if it is aligned to the left and un-justified for English and other top-left to right languages. Your content will be this way by default! Just make sure you don’t have a text-align: center; on it! Feel free to center your headers or the container your text is in, but have long blocks of content left-aligned.

如果内容向左对齐并且对于英语以及其他从左上到右的其他语言不合理,则阅读内容最容易。 默认情况下,您的内容将是这种方式! 只要确保您没有text-align: center; 在上面! 可以随意将标题或文本所在的容器居中放置,但要对齐较长的内容块。

可读字体 (Readable fonts)

Some fonts are easier to read than others. For content on the web, it is generally easier to read fonts that are sans-serif. Serifs are the little points that come off of the ends of letters in some fonts — you can see a serif in the green circle in the diagram below:

有些字体比其他字体更易于阅读。 对于网络上的内容,通常更容易读取无衬线字体。 衬线是某些字体中字母尾部出现的小点-您可以在下图中的绿色圆圈中看到一个衬线:

My rule of thumb is one decorative (think cursive or un-traditional) font or a serif font for headers and one sans-serif font for content per website.

我的经验法则是每个网站的一种装饰性字体(认为是草书或非传统字体)或衬线字体,而每个网站的内容则为无衬线字体。

我最喜欢的一些字体: (Some of my favorite fonts:)

Serif and Decorative

衬线和装饰

  • Pacifico

    太平洋

  • Righteous

    正义

  • Fira Sans

    费拉·桑斯(Fira Sans)

Sans-Serif

无衬线字体

  • Roboto

    机械手

  • Lato

    拉托

  • Montserrat

    蒙特塞拉特

  • Arial — this one comes on your computer

    Arial-这是您的计算机上的

颜色 (Color)

Black text on a white background can cause eye strain because of too much contrast. I use dark greys for my content. Then, there is still a lot of contrast, but not as much as there would be with black text.

由于对比度太高,白色背景上的黑色文本可能会导致眼睛疲劳。 我为内容使用深灰色。 然后,仍然有很多对比,但是不如黑色文本那样。

The same is true with backgrounds — a pure black is often not the best choice — a dark navy or grey will make your content easier to read.

背景也是如此-纯黑色通常不是最佳选择-深海军蓝或灰色会使您的内容更易于阅读。

浆纱 (Sizing)

There are differing opinions on how large your content should be and what unit of measurement you should use (em vs. px for example). The consensus leans towards 16–18 pixels and having that scale for people who zoom in or out on your site.

对于您的内容应多大以及应使用哪种度量单位(例如,em与px),存在不同的意见。 共识倾向于16–18像素,并且该比例适用于放大或缩小您网站的用户。

Headers of varying types should be larger than your content. Also, use different font weights to differentiate text.

不同类型的标题应大于您的内容。 另外,使用不同的字体粗细来区分文本。

一旦我们改变了这些东西... (Once we change these things…)

Our content becomes a lot easier to read!

我们的内容变得更容易阅读!

背景资料 (Backgrounds)

Making background images look good, especially with text on top of them, is really difficult. I would avoid background images unless they are critical to the site. I’m going to give a couple alternatives and solutions for making background images work if you still decide to use one!

要使背景图像看起来不错,尤其是在其顶部带有文本的情况下,确实很困难。 我将避免使用背景图片,除非它们对网站至关重要。 如果您仍然决定使用背景图像,我将提供一些替代方法和解决方案,以使背景图像正常工作!

On the below image, the text is challenging to read.

在下图上,文字很难阅读。

分割页面 (Split the Page)

If you want to keep the image, you could split the page so that the picture displays on one half and the text on the other.

如果要保留图像,可以拆分页面,以使图片显示在一半上,文本显示在另一半上。

<style>   .container {     display: grid;     grid-template-columns: 1fr 1fr;   } &lt;/style>
<div class="container">   <div class="text">My Text</div>  <img src="path/to/img"> </div>

使用不太忙的照片 (Use a less busy picture)

If you want to keep the full page background image, if possible, use a simple picture without too much going on. In the one I’m using above, there are a lot of colors and large text that the user can still read. Using an image of a landscape or a pattern will be less distracting.

如果要保留整个页面的背景图像,请尽可能使用一张简单的图片,不要过多地进行操作。 在我上面使用的一种中,用户仍然可以阅读很多颜色和大文本。 使用风景或图案的图像将减少干扰。

添加文字阴影 (Add Text Shadow)

You can also add a text shadow below your text to make it more readable.

您还可以在文本下方添加文本阴影以使其更具可读性。

.text {   text-shadow: #4A4A4A 1px 1px 8px; }

With the above changes in place and an increased font-size, the font on a background image becomes a lot easier to read!

通过上述更改和增大的字体大小,背景图像上的字体变得更容易阅读!

背景颜色 (Background Colors)

I wouldn’t use a super bright color for your background. Pretty much any color will be difficult to read on top of it, and it may strain people’s eyes to read.

我不会为您的背景使用超亮的颜色。 几乎所有颜色都很难在其上读取,并且可能使人的眼睛难以看清。

呼吁采取行动 (Calls to Action)

When you build a website, there’s usually something that you want the user to do. On e-commerce sites, you want the user to buy something. On a portfolio, you probably want the viewer to contact you. On a blog, you want the user to subscribe. When you’re designing a site, keep that action in mind. You may want to use a bright color, larger text, or feature that “call to action” on multiple places on your site. You also may want to make sure that it is visible everywhere on the site.

当您建立网站时,通常需要用户做一些事情。 在电子商务网站上,您希望用户购买商品。 在作品集上,您可能希望查看者与您联系。 在博客上,您希望用户订阅。 在设计网站时,请记住该操作。 您可能需要在网站上的多个地方使用亮色,较大的文本或“号召性用语”功能。 您可能还需要确保它在网站上的任何地方都可见。

For example, my subscribe form for my blog is always in the sidebar, and it has color on it to grab the reader’s attention. On my portfolio, I have links to my social media accounts on the home, about, and contact pages.

例如,我的博客订阅表单始终在侧边栏中,上面带有颜色以吸引读者的注意力。 在我的投资组合中,我可以链接到主页,简介页和联系页上的社交媒体帐户。

Emphasizing the important content will look different on every site. It’s important to keep the action you want the user to take in mind with each design choice you make.

强调重要内容在每个站点上看起来都不同。 在您做出的每个设计选择中,记住用户希望用户采取的行动非常重要。

更多阅读 (More Reading)

  • Smashing Magazine — lots of design articles on here

    Smashing Magazine —此处有很多设计文章

  • Designing with Sketch — an article I wrote on how to use the design software Sketch, which is what I use to design everything. A lot of the steps will apply to other design software as well.

    使用Sketch进行设计 —我写了一篇有关如何使用设计软件Sketch的文章,这是我用来设计一切的东西。 许多步骤也将适用于其他设计软件。

  • Hello Web Design — This is an awesome book that discusses web design geared towards beginners.

    您好网页设计 -这是一本很棒的书,讨论了针对初学者的网页设计。

  • The Little Details of UI Design — An excellent slide deck that goes through a LinkedIn redesign — this one is a little more advanced.

    UI设计的小细节 -经过LinkedIn重新设计的出色幻灯片平台-此功能更加高级。

UI框架 (UI Frameworks)

You may not want to start from scratch when you design a site, so using a UI Framework may be helpful. Some of these include:

设计网站时,您可能不想从头开始,因此使用UI框架可能会有所帮助。 其中一些包括:

  • Bootstrap, which I would make sure to customize since its heavily used

    Bootstrap ,我会确保对其进行自定义,因为它使用率很高

  • Materialize, which follows Google’s Material design philosophy, and

    Materialize ,遵循Google的Material设计理念,并且

  • Grommet, my favorite aesthetically — it also emphasizes accessibility.

    格罗梅特(Grommet) ,从美学上我是我的最爱-它也强调可访问性。

设计清单 (Design Checklist)

Since this is a pretty long post with a lot of tips, I wanted to distill the most important information into a checklist. It’s written in GitHub markdown, so you can copy and paste it onto an issue or into a markdown file. Then you can either check the box or replace the space with an x for each action item.

由于这是一篇很长的文章,包含很多技巧,因此我想将最重要的信息提取到清单中。 它是用GitHub markdown编写的,因此您可以将其复制并粘贴到问题或markdown文件中。 然后,您可以选中该框,也可以为每个操作项用x代替空格。

## Color - [ ] Uses consistent colors throughout - [ ] Uses non-clashing colors - [ ] The color choice makes sense for the business purpose of the site
## Text - [ ] The text has padding on both sides. - [ ] The line-height is 1.5-2.0 - [ ] There's padding between paragraphs - [ ] If your headings are in all caps, there's increased word spacing - [ ] Blocks of text are un-justified - [ ] Blocks of text are left-aligned - [ ] Sans-serif fonts are used for body text - [ ] A maximum of two fonts are used - one decorative or serif and one sans-serif - [ ] body text isn't pure black on white - [ ] body text is 16-18px and is scalable
## Backgrounds - [ ] Use a pattern or simple image - [ ] A text shadow is used to make headings readable - [ ] The background isn't too bright
## Calls to Action - [ ] Important information is highlighted in order to attract user interaction

保持联系 (Keep in Touch)

If you liked this article and want to read more, I have a weekly newsletter with my favorite links from the week and my latest articles. Also, tweet me your favorite design tips! I have a ton more than I could have discussed in this article like responsiveness, whitespace, and alignment. If you want to see more posts like this, let me know!

如果您喜欢这篇文章并想了解更多信息,请参阅每周新闻通讯,其中包括本周我最喜欢的链接和最新文章。 另外,向我发送您最喜欢的设计提示! 与响应能力,空格和对齐方式相比,我的能力比本文中讨论的要多。 如果您想看到更多类似的帖子,请告诉我!

Originally published at zen-of-programming.com.

最初发布于zen-of-programming.com 。

翻译自: https://www.freecodecamp.org/news/a-web-design-crash-course-from-one-non-designer-to-another-a6f8da0e6aa/

电子设计速成

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/393777.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

android项目方法数超过65536的解决办法

2019独角兽企业重金招聘Python工程师标准>>> 当项目的总方法数超过65536个&#xff0c;运行在手机上&#xff0c;指不定会报找不到哪个文件的错。 我把项目的PullRefresh框架切换为SmartRefresh框架出现了方法数超过65536。 此文只是做一下笔记&#xff0c;不多做解…

leetcode1046. 最后一块石头的重量(堆)

有一堆石头&#xff0c;每块石头的重量都是正整数。 每一回合&#xff0c;从中选出两块 最重的 石头&#xff0c;然后将它们一起粉碎。假设石头的重量分别为 x 和 y&#xff0c;且 x < y。那么粉碎的可能结果如下&#xff1a; 如果 x y&#xff0c;那么两块石头都会被完全…

[Linux]几个armhf的ubuntu源

摘自百度贴吧&#xff0c;留存 http://mirrors.ustc.edu.cn/ubuntu-ports/http://ftp.ubuntu-tw.org/mirror/ubuntu-ports/http://mirror.csclub.uwaterloo.ca/ubuntu-ports/http://mirrors.mit.edu/ubuntu-ports/ 速度从上到下越来越慢 中科技大 > 台湾新北 > 滑铁卢大学…

asp.net Linux 界面,在 ASP.NET 中实现不同角色的用户使用不同登录界面的方法

很多用户在开发 ASP.NET应用程序时都有这样的需求&#xff1a;管理员角色的账户使用管理员的登录界面进行登录&#xff0c;普通用户角色的账户使用普通用户的登录界面进行登录。由于ASP.NET的web.config里只能使用一个 authentication mode"Forms"节点&#xff0c;所…

pandas之Series

知识点 Pandas的数据类型有两种&#xff1a;1、Series 一维&#xff0c;带标签数组2、DataFrame 二维&#xff0c;Series容器Serial对象本质上由两个数组构成&#xff0c;一个数组构成对象的健(index,索引),一个数组构成对象的值(values).因此Series可以看作是键值对(健-->值…

python快乐数字怎么表达_Python经典面试题:这些面试题你会了吗?

前言什么&#xff1f;你要去找工作&#xff1f;先别急着找工作&#xff0c;先把下面的python面试题先给看了吧&#xff0c;不然你就只是去面试而不是找工作。话说不打没准备的仗&#xff0c;下面这些基本的面试题都不会你怎么可能找到工作呢&#xff1f;还是先把下面的东西1、P…

【swift学习笔记】三.使用xib自定义UITableViewCell

使用xib自定义tableviewCell看一下效果图 1.自定义列 新建一个xib文件 carTblCell&#xff0c;拖放一个UITableViewCell,再拖放一个图片和一个文本框到tableviewcell上 并给我们的xib一个标识 为了学习&#xff0c;我这里的xib和后台的class是分开建的。我们再建一个cocoa touc…

leetcode455. 分发饼干(贪心算法)

假设你是一位很棒的家长&#xff0c;想要给你的孩子们一些小饼干。但是&#xff0c;每个孩子最多只能给一块饼干。对每个孩子 i &#xff0c;都有一个胃口值 gi &#xff0c;这是能让孩子们满足胃口的饼干的最小尺寸&#xff1b;并且每块饼干 j &#xff0c;都有一个尺寸 sj 。…

slack 使用说明_我如何使用Node和Botkit构建HR Slack Bot

slack 使用说明为什么要创建Slack Bot&#xff1f; (Why create a Slack Bot ?) I am an HR professional. More specifically I am a Human Resources Information System (HRIS) Consultant. I work with Application Tracking Systems, Learning Management Systems, and C…

linux 监听数据包,linux下网络监听与发送数据包的方法(即libpcap、libnet两种类库的使用方法)...

linux下可以用libpcap函数库实现监听数据包&#xff0c;使用libnet 函数库发送数据包安装:在命令行下apt-get install 就可以了libpcap的使用:/*author hjjdate 2011-1-21function:capture packet with the ruler and output the packet informationmodify 2011-1-23function:g…

命令模式(Command Pattern)

1命令模式是一个高内聚的模式。定义如下&#xff1a;将一个请求封装成一个对象&#xff0c;从而让你使用不同的请求把客户端参数化&#xff0c;对请求排队或者记录请求日志&#xff0c;可以提供命令的撤销和恢复功能。 2.角色说明&#xff1a; ● Receive接收者角色 该角色就…

BZOJ 3270: 博物馆

传送门 显然可以状态转移&#xff1a; 设 $f[k][x][y]$ 表示第 $k$ 时刻&#xff0c;第一个人在 $x$ &#xff0c;第二个人在 $y$ 时的概率 那么转移显然&#xff1a; $f[k][x][y]\sum_{u}\sum_{v}f[k-1][u][v]*(1-P_u)(1-P_v)/du[u]/du[v]$ 其中 $u$ 和 $x$ 有边相连&#xff…

graphpad7.04多组比较p值_同是折线图为何你却这么优秀,这才是多组数据作图应该有的样子...

相信大家对Excel做折线图应该不陌生&#xff0c;在展示数据的时候&#xff0c;图表是一种最好的展示方法。但是经常会碰到一种尴尬的事情就是&#xff0c;当数据维多比较多的时候&#xff0c;做出的图表就会显得非常难看。今天我们就来学习一下&#xff0c;多组数据怎么做折线图…

Logic-算法-八个箱子找一个最轻的

ylbtech-Arithmetic:Logic-算法-八个箱子找一个最轻的-- -- ylb&#xff1a;算法-- Type:算法[logic]-- munu:八个箱子-找一个最轻的-- thankyou:gaoZhimin -- 7:11 2012/3/17-- 有八个正方形的箱子&#xff0c;外观大小都一样&#xff0c;其中七个是50斤的&#xff0c;一个是…

由衷的信来激励有抱负的开发人员

by Logan Wright洛根赖特(Logan Wright) 由衷的信来激励有抱负的开发人员 (A heartfelt letter to inspire the aspiring developer) I’m writing a letter to my friend. You should read it. He studies Computer Science, and he hates it. I build React Apps and I love…

linux 运行 chom,Hadoop安装-单节点/伪分布(2.7.3)

1&#xff0c;下载Hadoop目前在Ubuntu的软件库里面 没有发现Hadoop的压缩包&#xff0c;没猜错Hadoop不是可执行文件 只是一个压缩包吧&#xff01;所以我们只能自己到官网下载(http://hadoop.apache.org/releases.html)&#xff1b;在Apache社区中&#xff0c;下载软件的时候…

leetcode944. 删列造序

给定由 N 个小写字母字符串组成的数组 A&#xff0c;其中每个字符串长度相等。 你需要选出一组要删掉的列 D&#xff0c;对 A 执行删除操作&#xff0c;使 A 中剩余的每一列都是 非降序 排列的&#xff0c;然后请你返回 D.length 的最小可能值。 删除 操作的定义是&#xff1…

python学习:re模块

常用正则表达式符号 123456789101112131415161718192021. 默认匹配除\n之外的任意一个字符&#xff0c;若指定flag DOTALL,则匹配任意字符&#xff0c;包括换行^ 匹配字符开头&#xff0c;若指定flags MULTILINE,这种也可以匹配上(r"^a","\nabc\neee&qu…

app之---豆果美食

1.抓包 2.代码 抓取&#xff1a; #!/usr/bin/env python # -*- coding: utf-8 -*- #author tom import requests from multiprocessing import Queue from handle_pymongo import mongo from concurrent.futures import ThreadPoolExecutorclass Douguo():def __init__(self):s…

语言坐标度分秒的换算_测量位置度说明

测量位置度说明位置度是限制被测要素的实际位置对理想位置变动量的指标。它的定位尺寸为理论正确尺寸。位置度公差在评定实际要素位置的正确性, 是依据图样上给定的理想位置。位置度包括点的位置度、线的位置度和面的位置度。[1] 点的位置度:如公差带前加S&#xffe0;&#xf…