1. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  2. VAR=VALUE. See below for descriptions of some of the useful variables.
  3.  
  4. Defaults for the options are specified in brackets.
  5.  
  6. Configuration:
  7. -h, --help display this help and exit
  8. --help=short display options specific to this package
  9. --help=recursive display the short help of all the included packages
  10. -V, --version display version information and exit
  11. -q, --quiet, --silent do not print `checking ...' messages
  12. --cache-file=FILE cache test results in FILE [disabled]
  13. -C, --config-cache alias for `--cache-file=config.cache'
  14. -n, --no-create do not create output files
  15. --srcdir=DIR find the sources in DIR [configure dir or `..']
  16.  
  17. Installation directories:
  18. --prefix=PREFIX install architecture-independent files in PREFIX
  19. [/usr/local]
  20. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  21. [PREFIX]
  22.  
  23. By default, `make install' will install all the files in
  24. `/usr/local/bin', `/usr/local/lib' etc. You can specify
  25. an installation prefix other than `/usr/local' using `--prefix',
  26. for instance `--prefix=$HOME'.
  27.  
  28. For better control, use the options below.
  29.  
  30. Fine tuning of the installation directories:
  31. --bindir=DIR user executables [EPREFIX/bin]
  32. --sbindir=DIR system admin executables [EPREFIX/sbin]
  33. --libexecdir=DIR program executables [EPREFIX/libexec]
  34. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  35. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  36. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  37. --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
  38. --libdir=DIR object code libraries [EPREFIX/lib]
  39. --includedir=DIR C header files [PREFIX/include]
  40. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  41. --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
  42. --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
  43. --infodir=DIR info documentation [DATAROOTDIR/info]
  44. --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
  45. --mandir=DIR man documentation [DATAROOTDIR/man]
  46. --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
  47. --htmldir=DIR html documentation [DOCDIR]
  48. --dvidir=DIR dvi documentation [DOCDIR]
  49. --pdfdir=DIR pdf documentation [DOCDIR]
  50. --psdir=DIR ps documentation [DOCDIR]
  51.  
  52. System types:
  53. --build=BUILD configure for building on BUILD [guessed]
  54. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  55. --target=TARGET configure for building compilers for TARGET [HOST]
  56.  
  57. Optional Features and Packages:
  58. --disable-option-checking ignore unrecognized --enable/--with options
  59. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  60. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  61. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  62. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  63. --with-libdir=NAME Look for libraries in .../NAME rather than .../lib
  64. --disable-rpath Disable passing additional runtime library
  65. search paths
  66. --enable-re2c-cgoto Enable -g flag to re2c to use computed goto gcc extension
  67. --disable-gcc-global-regs
  68. whether to enable GCC global register variables
  69.  
  70. SAPI modules:
  71.  
  72. --with-apxs2=FILE Build shared Apache 2.0 Handler module. FILE is the optional
  73. pathname to the Apache apxs tool apxs
  74. --disable-cli Disable building CLI version of PHP
  75. (this forces --without-pear)
  76. --enable-embed=TYPE EXPERIMENTAL: Enable building of embedded SAPI library
  77. TYPE is either 'shared' or 'static'. TYPE=shared
  78. --enable-fpm Enable building of the fpm SAPI executable
  79. --with-fpm-user=USER Set the user for php-fpm to run as. (default: nobody)
  80. --with-fpm-group=GRP Set the group for php-fpm to run as. For a system user, this
  81. should usually be set to match the fpm username (default: nobody)
  82. --with-fpm-systemd Activate systemd integration
  83. --with-fpm-acl Use POSIX Access Control Lists
  84. --with-litespeed Build PHP as litespeed module
  85. --enable-phpdbg Build phpdbg
  86. --enable-phpdbg-webhelper
  87. Build phpdbg web SAPI support
  88. --enable-phpdbg-debug Build phpdbg in debug mode
  89. --disable-cgi Disable building CGI version of PHP
  90. --with-valgrind=DIR Enable valgrind support
  91.  
  92. General settings:
  93.  
  94. --enable-gcov Enable GCOV code coverage (requires LTP) - FOR DEVELOPERS ONLY!!
  95. --enable-debug Compile with debugging symbols
  96. --with-layout=TYPE Set how installed files will be laid out. Type can
  97. be either PHP or GNU [PHP]
  98. --with-config-file-path=PATH
  99. Set the path in which to look for php.ini [PREFIX/lib]
  100. --with-config-file-scan-dir=PATH
  101. Set the path where to scan for configuration files
  102. --enable-sigchild Enable PHP's own SIGCHLD handler
  103. --enable-libgcc Enable explicitly linking against libgcc
  104. --disable-short-tags Disable the short-form <? start tag by default
  105. --enable-dmalloc Enable dmalloc
  106. --disable-ipv6 Disable IPv6 support
  107. --enable-dtrace Enable DTrace support
  108. --enable-fd-setsize Set size of descriptor sets
  109.  
  110. Extensions:
  111.  
  112. --with-EXTENSION=shared[,PATH]
  113.  
  114. NOTE: Not all extensions can be build as 'shared'.
  115.  
  116. Example: --with-foobar=shared,/usr/local/foobar/
  117.  
  118. o Builds the foobar extension as shared extension.
  119. o foobar package install prefix is /usr/local/foobar/
  120.  
  121. --disable-all Disable all extensions which are enabled by default
  122.  
  123. --disable-libxml Disable LIBXML support
  124. --with-libxml-dir=DIR LIBXML: libxml2 install prefix
  125. --with-openssl=DIR Include OpenSSL support (requires OpenSSL >= 1.0.)
  126. --with-kerberos=DIR OPENSSL: Include Kerberos support
  127. --with-system-ciphers OPENSSL: Use system default cipher list instead of hardcoded value
  128. --with-pcre-regex=DIR Include Perl Compatible Regular Expressions support.
  129. DIR is the PCRE install prefix BUNDLED
  130. --with-pcre-jit Enable PCRE JIT functionality (BUNDLED only)
  131. --with-pcre-valgrind=DIR
  132. Enable PCRE valgrind support. Developers only!
  133. --without-sqlite3=DIR Do not include SQLite3 support. DIR is the prefix to
  134. SQLite3 installation directory.
  135. --with-zlib=DIR Include ZLIB support (requires zlib >= 1.2.0.4)
  136. --with-zlib-dir=<DIR> Define the location of zlib install directory
  137. --enable-bcmath Enable bc style precision math functions
  138. --with-bz2=DIR Include BZip2 support
  139. --enable-calendar Enable support for calendar conversion
  140. --disable-ctype Disable ctype functions
  141. --with-curl=DIR Include cURL support
  142. --enable-dba Build DBA with bundled modules. To build shared DBA
  143. extension use --enable-dba=shared
  144. --with-qdbm=DIR DBA: QDBM support
  145. --with-gdbm=DIR DBA: GDBM support
  146. --with-ndbm=DIR DBA: NDBM support
  147. --with-db4=DIR DBA: Oracle Berkeley DB .x or .x support
  148. --with-db3=DIR DBA: Oracle Berkeley DB .x support
  149. --with-db2=DIR DBA: Oracle Berkeley DB .x support
  150. --with-db1=DIR DBA: Oracle Berkeley DB .x support/emulation
  151. --with-dbm=DIR DBA: DBM support
  152. --with-tcadb=DIR DBA: Tokyo Cabinet abstract DB support
  153. --with-lmdb=DIR DBA: Lightning memory-mapped database support
  154. --without-cdb=DIR DBA: CDB support (bundled)
  155. --disable-inifile DBA: INI support (bundled)
  156. --disable-flatfile DBA: FlatFile support (bundled)
  157. --disable-dom Disable DOM support
  158. --with-libxml-dir=DIR DOM: libxml2 install prefix
  159. --with-enchant=DIR Include enchant support.
  160. GNU Aspell version 1.1. or higher required.
  161. --enable-exif Enable EXIF (metadata from images) support
  162. --disable-fileinfo Disable fileinfo support
  163. --disable-filter Disable input filter support
  164. --with-pcre-dir FILTER: pcre install prefix
  165. --enable-ftp Enable FTP support
  166. --with-openssl-dir=DIR FTP: openssl install prefix
  167. --with-gd=DIR Include GD support. DIR is the GD library base
  168. install directory BUNDLED
  169. --with-webp-dir=DIR GD: Set the path to libwebp install prefix
  170. --with-jpeg-dir=DIR GD: Set the path to libjpeg install prefix
  171. --with-png-dir=DIR GD: Set the path to libpng install prefix
  172. --with-zlib-dir=DIR GD: Set the path to libz install prefix
  173. --with-xpm-dir=DIR GD: Set the path to libXpm install prefix
  174. --with-freetype-dir=DIR GD: Set the path to FreeType install prefix
  175. --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support
  176. --with-gettext=DIR Include GNU gettext support
  177. --with-gmp=DIR Include GNU MP support
  178. --with-mhash=DIR Include mhash support
  179. --disable-hash Disable hash support
  180. --without-iconv=DIR Exclude iconv support
  181. --with-imap=DIR Include IMAP support. DIR is the c-client install prefix
  182. --with-kerberos=DIR IMAP: Include Kerberos support. DIR is the Kerberos install prefix
  183. --with-imap-ssl=DIR IMAP: Include SSL support. DIR is the OpenSSL install prefix
  184. --with-interbase=DIR Include Firebird support. DIR is the Firebird base
  185. install directory /opt/firebird
  186. --enable-intl Enable internationalization support
  187. --with-icu-dir=DIR Specify where ICU libraries and headers can be found
  188. --disable-json Disable JavaScript Object Serialization support
  189. --with-ldap=DIR Include LDAP support
  190. --with-ldap-sasl=DIR LDAP: Include Cyrus SASL support
  191. --enable-mbstring Enable multibyte string support
  192. --disable-mbregex MBSTRING: Disable multibyte regex support
  193. --disable-mbregex-backtrack
  194. MBSTRING: Disable multibyte regex backtrack check
  195. --with-onig=DIR MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
  196. If DIR is not set, the bundled oniguruma will be used
  197. --with-mysqli=FILE Include MySQLi support. FILE is the path
  198. to mysql_config. If no value or mysqlnd is passed
  199. as FILE, the MySQL native driver will be used
  200. --enable-embedded-mysqli
  201. MYSQLi: Enable embedded support
  202. Note: Does not work with MySQL native driver!
  203. --with-mysql-sock=SOCKPATH
  204. MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer.
  205. If unspecified, the default locations are searched
  206. --with-oci8=DIR Include Oracle Database OCI8 support. DIR defaults to $ORACLE_HOME.
  207. Use --with-oci8=instantclient,/path/to/instant/client/lib
  208. to use an Oracle Instant Client installation
  209. --with-odbcver=HEX Force support for the passed ODBC version. A hex number is expected, default 0x0350.
  210. Use the special value of to prevent an explicit ODBCVER to be defined.
  211. --with-adabas=DIR Include Adabas D support /usr/local
  212. --with-sapdb=DIR Include SAP DB support /usr/local
  213. --with-solid=DIR Include Solid support /usr/local/solid
  214. --with-ibm-db2=DIR Include IBM DB2 support /home/db2inst1/sqllib
  215. --with-empress=DIR Include Empress support \$EMPRESSPATH
  216. (Empress Version >= 8.60 required)
  217. --with-empress-bcs=DIR Include Empress Local Access support \$EMPRESSPATH
  218. (Empress Version >= 8.60 required)
  219. --with-custom-odbc=DIR Include user defined ODBC support. DIR is ODBC install base
  220. directory /usr/local. Make sure to define CUSTOM_ODBC_LIBS and
  221. have some odbc.h in your include dirs. f.e. you should define
  222. following for Sybase SQL Anywhere 5.5. on QNX, prior to
  223. running this configure script:
  224. CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\"
  225. LDFLAGS=-lunix
  226. CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"
  227. --with-iodbc=DIR Include iODBC support /usr/local
  228. --with-esoob=DIR Include Easysoft OOB support /usr/local/easysoft/oob/client
  229. --with-unixODBC=DIR Include unixODBC support /usr/local
  230. --with-dbmaker=DIR Include DBMaker support
  231. --disable-opcache Disable Zend OPcache support
  232. --disable-opcache-file Disable file based caching
  233. --disable-huge-code-pages
  234. Disable copying PHP CODE pages into HUGE PAGES
  235. --enable-pcntl Enable pcntl support (CLI/CGI only)
  236. --disable-pdo Disable PHP Data Objects support
  237. --with-pdo-dblib=DIR PDO: DBLIB-DB support. DIR is the FreeTDS home directory
  238. --with-pdo-firebird=DIR PDO: Firebird support. DIR is the Firebird base
  239. install directory /opt/firebird
  240. --with-pdo-mysql=DIR PDO: MySQL support. DIR is the MySQL base directory
  241. If no value or mysqlnd is passed as DIR, the
  242. MySQL native driver will be used
  243. --with-zlib-dir=DIR PDO_MySQL: Set the path to libz install prefix
  244. --with-pdo-oci=DIR PDO: Oracle OCI support. DIR defaults to $ORACLE_HOME.
  245. Use --with-pdo-oci=instantclient,/path/to/instant/client/lib
  246. for an Oracle Instant Client installation.
  247. --with-pdo-odbc=flavour,dir
  248. PDO: Support for 'flavour' ODBC driver.
  249. include and lib dirs are looked for under 'dir'.
  250.  
  251. 'flavour' can be one of: ibm-db2, iODBC, unixODBC, generic
  252. If ',dir' part is omitted, default for the flavour
  253. you have selected will be used. e.g.:
  254.  
  255. --with-pdo-odbc=unixODBC
  256.  
  257. will check for unixODBC under /usr/local. You may attempt
  258. to use an otherwise unsupported driver using the 'generic'
  259. flavour. The syntax for generic ODBC support is:
  260.  
  261. --with-pdo-odbc=generic,dir,libname,ldflags,cflags
  262.  
  263. When built as 'shared' the extension filename is always pdo_odbc.so
  264. --with-pdo-pgsql=DIR PDO: PostgreSQL support. DIR is the PostgreSQL base
  265. install directory or the path to pg_config
  266. --without-pdo-sqlite=DIR
  267. PDO: sqlite support. DIR is the sqlite base
  268. install directory BUNDLED
  269. --with-pgsql=DIR Include PostgreSQL support. DIR is the PostgreSQL
  270. base install directory or the path to pg_config
  271. --disable-phar Disable phar support
  272. --disable-posix Disable POSIX-like functions
  273. --with-pspell=DIR Include PSPELL support.
  274. GNU Aspell version 0.50. or higher required
  275. --with-libedit=DIR Include libedit readline replacement (CLI/CGI only)
  276. --with-readline=DIR Include readline support (CLI/CGI only)
  277. --with-recode=DIR Include recode support
  278. --disable-session Disable session support
  279. --with-mm=DIR SESSION: Include mm support for session storage
  280. --enable-shmop Enable shmop support
  281. --disable-simplexml Disable SimpleXML support
  282. --with-libxml-dir=DIR SimpleXML: libxml2 install prefix
  283. --with-snmp=DIR Include SNMP support
  284. --with-openssl-dir=DIR SNMP: openssl install prefix
  285. --enable-soap Enable SOAP support
  286. --with-libxml-dir=DIR SOAP: libxml2 install prefix
  287. --enable-sockets Enable sockets support
  288. --with-sodium=DIR Include sodium support
  289. --with-password-argon2=DIR
  290. Include Argon2 support in password_*. DIR is the Argon2 shared library path
  291. --enable-sysvmsg Enable sysvmsg support
  292. --enable-sysvsem Enable System V semaphore support
  293. --enable-sysvshm Enable the System V shared memory support
  294. --with-tidy=DIR Include TIDY support
  295. --disable-tokenizer Disable tokenizer support
  296. --enable-wddx Enable WDDX support
  297. --with-libxml-dir=DIR WDDX: libxml2 install prefix
  298. --with-libexpat-dir=DIR WDDX: libexpat dir for XMLRPC-EPI (deprecated)
  299. --disable-xml Disable XML support
  300. --with-libxml-dir=DIR XML: libxml2 install prefix
  301. --with-libexpat-dir=DIR XML: libexpat install prefix (deprecated)
  302. --disable-xmlreader Disable XMLReader support
  303. --with-libxml-dir=DIR XMLReader: libxml2 install prefix
  304. --with-xmlrpc=DIR Include XMLRPC-EPI support
  305. --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix
  306. --with-libexpat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI (deprecated)
  307. --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI
  308. --disable-xmlwriter Disable XMLWriter support
  309. --with-libxml-dir=DIR XMLWriter: libxml2 install prefix
  310. --with-xsl=DIR Include XSL support. DIR is the libxslt base
  311. install directory (libxslt >= 1.1. required)
  312. --enable-zend-test Enable zend-test extension
  313. --enable-zip Include Zip read/write support
  314. --with-zlib-dir=DIR ZIP: Set the path to libz install prefix
  315. --with-pcre-dir ZIP: pcre install prefix
  316. --with-libzip=DIR ZIP: use libzip
  317. --enable-mysqlnd Enable mysqlnd explicitly, will be done implicitly
  318. when required by other extensions
  319. --disable-mysqlnd-compression-support
  320. Disable support for the MySQL compressed protocol in mysqlnd
  321. --with-zlib-dir=DIR mysqlnd: Set the path to libz install prefix
  322.  
  323. PEAR:
  324.  
  325. --with-pear=DIR Install PEAR in DIR [PREFIX/lib/php]
  326. --without-pear Do not install PEAR
  327.  
  328. Zend:
  329.  
  330. --enable-maintainer-zts Enable thread safety - for code maintainers only!!
  331. --disable-inline-optimization
  332. If building zend_execute.lo fails, try this switch
  333. --disable-zend-signals whether to enable zend signal handling
  334.  
  335. TSRM:
  336.  
  337. --with-tsrm-pth=pth-config
  338. Use GNU Pth
  339. --with-tsrm-st Use SGI's State Threads
  340. --with-tsrm-pthreads Use POSIX threads (default)
  341.  
  342. Libtool:
  343.  
  344. --enable-shared=PKGS Build shared libraries default=yes
  345. --enable-static=PKGS Build static libraries default=yes
  346. --enable-fast-install=PKGS
  347. Optimize for fast installation default=yes
  348. --with-gnu-ld Assume the C compiler uses GNU ld default=no
  349. --disable-libtool-lock Avoid locking (might break parallel builds)
  350. --with-pic Try to use only PIC/non-PIC objects default=use both
  351. --with-tags=TAGS Include additional configurations automatic
  352.  
  353. Some influential environment variables:
  354. CC C compiler command
  355. CFLAGS C compiler flags
  356. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  357. nonstandard directory <lib dir>
  358. LIBS libraries to pass to the linker, e.g. -l<library>
  359. CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  360. you have headers in a nonstandard directory <include dir>
  361. CPP C preprocessor
  362. YACC The `Yet Another Compiler Compiler' implementation to use.
  363. Defaults to the first program found out of: `bison -y', `byacc',
  364. `yacc'.
  365. YFLAGS The list of arguments that will be passed by default to $YACC.
  366. This script will default YFLAGS to the empty string to avoid a
  367. default value of `-d' given by some make applications.
  368. CXX C++ compiler command
  369. CXXFLAGS C++ compiler flags
  370. CXXCPP C++ preprocessor
  371.  
  372. Use these variables to override the choices made by `configure' or to help
  373. it to find libraries and programs with nonstandard names/locations.

php7.33 configure的更多相关文章

  1. 解决php7.3 configure: error: off_t undefined

    //解决该问题:php7.3 configure: error: off_t undefined; check your library configuration # 添加搜索路径到配置文件echo ...

  2. centos7.5环境下编译安装php7.0.30并安装redis和mongo扩展

    .安装php7..30的脚本 # vim install_php.sh #!/bin/bash # 安装基本依赖 yum install -y gcc gcc-c++ htop telnet ioto ...

  3. LNMP源码编译安装(centos7+nginx1.9+mysql5.6+php7)

    1.准备工作: 1)把所有的软件安装在/Data/apps/,源码包放在/Data/tgz/,数据放在/Data/data,日志文件放在/Data/logs,项目放在/Data/webapps, mk ...

  4. 记 Mac Pro 系统升级后,编译安装 PHP-5.6.28 / PHP-7.0 报错修复过程

    买 Mac Pro 的时候,系统为 OS X 10.11.5,编译 PHP-5.6.21 的时候,也遇到一些坑,安装过程记录如下: Mac Pro 编译安装 PHP 5.6.21 及 问题汇总 后来, ...

  5. 搭建LNAMP环境(四)- 源码安装PHP7

    上一篇:搭建LNAMP环境(三)- 源码安装Apache2.4 一.安装PHP7 1.yum安装编译php需要的包 yum -y install libxml2 libxml2-devel curl- ...

  6. nginx php7 配置 备用

    yum install epel-* -y yum install -y wget unzip gcc gcc-c++ make zlib zlib-devel pcre pcre-devel lib ...

  7. php7 install memcache extension

    #download source code package from git $ git clone https://github.com/websupport-sk/pecl-memcache.gi ...

  8. Ubuntu 16.04 源码编译安装PHP7

    一.下载PHP7的最新版源码 php7.0.9  下载地址 http://php.net/get/php-7.0.9.tar.gz/from/a/mirror 二.解压 tar -zxf /tmp/p ...

  9. linux下php7安装memcached、redis扩展

    linux下php7安装memcached.redis扩展 1.php7安装Memcached扩展 比如说我现在使用了最新的 Ubuntu 16.04,虽然内置了 PHP 7 源,但 memcache ...

随机推荐

  1. Tajo--一个分布式数据仓库系统(概述)

    前言:一直对OS X比较仰慕,刚工作送给自己的第一件大礼就是mac pro,嘿嘿.最近在看一个叫tajo得分布式数据仓库,需要依赖protoc 2.4.1,2.5.0都不work,不知道为啥,我在装2 ...

  2. 常州day5

    Task 1 小 W 和小 M 一起玩拼图游戏啦~ 小 M 给小 M 一张 N 个点的图,有 M 条可选无向边,每条边有一个甜蜜值,小 W 要选 K条边,使得任意两点间最多有一条路径,并且选择的 K条 ...

  3. Linux内核分析第三周——构造一个简单的Linux系统MenuOS

    构造一个简单的Linux系统MenuOS 李雪琦 + 原创作品转载请注明出处 + <Linux内核分析>MOOC课程http://mooc.study.163.com/course/UST ...

  4. Codeforces 601D. Acyclic Organic Compounds(四个愿望一次满足)

    trie合并的裸题...因为最多只有n个点,所以最多合并n次,复杂度$O(N*26)$. #include<iostream> #include<cstring> #inclu ...

  5. 对于redis底层框架的理解(五)

    之前总结了redis的通讯流程,基本框架,epoll的封装等等,这次介绍下 redis对于select模型的封装 //select 模型 typedef struct aeApiState { //读 ...

  6. Linux常用网络工具:路由扫描之traceroute

    之前两篇<Linux常用网络工具:fping主机扫描>和<Linux常用网络工具:hping高级主机扫描>都是关于主机扫描的,本篇介绍Linux下常用的路由扫描工具tracer ...

  7. JavaSE的学习路线

    基于现阶段的JavaEE学习的对象,主要是趋向于Web的方向,主要就是说在JavaWeb的基础上进行进一步的开发和学习,下面我会将自己总结的对于自己的一点关于JavaEE学习路线会逐步讲解. 第一部分 ...

  8. 1.ideal常用快捷键

    Alt+回车 导入包,自动修正Ctrl+N   查找类Ctrl+Shift+N 查找文件Ctrl+Alt+L  格式化代码 Ctrl+Alt+O 优化导入的类和包Alt+Insert 生成代码(如ge ...

  9. 816E. Karen and Supermarket 树形DP

    LINK 题意:给出n个商品,除第一个商品外,所有商品可以选择使用优惠券,但要求其前驱商品已被购买,问消费k以下能买几个不同的商品 思路:题意很明显就是树形DP.对于一个商品有三种选择,买且使用优惠券 ...

  10. k8s+docker学习连接汇总

    http://guide.daocloud.io/dcs/docker-9153982.html http://www.dczou.com/viemall/802.html https://wangl ...