在线班课程-第10周

基于口令的安全验证
1.用户访问网站的原理
1)DNS
全称Domain Name System/Server
,它在一个网站运行中起到了至关重要的作用,它的主要作用是负责把网站域名解析为对应的IP地址
www.baidu.com ==== www.baidu.com.
根域名 .
顶级域名 .com .org
二级域名 baidu.com. baidu.cn.
三级域名 www.oldboyedu.com bbs.oldboyedu.com
ipconfig /displaydns 查看windows里DNS缓存
ipconfig /flushdns 清空windows里DNS缓存
\etc\hosts
DNS记录的类型
A记录 www.etiantian.org. 118.26.204.147
CNAME记录 www.oldboyedu.com www.etiantian.org
[root@oldboy ~]# dig +trace www.etiantian.org 查看dns解析过程
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-20.P1.el5_8.2 <<>> +trace www.etiantian.org
;; global options: printcmd
. 25991 IN NS m.root-servers.net.
. 25991 IN NS b.root-servers.net.
. 25991 IN NS g.root-servers.net.
. 25991 IN NS k.root-servers.net.
. 25991 IN NS f.root-servers.net.
. 25991 IN NS l.root-servers.net.
. 25991 IN NS d.root-servers.net.
. 25991 IN NS c.root-servers.net.
. 25991 IN NS i.root-servers.net.
. 25991 IN NS h.root-servers.net.
. 25991 IN NS j.root-servers.net.
. 25991 IN NS e.root-servers.net.
. 25991 IN NS a.root-servers.net.
;; Received 436 bytes from 192.168.120.13#53(192.168.120.13) in 1 ms

a-m一共13个root DNS服务器,m.root-servers.net根DNS负责了此次的解析

org. 172800 IN NS b0.org.afilias-nst.org.
org. 172800 IN NS d0.org.afilias-nst.org.
org. 172800 IN NS b2.org.afilias-nst.org.
org. 172800 IN NS c0.org.afilias-nst.info.
org. 172800 IN NS a0.org.afilias-nst.info.
org. 172800 IN NS a2.org.afilias-nst.info.
;; Received 437 bytes from 202.12.27.33#53(m.root-servers.net) in 136 ms
#解析org的一共6个DNS服务器,.org的b0.org.afilias-nst.org. DNS负责了此次的解析
etiantian.org. 86400 IN NS dns.bizcn.com.
etiantian.org. 86400 IN NS dns.cnmsn.net.
;; Received 89 bytes from 199.19.54.1#53(b0.org.afilias-nst.org) in 331 ms
#解析etiantian.org的一共2个DNS服务器,授权DNS dns.bizcn.com负责了最终的A记录解析
www.etiantian.org. 600 IN A 118.26.204.147
etiantian.org. 600 IN NS dns.cnmsn.net.
etiantian.org. 600 IN NS dns.bizcn.com.
;; Received 169 bytes from 218.93.205.110#53(dns.bizcn.com) in 39 ms

HTTP协议,全称HyperText Transfer
Protocol,中文名为超文本传输协议,是互联网中最常用的一种网络协议。HTTP的重要应用之一是WWW服务

http协议原理
http请求
http响应
URL 统一资源定位符号(网址) www.oldboyedu.com
URI 统一资源标识符号
www.oldboyedu.com/oldboy.avi URI:/oldboy.avi
www.oldboyedu.com/image/oldboy.jpg URI:/image/oldboy.jpg
[root@web01 ~]# curl -v https://www.baidu.com

  • About to connect() to www.baidu.com port 443 (#0)
  • Trying 61.135.169.121... connected
  • Connected to www.baidu.com (61.135.169.121) port 443 (#0)
  • Initializing NSS with certpath: sql:/etc/pki/nssdb
  • CAfile: /etc/pki/tls/certs/ca-bundle.crt
    CApath: none
  • SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
  • Server certificate:
  • subject: CN=baidu.com,OU=service operation department.,O="BeiJing Baidu Netcom Science
    Technology Co., Ltd",L=beijing,ST=beijing,C=CN
  • start date: Jun 29 00:00:00 2017 GMT
  • expire date: Aug 17 23:59:59 2018 GMT
  • common name: baidu.com
  • issuer: CN=Symantec Class 3 Secure Server CA - G4,OU=Symantec Trust Network,O=Symantec
    Corporation,C=US

    GET / HTTP/1.1
    User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.21 Basic ECC
    zlib/1.2.3 libidn/1.18 libssh2/1.4.2
    Host: www.baidu.com
    Accept: /

    < HTTP/1.1 200 OK
    < Accept-Ranges: bytes
    < Cache-Control: private, no-cache, no-store, proxy-revalidate, no-transform
    < Connection: Keep-Alive
    < Content-Length: 2443
    < Content-Type: text/html
    < Date: Mon, 12 Feb 2018 15:15:14 GMT
    < Etag: "588603e6-98b"
    < Last-Modified: Mon, 23 Jan 2017 13:23:50 GMT
    < Pragma: no-cache
    < Server: bfe/1.0.8.18
    < Set-Cookie: BDORZ=27315; max-age=86400; domain=.baidu.com; path=/
    <
    <!DOCTYPE html>
    <!--STATUS OK--><html> <head><meta http-equiv=content-type
    content=text/html;charset=utf-8><meta http-equiv=X-UA-Compatible content=IE=Edge><meta
    content=always name=referrer><link rel=stylesheet type=text/css
    href=https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/bdorz/baidu.min.css><title>百度
    一下,你就知道</title></head> <body link=#0000cc> <div id=wrapper> <div id=head> <div
    class=head_wrapper> <div class=s_form> <div class=s_form_wrapper> <div id=lg> <img
    hidefocus=true src=//www.baidu.com/img/bd_logo1.png width=270 height=129> </div> <form
    id=form name=f action=//www.baidu.com/s class=fm> <input type=hidden name=bdorz_come
    value=1> <input type=hidden name=ie value=utf-8> <input type=hidden name=f value=8> <input
    type=hidden name=rsv_bp value=1> <input type=hidden name=rsv_idx value=1> <input type=hidden
    name=tn value=baidu><span class="bg s_ipt_wr"><input id=kw name=wd class=s_ipt value
    maxlength=255 autocomplete=off autofocus=autofocus></span><span class="bg s_btn_wr"><input
    type=submit id=su value=百度一下 class="bg s_btn" autofocus></span> </form> </div> </div>
    <div id=u1> <a href=http://news.baidu.com name=tj_trnews class=mnav>新闻</a> <a
    href=https://www.hao123.com name=tj_trhao123 class=mnav>hao123</a> <a
    href=http://map.baidu.com name=tj_trmap class=mnav>地图</a> <a href=http://v.baidu.com
    name=tj_trvideo class=mnav>视频</a> <a href=http://tieba.baidu.com name=tj_trtieba
    class=mnav>贴吧</a> <noscript> <a
    href=http://www.baidu.com/bdorz/login.gif?login&tpl=mn&u=http%3A%2F%2Fwww.baidu.com%2f
    %3fbdorz_come%3d1 name=tj_login class=lb>登录</a> </noscript> <script>document.write('<a
    href="http://www.baidu.com/bdorz/login.gif?login&tpl=mn&u='+
    encodeURIComponent(window.location.href+ (window.location.search === "" ? "?" : "&")+
    "bdorz_come=1")+ '" name="tj_login" class="lb">登录</a>');
    </script> <a href=//www.baidu.com/more/ name=tj_briicon class=bri
    style="display: block;">更多产品</a> </div> </div> </div> <div id=ftCon>
    <div id=ftConw> <p id=lh> <a href=http://home.baidu.com>关于百度</a&gt; <a
    href=http://ir.baidu.com>About Baidu</a> </p> <p
    id=cp>©2017 Baidu <a
    href=http://www.baidu.com/duty/>使用百度前必读</a&gt; <a
    href=http://jianyi.baidu.com/
    class=cp-feedback>意见反馈</a> 京ICP证030173号 <img
    src=//www.baidu.com/img/gs.gif> </p> </div> </div> </div> </body> </html>

  • Connection #0 to host www.baidu.com left intact
  • Closing connection #0

Nginx 403 forbidden多种原因及故障模拟重现
http://oldboy.blog.51cto.com/2561410/1633952
apache服务Forbidden 403问题精彩总结
http://oldboy.blog.51cto.com/2561410/581383
生产环境常见HTTP状态码的博客文章见
http://oldboy.blog.51cto.com/2561410/716294

网站流量术语
PV page view 每个页面的访问量
UV 独立的用户数量(浏览器名称+型号+系统版本+其他)
IP 独立的ip数量。

假设一个客户机用户通过ADSL等直接拨号上网,但是上网的时候偶尔掉线,
一共重新拔号了3次(相近时间重新拨号IP相同的几率是极少的),然后每次都继续打开老男孩的博客地址
,请问此时,
网站独立IP数是多少? 3
blog.oldboyedu.com
并发:在同一段时间内容同时最多能承受多少用户

网站 独立IP万/日 PV数万/日 网站并发级别 机器数量
www.51cto.com 582,000 1,338,600 10000 数十台
www.ganji.com 1,734,000 13,872,000 10000-30000 几百台
www.58.com 1,398,000 22,927,200 10000-30000 几百台
www.weibo.com 30,180,000 166,593,600 几十万 千台
www.taobao.com 46,620,000 489,510,000 几十万-百万 万台
www.jd.com 6,108,000 98,949,600 数万 千台
www.163.com 10,320,000 79,154,400 十万 千台
www.suning.com 930,000 7,254,000 10000-30000 百台

http://alexa.chinaz.com/
如何统计PV UV IP
通过日志分析
使用第三方的分析工具。
https://w3techs.com/technologies/overview/web_server/all

lnmp === lemp
linux nginx mysql php

企业面试时需要解答如下Nginx HTTP服务器的特色及优点:
  支持高并发:能支持几万并发连接(特别是静态小文件业务环境)。
  资源消耗少:在3万并发连接下,开启10个Nginx线程消耗不到200MB内存。
可以做HTTP反向代理及加速缓存,即负载均衡功能,内置对RS节点服务器健康检查功能,这相当于专业的ha
proxy软件或lvs的功能。
  具备squid等专业缓存软件等的缓存功能。
  支持异步网络IO事件模型epoll (Linux 2.6+)。

开始安装Nginx
http://nginx.org/
http://nginx.org/download/nginx-1.12.2.tar.gz
mkdir -p /home/oldboy/tools
cd /home/oldboy/tools
wget http://nginx.org/download/nginx-1.12.2.tar.gz
1 编译安装Nginx
pcre perl语言兼容的正则表达式库
yum install pcre pcre-devel openssl-devel -y
#
#./configure
#make
#make install
#
tar xf nginx-1.12.2.tar.gz
cd nginx-1.12.2
#1.添加nginx 虚拟用户
useradd -s /sbin/nologin -M www
#2.配置
./configure --user=www --group=www --prefix=/application/nginx-1.12.2
--with-http_stub_status_module --with-http_ssl_module
[root@web01 nginx-1.12.2]# echo $?
0
#3.编译
make
[root@web01 nginx-1.12.2]# echo $?
0
#4.编译安装
make install
[root@web01 nginx-1.12.2]# echo $?
0
#5.创建链接
ln -s /application/nginx-1.12.2 /application/nginx

#./configure --help
--prefix=PATH # 设置安装路径。
--user=USER # 进程用户权限。
--group=GROUP # 进程用户组权限。
--with-http_stub_status_module # 激活状态信息。
--with-http_ssl_module #
安装错误:
在安装环节中,如果遇到如下错误:

./configure: error: SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl=<path> option.

error: SSL modules require the OpenSSL library.
yum install openssl-devel -y

###nginx: [emerg] getpwnam("www") failed
[root@web01 nginx-1.12.2]# /application/nginx/sbin/nginx -t 如果执行如下报错,缺少www用户运行useradd
nginx: the configuration file /application/nginx-1.12.2/conf/nginx.conf syntax is ok
nginx: [emerg] getpwnam("www") failed
nginx: configuration file /application/nginx-1.12.2/conf/nginx.conf test failed

useradd -s /sbin/nologin -M www

5.1.1.1 启动并检查安装结果
[root@web01 nginx-1.12.2]# /application/nginx/sbin/nginx -t
nginx: the configuration file /application/nginx-1.12.2/conf/nginx.conf syntax is ok
nginx: configuration file /application/nginx-1.12.2/conf/nginx.conf test is successful
2)启动Nginx服务。
[root@web01 nginx-1.12.2]# /application/nginx/sbin/nginx
3)查看Nginx服务对应的端口是否成功启动。
[root@web01 nginx-1.12.2]# ps -ef |grep nginx
root 10117 1 0 01:16 ? 00:00:00 nginx: master process
/application/nginx/sbin/nginx
www 10118 10117 0 01:16 ? 00:00:00 nginx: worker process
root 10120 4801 0 01:16 pts/0 00:00:00 grep nginx
[root@web01 nginx-1.12.2]# ss -lntup |grep nginx
tcp LISTEN 0 511 :80 :*
users:(("nginx",10117,6),("nginx",10118,6))
4)检查Nginx启动的实际效果。
web排错三部曲下面介绍客户端排查的思路。
第一步,在客户端上ping 服务器端IP,命令如下。
ping 10.0.0.8  排除物理线路问题影响
第二步,在客户端上telnet服务器端IP、端口,命令如下:
telnet 10.0.0.8 80  排除防火墙等得影响
nmap -p80 10.0.0.8
第三步,在客户端使用curl命令检测,如下:
curl -I 10.0.0.8 
模拟用户访问,排除http服务自身问题,根据输出在排错
提示:以上三步是客户端访问网站异常排查的重要三部曲。
[root@web01 nginx-1.12.2]# curl -I 10.0.0.8
HTTP/1.1 200 OK
Server: nginx/1.12.2
Date: Mon, 12 Feb 2018 17:28:01 GMT
Content-Type: text/html
Content-Length: 612
Last-Modified: Mon, 12 Feb 2018 17:09:33 GMT
Connection: keep-alive
ETag: "5a81ca4d-264"
Accept-Ranges: bytes

[root@www ~]# tree /application/nginx/
/application/nginx/
|-- client_body_temp
|-- conf #这是nginx的所有的配置文件的目录,极其重要。
| |-- nginx.conf #这是nginx默认的主配置文件
| |-- nginx.conf.default
|-- fastcgi_temp #fastcgi临时数据目录
|-- html ===
#这是编译安装时nginx的默认站点目录,相当于网站的根目录,前面已说明,类似apache的默认站点htdocs
目录。
| |-- 50x.html # 错误页面优雅替代显示文件,例如:出现502错误时会调用此页面。

error_page 500 502 503 504 /50x.html;

| -- index.html<br/>#默认的首页文件 首页文件名字是在nginx.conf中事先定义好的<br/>|-- logs #这是nginx默认的日志路径,包括错误日志及访问日志。<br/>| |-- access.log #这是nginx的默认访问日志文件,使用tail -f access.log<br/>可以时时观看网站用户访问情况信息。<br/>| |-- error.log<br/>#这是nginx的错误日志文件,如果nginx出现启动故障等问题,一定要看看这个错误日志。<br/>|-- nginx.pid # nginx的pid文件,nginx进程启动后,会把所有进程的ID号写到此文件。
|-- sbin #这是nginx命令的目录,如nginx的启动命令nginx。
| `-- nginx #nginx的启动命令nginx

egrep -v '#|^$' conf/nginx.conf.default >conf/nginx.conf
Nginx虚拟主机配置实战
1 虚拟主机概念
2 虚拟主机类型
  基于域名的虚拟主机

[root@web01 nginx]# cat conf/nginx.conf
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
server {
listen 80;
server_name www.etiantian.org;
location / {
root html/www;
index index.html index.htm;
}
}
}
mkdir -p /application/nginx/html/www
[root@web01 nginx]# echo 'web01 www.etiantian.org'>/application/nginx/html/www/index.html
[root@web01 nginx]# cat /application/nginx/html/www/index.html
web01 www.etiantian.org
[root@web01 nginx]#/application/nginx/sbin/nginx -s reload
[root@web01 nginx]# echo '10.0.0.8 www.etiantian.org' >>/etc/hosts
[root@web01 nginx]# ping www.etiantian.org
PING www.etiantian.org (10.0.0.8) 56(84) bytes of data.
64 bytes from www.etiantian.org (10.0.0.8): icmp_seq=1 ttl=64 time=0.019 ms
^C
--- www.etiantian.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 892ms
rtt min/avg/max/mdev = 0.019/0.019/0.019/0.000 ms

Windows里在C:\Windows\System32\drivers\etc\hosts修改hosts文件

多个虚拟主机
[root@web01 nginx]# cat conf/nginx.conf
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
server {
listen 80;
server_name www.etiantian.org;
location / {
root html/www;
index index.html index.htm;
}
}
server {
listen 80;
server_name bbs.etiantian.org;
location / {
root html/bbs;
index index.html index.htm;
}
}
server {
listen 80;
server_name blog.etiantian.org;
location / {
root html/blog;
index index.html index.htm;
}
}
}
windows修改etc文件

  基于端口的虚拟主机
[root@web01 conf]# cat nginx.conf
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
server {
listen 80;
server_name www.etiantian.org;
location / {
root html/www;
index index.html index.htm;
}
}
server {
listen 81;
server_name bbs.etiantian.org;
location / {
root html/bbs;
index index.html index.htm;
}
}
server {
listen 82;
server_name blog.etiantian.org;
location / {
root html/blog;
index index.html index.htm;
}
}
}
http://www.etiantian.org:80
http://bbs.etiantian.org:81/
http://blog.etiantian.org:82/

[root@web01 conf]# /application/nginx/sbin/nginx -s reload
[root@web01 conf]# ss -lntup |grep nginx 查看监听端口有变化
tcp LISTEN 0 511 :80 :
users:(("nginx",10117,6),("nginx",10236,6))
tcp LISTEN 0 511
:81 :
users:(("nginx",10117,10),("nginx",10236,10))
tcp LISTEN 0 511 :82 :*
users:(("nginx",10117,11),("nginx",10236,11))
1 规范优化Nginx配置文件
[root@web01 conf]# pwd
/application/nginx/conf
[root@web01 conf]# tree extra/
extra/
├── bbs.conf
├── blog.conf
└── www.conf
0 directories, 3 files
[root@web01 conf]# cat extra/www.conf
server {
listen 80;
server_name www.etiantian.org;
location / {
root html/www;
index index.html index.htm;
}
}
[root@web01 conf]# cat extra/bbs.conf
server {
listen 80;
server_name bbs.etiantian.org;
location / {
root html/bbs;
index index.html index.htm;
}
}
[root@web01 conf]# cat extra/blog.conf
server {
listen 80;
server_name blog.etiantian.org;
location / {
root html/blog;
index index.html index.htm;
}
}
[root@web01 conf]# cat nginx.conf
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
include extra/www.conf;
include extra/bbs.conf;
include extra/blog.conf;
}
[root@web01 conf]# /application/nginx/sbin/nginx -t
nginx: the configuration file /application/nginx-1.12.2/conf/nginx.conf syntax is ok
nginx: configuration file /application/nginx-1.12.2/conf/nginx.conf test is successful
[root@web01 conf]# /application/nginx/sbin/nginx -s reload

2 虚拟主机别名介绍及配置
jd.com www.jd.com
oldboyedu.com www.oldboyedu.com
etiantian.org ==== www.etiantian.org
server {
listen 80;
server_name www.etiantian.org etiantian.org;
location / {
root html/www;
index index.html index.htm;
}
}
[root@web01 conf]# /application/nginx/sbin/nginx -t
nginx: the configuration file /application/nginx-1.12.2/conf/nginx.conf syntax is ok
nginx: configuration file /application/nginx-1.12.2/conf/nginx.conf test is successful
[root@web01 conf]# /application/nginx/sbin/nginx -s reload

3 Nginx状态信息功能实战
cat >>/application/nginx/conf/extra/status.conf<<EOF
##status.conf
server{
listen 80;
server_name status.etiantian.org;
location / {
stub_status on;
access_log off;
}
}
EOF
sed -i.bak.status '/include.*blog/ a include extra/status.conf;'
/application/nginx/conf/nginx.conf
10.0.0.8 www.etiantian.org bbs.etiantian.org blog.etiantian.org status.etiantian.org
Active connections: 6
server accepts handled requests
48 48 87
Reading: 0 Writing: 1 Waiting: 5
其中,第一个server表示Nginx启动到现在共处理了29431211个连接;
第二个accepts表示Nginx启动到现在共成功创建29431211次握手;
请求丢失数=(握手数-连接数),可以看出,本次状态显示没有丢失请求。
第三个handled requests,表示总共处理了110298687次请求;
Reading为Nginx 读取到客户端的 Header (请求头)信息数。
Writing为Nginx 返回给客户端的 Header (响应头)信息数。
Waiting为Nginx 已经处理完正在等候下一次请求指令的驻留连接。
location / {
stub_status on;
access_log off;
allow 10.0.0.0/24; #<==设置允许和禁止的IP段访问
deny all; #<==设置允许和禁止的IP段访问
}

Nginx日志格式中默认的参数配置如下:
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
Nginx记录日志的默认参数配置如下:
access_log logs/access.log main;
http://nginx.org/en/docs/http/ngx_http_log_module.html#access_log
access_log logs/access_www.log main;
access_log logs/access_bbs.log main;
access_log logs/access_blog.log main;
for name in www bbs blog ;do sed "/server_name/a accesslog logs/access$name.log main;"
extra/$name.conf ;done
for name in www bbs blog ;do sed -i "/server_name/a accesslog logs/access$name.log
main;" extra/$name.conf ;done
作业翻译:
http://nginx.org/en/docs/http/request_processing.html
http://nginx.org/en/docs/control.html
Nginx访问日志轮询切割
cd /application/nginx/logs/
for name in www bbs blog ;do mv access$name.log access$name-$(date +%F).log ;done
/application/nginx/sbin/nginx -s reload
作业:
学习使用logrotate+定时任务对nginx的访问日志进行轮询切割。
翻译下面两个文章的内容:
http://nginx.org/en/docs/http/request_processing.html
http://nginx.org/en/docs/control.html

转载于:https://blog.51cto.com/kang50055/2132774

在线班课程-第10周 http基础知识、nginx网站服务相关推荐

  1. 小学生计算机课程考试试题,小学生计算机基础知识测试题.docx

    文档介绍: .小学生计算机基础知识测试题姓名: 成绩:一.填空题:1.电脑的正式名字叫( ).2.目前,一台 ( ) 计算机,是既能"说"又会"听",比早期的计 ...

  2. 10、多媒体基础知识

    目录 第十章 多媒体基础知识 多媒体基础概念 1.声音频率的概念 2.图形和图像的区别 3.彩色空间 4.图像文件大小计算 5.声音文件大小计算 6.视频文件大小计算 例题 多媒体标准 例题 有损压缩 ...

  3. seo技术_基础知识_网站pr值的意义_日思663.带你入门SEO基础知识

    2019/9/6 这篇文章来自36氪产品团队一次内部分享,按照惯例记录下来,也分享给大家~ 本文937字,阅读约9分钟 从上上周开始,产品团队每周都会请一位小伙伴给大家做分享,主题不限,以自己擅长或感 ...

  4. 计算机基础在线网络课程,欢迎访问大学计算机基础网络课程

    第六章 常用办公软件之PowerPoint2010(16学时)◆0600 6-0 学习指导与任务提出 ◆0601 6-1 PowerPoint2010概述 ◆0602 6-2 模板.母版与版式 ◆06 ...

  5. 17 - 01 - 10 计算机导论基础知识

    难点: 主频= 外频*倍频 随机存取存储器:RAM 只读存储器:ROM 分辨率:DPI dpi 色彩位数:色彩深度 指令 ( 机器指令 )  指令用 二进制编码 表示 .  指令由 操作码 和 操 ...

  6. 不得不会的10点Java基础知识

    1.实例变量和类变量 实例变量:指每个对象独立的,修改其中一个对象的实例变量,不会影响其他实例变量的值,变量值无 static 关键字修饰: 类变量:是指所有对象共享的,其中一个对象把该变量的值修改了 ...

  7. 《电子工艺训练》课程笔记(二)————基础知识

    一.电路原理图 原理图,即为电路板在原理上的表现, 它主要由一系列具有电气特性的符号构成, 通过导线建立电气连接. 原理图在绘制过程中引入的全部是符号, 没有涉及实物,因此原理图上没有任何尺寸 概念. ...

  8. 2020.11.10丨BSA基础知识及产品介绍

    产品介绍 BSA产品介绍 1.1研究目的 基因定位 1.2基本概念 Bulked Segregant Analysis,分离群体分组分析法 定义: 在性状分离的遗传群体中 ,选择表型极端差异个体将其D ...

  9. Android功耗优化(10)---功耗基础知识

    SPM SPM以及时钟请求信号控制流程 因为整个系统不只是AP(MCU),还包括modem.connectivity等子系统: CPU进入WFI后,整个系统就依靠一颗SCP:SPM来控制睡眠/唤醒的流 ...

  10. 网络安全基础知识---nginx安全配置

    nginx安全配置 隐藏版本号 `http {   server_tokens off;}` 开启HTTPS server {       listen 443;     server_name xx ...

最新文章

  1. linux 后台任务 运行 关闭 查看
  2. winCE改变字库方法(WINCE字库更新)
  3. js 获取字符串最后一位的4种方法
  4. Spring —— IoC 容器详解
  5. 感恩有您!《大数据》祝您新年快乐!
  6. forEach、for...in、for...of
  7. 彻底搞懂使用MyBatis时为什么Dao层不需要@Repository
  8. 求每个月最后一天mysql函数_计算指定年月的最后一天的自定义MYSQL函数_MySQL
  9. 一文告诉您游戏开发需要学什么
  10. android widget的中文文档
  11. 瑞云Rayvision渲染的原创动画《吃饭睡觉打豆豆》震撼来袭 ——创造产业历史,日点击量过200万次...
  12. 计算机右键菜单更换顺序,电脑图标排列顺序怎么自己改变了
  13. 2020年汽车驾驶员(高级)报名考试及汽车驾驶员(高级)在线考试
  14. 【leetcode-Python】-Dynamic Programming -309. Best Time to Buy and Sell Stock with Cooldown
  15. 【PyTorch】偏置项 bias 与 Batch-Normalize
  16. python设计麻将_Python写打麻将程序
  17. android queries属性
  18. FM(Factorization Machine)因式分解机 与 TensorFlow实现 详解
  19. 遥感基础之:LAI、FPAR、PAR、APAR
  20. 省常中模拟 Test2 Day2

热门文章

  1. lsd 特征点匹配代码_openCV-特征点匹配算法介绍一:理解特征
  2. oracle取消正在回滚的事务,Oracle11新特性——撤销事务(一)
  3. 平衡二叉树的插入与调整
  4. win10安装pyhive包
  5. 2020 华为 一面 二面 面经
  6. java 485通讯_JAVA开发工程师 | 广州市三地信息技术有限公司
  7. 解决github访问慢
  8. 浅谈算法和数据结构: 九 平衡查找树之红黑树
  9. windows系统下使用git出现:warning: LF will be replaced by CRLF in
  10. hillstone debug 抓包