CSDN GitHub
Ubuntu14.04搭建LXR本地服务器阅读Linux内核代码 AderXCoding/system/tools/lxr

知识共享许可协议
本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可, 转载请注明出处

我开始打算使用 apache2 + mysql + lxr 搭建的. 毕竟嘛网上教程都是这个, 有点坑爹的是网上的教程都是以前的, 和现在的好多软件包不一样, 偶尔发现个2014年的博客看了下居然还是照搬他人的.

上面居然还能用

sudo apt-get install lxr

1 LXR(Linux Cross Referencer)介绍


LXR 项目站点 : http://lxr.sourceforge.net/zh/index.php

源码下载 : http://sourceforge.net/projects/lxr

安装教程 : http://lxr.sourceforge.net/en/1-0-InstallSteps/1-0-install.php

LXR 是一个通用的源代码索引器和交叉引用器 它提供了一个基于 web 的可浏览任意定义以及任意标识的用法。 它支持很多种语言。

LXR 曾经被作为 “Linux 交叉引用器” 但是已经被证明它可以用来作为任意基于 Linux 内核的项目的交叉引用
它基于股票网站技术 (这意味着它的输出是标准的 HTML) 所以可以选择任意的可用 web 浏览器来作为他的客户端。 它被设计为不依赖 java 或者任何第三方客户端脚本,这样可以保证系统需求和依赖的最小化。

人们经常问起 LXR 与 LXRng (见于 http://lxr.linux.no) 之间的差别。 LXRng 是从 LXR 中 fork 出来带有实验性质的用来探索其他技术的分支。 它基于 ajax 并且依赖很多 CPAN 的包。 它使用了很多的客户端脚本,这意味着运算的负载被服务端和客户端一起分担了。
CAUTION!

在服务端, 任意的带有 cgi 能力的 web 服务器都能表现的很好。

在开发过程中,LXR 是一个很有价值的项目合成观察角色。 对于从头开始学习源代码的人来说,它也是一个很有用的工具。 否则,学习曲线会很陡峭。

1 安装lxr


  • 检查并安装运行环境以及依赖包

  • 安装lxr

  • 配置lxr

1.1 检查并安装运行环境以及依赖包


描述
mysql-server或者MariaDB mysql服务器, 任选其一即可
lighttpd或者apache2 lighttpd或者apache2服务以及相应的服务模块, 任选其一即可, 如果选择了apache请安装 `libapache2-mod-perl2-dev
swish-e或者glimpse 任选其一即可
perl 也是配置需要实际没有用到的,如果没有不能通过配置前的检查就不能往下执行

先安装需要的包 :

#ctags swish-e perl
sudo apt-get install exuberant-ctags swish-e perl# mysql-server | MariaDB | 任选其一
sudo apt-get install mysql-server
sudo apt-get install mariadb-server#apache2 | lighttpd
sudo apt-get install apache2
sudo apt-get install lighttpd*

1.1.1 安装并检查ctags


LXR 要求ctags版本大于5.0

sudo apt-get install exuberant-ctagsctags --version

下载linux源文件:解压到后面需要配置的文件目录(自己定), 文件名改为相应的版本号例如 linux-3.18 改完 3.18

1.1.2 安装并检查perl


ubuntu 14.04 默认已安装了perl, LXR-2.1.0 要求perl 版本大于 v5.10 即可

sudo apt-get install perlperl -v

LXR 的很多配置都是通过 perl 来完成的, 因此我们需要安装一些其他的 perl 模块, 具体的信息参见其他perl模块

1.1.3 安装并检查关系型数据库


配置LXR需要数据库的支持, 可以使用 mariadbMySQL 4.X/5.xOraclePostgreSQLSQLite等, 任选其一即可, 我使用了mariadb-5.5

sudo apt-get install mariadb-server

如果你希望安装10.0版本, 则14.04上需要添加源

sudo apt-get install software-properties-common
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
sudo add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://mirrors.tuna.tsinghua.edu.cn/mariadb/repo/10.0/ubuntu trusty main'

具体信息请参见Ubuntu 14.04(Trusty)安装MariaDB 10数据库

自然我们也需要perl连接数据库的接口Perl DBI drivers, 这个我们会在后面讲解其他模块时候进行详细详解

1.1.4 http服务器


LXR将我们的源代码处理成为网站的形式, 自然就需要http服务器, 最常用的是Apache httpd, 当然也有很多用Lighttpd是替代选择的, 但是LXR从v2.0开始, 支持Nginxthttpd等服务.

http服务器我选择的是 apache2

sudo apt-get install apache2

详细信息请参见Ubuntu下apache的安装与配置

1.1.5 索引系统glimpse或者swish-e


glimpse(http://webglimpse.net)和swish-e(http://swish-e.org/), 建立索引数据的工具, 安装一个即可.

  • 安装swish-e

Swish-e是一个快速, 灵活和自由开放源码的网页索引系统. Swish-e是适合收藏的100万或更小的网页文件. 使用Gnome ™ libxml2分析器和收集过滤器, Swish-e能索引的纯文本文件, 电子邮件, PDF格式, HTML格式, XML微软®Word, PowerPoint, Excel和任何文件, 可以转换为XMLHTML文档. Swish-e也往往用做为数据库的功能补充, 如MySQL®数据库的非常快的全文检索

sudo apt-get install swish-e
swish-e -V

  • 安装glimpse

Glimpse除了对数据库建立检索信息, 其高级工具webglimpse 还包含了一个对你的 Web 服务器应用进行诊断的客户端工具.

Glimpse 允许你调试你的 Web 服务, Firebug 是客户端代码的调试, 而 Glimpse 是服务器端代码调试.

网址:http://webglimpse.net

首先下载源码包并解压

wget http://webglimpse.net/trial/glimpse-latest.tar.gz
#下载完成后版本为glimpse-4.18.6tar -zxvf glimpse-latest.tar.gz

进入glimpse目录, 编译并安装

./configure --prefix=/usr/local
make
sudo make install

执行过程中可能还其他依赖包, 根据提示进行安装, 安装完成后使用

glimpse --help
which glipmse
glimpse -V

来验证 glimpse 的安装

1.1.6 其他perl模块


提示与建议

LXR的很多配置都是给予perl脚本来运行的, 因此我们在后期需要安装很多perl的模块, 包括数据库驱动perl DBIhttpd modules等, 而往往有时候我们并不知道这个perl模块的包名叫什么, 这时候就需要一些工具或者技巧来为我们助力

参见How to install Perl on Ubuntu Server?

  • 使用cpan来管理和安装perl模块

    CPAN(Comprehensive Perl Archive Network)中译为“Perl综合典藏网”,“Perl综合档案网”或者“Perl程序库”。CPAN它包含了极多用Perl写成的软件和其文件

    sudo apt-get install cpanminus

    安装后使用如下命令即可安装模块

    cpan App::cpanminus

    比如安装File::MMagic和Perl DBI

    cpanm DBI
    cpanm File::MMagic

    有关cpan的文档可参考:http://www.cpan.org/modules/INSTALL.html

  • 使用apt-cache从源中搜索包

    apt-cache search perl <module-name>

    比如安装

    apt-cache search perl DBD-mysql
    apt-cache search perl DBD-Pg

    libdbd-mysql-perl - Perl5 database interface to the MySQL database
    libdbd-pg-perl - Perl DBI driver for the PostgreSQL database server

    搜索出来以后直接用apt-get install安装即可

  • perl DBI数据库驱动和对应数据库的驱动

参见 http://dev.mysql.com/downloads/dbi.html

cpanm DBI

或者

########
# 安装dbi接口
########
apt-cache search perl dbi-perl
#输出
#libdbi-perl - Perl Database Interface (DBI)
sudo apt-get install libdbi-per
######### 安装对应数据库的DBD driver
########
apt-cache search perl DBD-mysql
#输出
#libdbd-mysql-perl - Perl5 database interface to the MySQL database
#
sudo apt-get install libdbd-mysql-perl
  • perl File::MMagic module
cpanm File::MMagic

或者使用如下命令安装File::MMagic

sudo apt-cache search perl file mmagic
#输出
#libfile-mmagic-perl - Perl module to guess file type
#libfile-mmagic-xs-perl - Perl module to guess file type (à la mod_mime_magic)apt-get install libfile-mmagic-perl
  • 其他 perl 模块

如果你使用 postgresql, 请使用如下

安装数据库

sudo apt-get install postgresql-8.3 postgresql-client-8.3

安装模块

sudo apt-get install libxapian15 libsearch-xapian-perl libapache2-mod-perl2 libcgi-simple-perl libcgi-ajax-perl libhtml-parser-perl libtemplate-perl libterm-progressbar-perl libdevel-size-perl libdbd-pg-perl

1.2 下载安装lxr


1.2.1 下载lxr的源代码


下载地址 : http://sourceforge.net/projects/lxr/files/latest/download?source=files

下载完成后解压到/usr/local/share, (install文档建议目录), 但是为了方便管理我解压在了 /opt

解压后的目录如下图所示, doc中包含了所有的文档信息, INSTALL 安装建议文件就在此目录

执行genxref检查lxr的配置环境

./genxref --checkonly

这个是为了检查LXR配置环境,根据提示缺少什么再安装什么,执行后显示如下

可以看到

  1. 我们需要先配置一份 lxr.conf 的配置文件

  2. 由于我们同时安装了 swish-eglimpse, 因此需要设置使用哪个

1.2.2 生成配置文件


可以使用 scripts/configure-lxr.pl 脚本来生成默认的配置文件, 执行如下命令

./scripts/configure-lxr.pl -vv

配置的过程如下

10:07 gatieme@Aspire:lxr $sudo ./scripts/configure-lxr.pl -vv
*** LXR configurator (version: 2.1) ***LXR root directory is /opt/lxr
Configuration will be stored in custom.d/
directory custom.d created#  单树模式还是多树模式, 慎选, 此选项无法通过配置文件来修改
#  如果想要修改只能删除所有的数据库重新来过
#  如果只希望索引一个源码和host的话选择S即可
Configure for single/multiple trees? [S/m] > m*** LXR web server configuration ***Many different configurations are possible, they are related to the way
LXR service is accessed, i.e. to the structure of the URL.
Refer to the User's Manual for a description of the variants.LXR can be located at the server-root (so called dedicated)
or lower in the server hierarchy (shared because there are
usually other pages or sections).
# 这里我默认
Server type? [dedicated/SHARED] > SHAREDSelecting which tree to display can be done in various ways:1. from the host name (all names are different),2. from a prefix to a common host name (similar to previous)3. from the site section name (all different)4. from interpretation of a section name part (similar to previous)5. from the head of script arguments
Method 5 is highly recommended because it has no impact on webserverconfiguration.
Method 3 is second choice but involves manually setting up manysymbolic links (one per source-tree).
Method 1 & 2 do not involve symbolic links but need populating webserverconfiguration with virtual hosts.Note that method 2 does not work well on //localhost.
Method 4 is deprecated because it has proved not easily portableunder alternate webservers (other than Apache).# 这里我默认
Tree designation? [ARGUMENT
/section name
/prefix in host
/hostname
/embedded in section] > The computer hosting the server is described by an URL.
The form is scheme://host_name:port
where:- scheme is either http or https (http: can be omitted),- host_name can be given as an IP address such as 123.45.67.89or a domain name like localhost or lxr.url.example,- port may be omitted if standard for the scheme.
--- Host name or IP? [//localhost] >
--- Alias name or IP? > http://mylxr.com
--- Alias name or IP? >
URL section name for LXR in your server? [/lxr] > /lxr
Will it be shared by all trees? [YES/no] > yes*** LXR database configuration ***The choice of the database engine can make a difference in indexing performance,
but resource consumption is also an important factor.* For a small personal project, try SQLite which do notneed a server and is free from configuration burden.* For medium to large projects, choice is between MySQL,PostgreSQL and Oracle.Oracle is not a free software, its interface has not beentested for a long time.* PostgreSQL databases are smaller than MySQL'sand performance is roughly equivalent.* MySQL is at its best with large-sized projects(such as kernel cross-referencing) where it is fastest at the costof bigger databases.* Take also in consideration the number of connected users.
#  选择什么数据库
Database engine? [MYSQL/oracle/postgres/sqlite] > MYSQL
The safest option is to create one database per tree.
You can however create a single database for all your trees with a specific set of
tables for each tree (though this is not recommended).
#  使用全局数据库还是每课树一个数据库
#  比较保险的选项是PER TREE, 这样的话各个树的数据互相不干扰
#  但是我为了方便管理, 选择了global
How do you setup the databases? [PER TREE/global] > global
Name of global database? [lxr] > lxr
All databases can be accessed with the same username and
can also be described under the same names.
Will you share database characteristics? [YES/no] > YES
#  数据库的用户名和密码默认就行
--- DB user name? [lxr] > lxr
--- DB password ? [lxrpw] > lxrpw
#  glimpse/swish-e数据的存储路径
--- Directory for glimpse databases? > /opt/lxr/database/glimpse
--- Directory for swish-e databases? > /opt/lxr/database/swish-e
REMINDER: after this configuration step, open lxr.conf
and comment out one of 'glimpsebin' or 'swishbin'.file .htaccess written into LXR root directory
file apache2-require.pl written into configuration directory
file apache-lxrserver.conf written into configuration directory
ERROR: unknown %virtroot% substitution marker!
ERROR: unknown %virtroot% substitution marker!
file lighttpd-lxrserver.conf written into configuration directory
file nginx-lxrserver.conf written into configuration directory
file thttpd-lxrserver.conf written into configuration directory
Mercurial support files written into configuration directory*** LXR master configuration file setup ***Global section part*** Configuring auxiliary tool paths
*** Host name previously defined as http://localhost
*** Configuring HTML parameters
*** 'Buttons-and-menus' interface is recommended for the kernel
*** to avoid screen cluttering.
--- Use 'buttons-and-menus' instead of 'link' interface? [YES/no] > YES
*** Configuring file subsection
*** Configuring "common factors"
*** Marking tree section*** LXR master configuration file setup ***Tree section partSQL script for database initialisation*** Configuring LXR server parameters
*** The virtual root is the fixed URL part after the hostname.
*** You previously defined the virtual root as /lxr
--- Caption in page header? (e.g. Project XYZZY displayed by LXR) > gatieme-lxr
Do you want a speed switch button for this tree ? [YES/no] > YES
--- Short title for button? (e.g. XYZZY) > speed-gatieme
--- Tree identification in URL? (e.g. the-tree) > the-tree
Do you need a specific encoding for this tree ? [yes/NO] > yes
--- Encoding name? (e.g. iso-8859-1) > UTF-8
*** Describing tree location
How is your tree stored? [FILES/cvs/git/svn/hg/bk] > FILES
*** A source directory contains one sub-directory for every version.
--- Source directory? (e.g. /home/myself/project-tree) >  /opt/lxr/database/source
Name to display for the path root? (e.g. Project or $v for version) [$v] >
*** Enumerating versions
Label for version selection menu?  [Version] > * Versions can be explicitly enumerated, be read from a file or computed
*** by a function. The latter case is recommended for VCS-stored trees.
Version enumeration method? [LIST/file/function] >
--- Version name?  > 4.4.6
--- Version name? (hit return to stop) >
*** By default, first version in list is displayed. You may also indicate
*** a prefered version.
--- Default displayed version is first in 'range'? [YES/no] > YES
*** Setting directory lists
*** Some directories may contain non-public project data (binaries,
*** compilers caches, SCM control data, ...). They can be hidden from LXR.
--- Directory to ignore, e.g. CVSROOT or CVS? (hit return to stop) >
*** If your source code uses "include" statements (#include, require, ...)
*** LXR needs hints to resolve the destination file.
--- Include directory, e.g. /include? (hit return to stop) >
*** Configuring data storage
#  数据库表的前缀, 命名规范的话删除很方便
--- DB table prefix? [lxr_] > lxr_#  是否继续配置另外一颗树
*** Configure another tree? [YES/no] > no
configuration saved in custom.d/lxr.conf
DB initialisation sript is custom.d/initdb.sh

配置完成后, 会在 lxr 目录下生成一个 custom.d的目录用于存放生成的脚本和配置文件

脚本/配置文件 描述
lxr.conf lxr的配置文件, 配置了源码树和数据库路径等信息
initdb.sh 创建数据库的脚本
lxr.ctxt
hg-lxr-ext.py
hg.rc
apache2-require.pl
apache-lxrserver.conf
nginx-lxrserver.conf
lighttpd-lxrserver.conf
thttpd-lxrserver.conf

关于配置选项的详细信息, 可以查看Step 3: LXR and Database Configuration

1.2.3 初始化数据库


sudo ./custom.d/initdb.sh

查看 ./custom.d/initdb.sh 文件内容, 再登录到 MySQLlxr 用户、lxr 数据库、表是否跟 ./custom.d/initdb.sh 文件中的一致

1.2.4 配置文件


拷贝刚刚生成的 lxr 配置文件

sudo cp custom.d/lxr.conf .

注意由于我们需要从 glimpseswish-e 中选择一个, 因此找到配置文件中如下信息, 注释掉不需要的

    , 'glimpsebin'     => '/usr/local/bin/glimpse', 'glimpseindex'   => '/usr/local/bin/glimpseindex', 'glimpsedirbase' => '/opt/lxr/database/glimpse'
#   , 'swishbin'     => '/usr/bin/swish-e'
#   , 'swishdirbase' => '/opt/lxr/database/swish-e'
#   , 'swishconf' => '/opt/lxr/templates/swish-e.conf'

1.2.5 配置源码


现在我们配置已经完成了, 在生成源代码的索引之前, 我们需要一份完成的源代码的信息

依照之前的配置, 我们的源代码应该防止在sourceroot制定的目录, 即 /opt/lxr/database/source/$v, 我们现在要索引linux-4.4.6, 就需要将源代码拷贝到 /opt/lxr/database/source/4.4.6, 当然也可以做一个链接

sudo ln -s  linux-linaro-stable-rt-4.4.6 /opt/lxr/database/source/4.4.6

1.2.6 生成索引


sudo ./genxref --url=http://localhost/lxr --version=4.4.6

或者

sudo ./genxref --allurls 4.4.6

更加详细的信息请参见Step 4: Populate LXR Database

等待配置完成即可, 等待的时间会很漫长

1.2.7 配置服务器


拷贝apache的配置文件到apache2的配置目录

sudo cp custom.d/apache-lxrserver.conf  /etc/apache2/conf-enabled/

重启apache2服务

sudo service apache2 restart

其他服务器的配置请参见Step 5: Configure the Web Server

1.2.8 验证


然后我们直接访问

http://localhost/lxr/source

或者之前绑定的本地域名

http://mylxr.com/source

即可

1.2.9 可能遇到的问题


一下, 参照 liuqiaoyu080512 提供的帮助

  • 显示 source 源码 而, 不是运行结果

配置完成之后, 访问 http://localhost/lxr/source

发现浏览器中看到的是 source 的源码,而不是运行结果

则说明 cgi 模块未开启, cgi 模块的信息请参见 apache2 配置目录下的 mods-availablemods-enabled.

sudo a2enmod cgid

新装的 apache2 由于当前的环境最后开启的是 cgid 模块,这个没关系, 功能应该跟 cgi 一样。

  • 浏览器缓存的问题

至此已经配置成功了, 但是但是浏览器有一点很恶心, 先说一下:Firefox 会缓存页面,也许你配置已经成功了,但是 Firefox 直接展示缓存的页面,你看到的还是 source 文件的 perl 源码,
所以在判断是否配置成功前清除缓存:首选项->高级->网络->网络内容缓存 选立即清除。

  • custom.d/apache-lxrserver.conf 配置文件不管用

正常来说 /etc/apache2/apache2.conf 内部的如下两行, 会加载 conf-enabledsites-enabled 下的所有配置文件

# Include generic snippets of statements
IncludeOptional conf-enabled/*.conf# Include the virtual host configurations:
IncludeOptional sites-enabled/*.conf

但是如果仍然出现 custom.d/apache-lxrserver.conf 的配置不管用, 因此可以直接修改了默认的配置文件 /etc/apache2/sites-enabled/000-default.conf

<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html# 这里开始是新增内容
ScriptAlias /lxr/ /opt/lxr/
<Directory "/opt/lxr/">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Require all granted
AddHandler default-handler .jpg .png .css # 避免这些文件也被当做脚本执行
</Directory>
# 新增内容结束ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined</VirtualHost>

1.3 关于lxrng


lxrng 是一个lxr的实验性分支, 添加了很多新的功能

关于lxrng的使用, 请参见

Technical Writing’s Rule Of Thumb + Local Web based Code Cross Reference (eg. LXR clone

2 参考


Ubuntu 14.04 搭建LXR 本地服务器

ubuntu 12.04上安装LXR 0.11(zz)

Technical Writing’s Rule Of Thumb + Local Web based Code Cross Reference (eg. LXR clone

Install. Instructions

源码阅读工具 lxr 安装配置初探

codeinsight VS opengrok

Ubuntu14.04搭建LXR本地服务器阅读Linux内核代码相关推荐

  1. linux 内核编号含义_如何阅读linux内核代码?

    阅读代码从来就是不可行的方法,有篇文章详细讲了这个事,很多人都觉得应该多读代码, 读好的代码,比如Donald Knuth. 但事实上, 只要简单让你描述一下最近读了什么代码,绝大多数人都说不上.文章 ...

  2. Ubuntu 安裝 GNU Global(gtags) 阅读Linux内核源码

    CSDN GitHub Ubuntu 安裝 GNU Global(gtags) 阅读Linux内核源码 AderXCoding/system/tools/global 本作品采用知识共享署名-非商业性 ...

  3. 10分钟学会像大佬一样阅读Linux内核

    Linux内核代码的庞大令不少人"望而却步",究其原因可以总结为以下几点: 1.认为内核源码"高不可攀".其实内核源码分析的难度不在于源码本身,而在于如何使用更 ...

  4. ubuntu 20.04搭建samba文件共享服务器,实现基于Linux和Windows的共享文件服务

    ubuntu 20.04搭建samba文件共享服务器,实现基于Linux和Windows的共享文件服务--超详细 一,samba的基本概念 二,samba的安装 三,samba的基本配置 创建文件夹 ...

  5. 群晖 python_利用群晖Docker安装ubuntu16.04搭建python网站服务器(安装篇)

    折腾的原因:我目前有两个网站需要挂载,因为为了玩,并不是为了大流量,所以就挂在家里的群晖中.一个是小圈子(www.cirdown.com:81),因为用的是discuz论坛,php的,所以直接用我的黑 ...

  6. [ 搭建Redis本地服务器实践系列三 ] :图解Redis客户端工具连接Redis服务器

    原文:[ 搭建Redis本地服务器实践系列三 ] :图解Redis客户端工具连接Redis服务器 上一章 [ 搭建Redis本地服务器实践系列二 ] :图解CentOS7配置Redis  介绍了Red ...

  7. Win10系统上搭建GIT本地服务器

    由于网上在window下搭建本地服务器的教程较少,基本上都是Linux系统下的教程.所以就在这里写下这篇博客,面向初使用Git的新手. 这里搭建Git本地服务器我用的工具是Git2.9.2和Gitbl ...

  8. 群晖python套件包_利用群晖Docker安装ubuntu16.04搭建python网站服务器(部署篇)

    在帖子<利用群晖Docker安装ubuntu16.04搭建python网站服务器(安装篇)(地址:http://www.cirdown.com:81/thread-185-1-1.html)&g ...

  9. Window系统下搭建GIT本地服务器详细教程

    文章目录 说明 软件 安装配置 设置windows service方式启动GitBlit 说明 1.因为信息安全 2.商业机密 3.所以就要做本地git服务 软件 这里搭建Git本地服务器我用的工具是 ...

最新文章

  1. 在本地安装git的HTML帮助文档
  2. 演讲者模式投影到幕布也看到备注_家用投影幕布怎么选?(看这一篇就明白了)...
  3. 服务器线程数一直增加,.NET Core中遇到奇怪的线程死锁问题:内存与线程数不停地增长...
  4. 开工第一天,老板补发年终奖,一箱18元的冰棍
  5. 图标设计素材|解析UI设计图标
  6. [BZOJ 4010] 菜肴制作
  7. Linux虚拟文件系统小结
  8. 项目申请html模板,做项目申请报告范文-有模板
  9. 产品经理面试——简历填写
  10. 计算机网络路由交换技术运用,计算机网络路由交换的技术应用与发展趋势研究...
  11. 今日头条视频如何收益
  12. 开源: CVPR 2020 修复你的老照片
  13. Oracle Database 12c新特性 In-Database Archiving数据库内归档
  14. vue实现用户登录验证 + 权限验证 + 动态路由(左侧菜单栏)
  15. photoshop 去掉背景
  16. Word编辑与排版一
  17. 如何在苹果电脑Mac浏览器Safari中安装使用浏览器插件
  18. leetcode【537】Complex Number Multiplication(复数相乘)
  19. RSRS(阻力支撑相对强度)择时策略(下)
  20. 机器学习模型5——贝叶斯分类器

热门文章

  1. mt2503 [ShapeEngine]泰语音标字符发生偏移
  2. DCMTK之MPPS服务实现
  3. 知道创宇云防御平台通过2021上半年可信云安全运营中心能力评估
  4. Linux基操 笔记
  5. AVP的商业化之路还有多远?
  6. 如何使用JMeter自身代理录制测试脚本
  7. html图片定位代码怎么写,如何在css中设置插入图片定位
  8. 解决 Windows 商店 0x800704cf 网络问题
  9. 快排C语言三种实现方法(大同小异)
  10. 计算机网络 中 网络层