实例介绍
pcre-8.10.tar.gz主要用户nginx反向代理路径重写 nginx-1.1.1.tar.gz 以上资源都可以在本人资源库查找到,安装配置步骤也可在博客查找到 稳定资源,放心使用本人亲测没问题
【实例截图】
【核心代码】
pcre-8.10.tar
└── pcre-8.10
├── 132html
├── aclocal.m4
├── AUTHORS
├── ChangeLog
├── CleanTxt
├── cmake
│ ├── COPYING-CMAKE-SCRIPTS
│ ├── FindPackageHandleStandardArgs.cmake
│ └── FindReadline.cmake
├── CMakeLists.txt
├── config-cmake.h.in
├── config.guess
├── config.h.generic
├── config.h.in
├── config.sub
├── configure
├── configure.ac
├── COPYING
├── depcomp
├── Detrail
├── dftables.c
├── doc
│ ├── html
│ │ ├── index.html
│ │ ├── pcreapi.html
│ │ ├── pcrebuild.html
│ │ ├── pcrecallout.html
│ │ ├── pcrecompat.html
│ │ ├── pcre_compile2.html
│ │ ├── pcre_compile.html
│ │ ├── pcre-config.html
│ │ ├── pcre_config.html
│ │ ├── pcre_copy_named_substring.html
│ │ ├── pcre_copy_substring.html
│ │ ├── pcrecpp.html
│ │ ├── pcredemo.html
│ │ ├── pcre_dfa_exec.html
│ │ ├── pcre_exec.html
│ │ ├── pcre_free_substring.html
│ │ ├── pcre_free_substring_list.html
│ │ ├── pcre_fullinfo.html
│ │ ├── pcre_get_named_substring.html
│ │ ├── pcre_get_stringnumber.html
│ │ ├── pcre_get_stringtable_entries.html
│ │ ├── pcre_get_substring.html
│ │ ├── pcre_get_substring_list.html
│ │ ├── pcregrep.html
│ │ ├── pcre.html
│ │ ├── pcre_info.html
│ │ ├── pcre_maketables.html
│ │ ├── pcrematching.html
│ │ ├── pcrepartial.html
│ │ ├── pcrepattern.html
│ │ ├── pcreperform.html
│ │ ├── pcreposix.html
│ │ ├── pcreprecompile.html
│ │ ├── pcre_refcount.html
│ │ ├── pcresample.html
│ │ ├── pcrestack.html
│ │ ├── pcre_study.html
│ │ ├── pcresyntax.html
│ │ ├── pcretest.html
│ │ └── pcre_version.html
│ ├── index.html.src
│ ├── pcre.3
│ ├── pcreapi.3
│ ├── pcrebuild.3
│ ├── pcrecallout.3
│ ├── pcrecompat.3
│ ├── pcre_compile2.3
│ ├── pcre_compile.3
│ ├── pcre-config.1
│ ├── pcre_config.3
│ ├── pcre-config.txt
│ ├── pcre_copy_named_substring.3
│ ├── pcre_copy_substring.3
│ ├── pcrecpp.3
│ ├── pcre_dfa_exec.3
│ ├── pcre_exec.3
│ ├── pcre_free_substring.3
│ ├── pcre_free_substring_list.3
│ ├── pcre_fullinfo.3
│ ├── pcre_get_named_substring.3
│ ├── pcre_get_stringnumber.3
│ ├── pcre_get_stringtable_entries.3
│ ├── pcre_get_substring.3
│ ├── pcre_get_substring_list.3
│ ├── pcregrep.1
│ ├── pcregrep.txt
│ ├── pcre_info.3
│ ├── pcre_maketables.3
│ ├── pcrematching.3
│ ├── pcrepartial.3
│ ├── pcrepattern.3
│ ├── pcreperform.3
│ ├── pcreposix.3
│ ├── pcreprecompile.3
│ ├── pcre_refcount.3
│ ├── pcresample.3
│ ├── pcrestack.3
│ ├── pcre_study.3
│ ├── pcresyntax.3
│ ├── pcretest.1
│ ├── pcretest.txt
│ ├── pcre.txt
│ ├── pcre_version.3
│ └── perltest.txt
├── HACKING
├── INSTALL
├── install-sh
├── libpcrecpp.pc.in
├── libpcre.pc.in
├── libpcreposix.pc.in
├── LICENCE
├── ltmain.sh
├── Makefile.am
├── Makefile.in
├── makevp.bat
├── makevp_c.txt
├── makevp_l.txt
├── missing
├── NEWS
├── NON-UNIX-USE
├── pcre_chartables.c.dist
├── pcre_compile.c
├── pcre_config.c
├── pcre-config.in
├── pcrecpparg.h.in
├── pcrecpp.cc
├── pcrecpp.h
├── pcrecpp_internal.h
├── pcrecpp_unittest.cc
├── pcredemo.c
├── pcre_dfa_exec.c
├── pcre_exec.c
├── pcre_fullinfo.c
├── pcre_get.c
├── pcregexp.pas
├── pcre_globals.c
├── pcregrep.c
├── pcre.h.generic
├── pcre.h.in
├── pcre_info.c
├── pcre_internal.h
├── pcre_maketables.c
├── pcre_newline.c
├── pcre_ord2utf8.c
├── pcreposix.c
├── pcreposix.h
├── pcre_printint.src
├── pcre_refcount.c
├── pcre_scanner.cc
├── pcre_scanner.h
├── pcre_scanner_unittest.cc
├── pcre_stringpiece.cc
├── pcre_stringpiece.h.in
├── pcre_stringpiece_unittest.cc
├── pcre_study.c
├── pcre_tables.c
├── pcretest.c
├── pcre_try_flipped.c
├── pcre_ucd.c
├── pcre_valid_utf8.c
├── pcre_version.c
├── pcre_xclass.c
├── perltest.pl
├── PrepareRelease
├── README
├── RunGrepTest
├── RunTest
├── RunTest.bat
├── testdata
│ ├── grepinput
│ ├── grepinput8
│ ├── grepinputv
│ ├── grepinputx
│ ├── greplist
│ ├── grepoutput
│ ├── grepoutput8
│ ├── grepoutputN
│ ├── testinput1
│ ├── testinput10
│ ├── testinput11
│ ├── testinput12
│ ├── testinput2
│ ├── testinput3
│ ├── testinput4
│ ├── testinput5
│ ├── testinput6
│ ├── testinput7
│ ├── testinput8
│ ├── testinput9
│ ├── testoutput1
│ ├── testoutput10
│ ├── testoutput11
│ ├── testoutput12
│ ├── testoutput2
│ ├── testoutput3
│ ├── testoutput4
│ ├── testoutput5
│ ├── testoutput6
│ ├── testoutput7
│ ├── testoutput8
│ ├── testoutput9
│ ├── wintestinput3
│ └── wintestoutput3
└── ucp.h
5 directories, 203 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论