您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 《C++String深入详解2.0版》PDF

  2. 目录 1 正文 3 一、 C++的string的使用 3 1.1 C++ string简介 3 1.2 string的成员 3 1.2.1 append 3 1.2.2 assign 4 1.2.3 at 4 1.2.4 begin 5 1.2.5 c_str 5 1.2.6 capacity 5 1.2.7 clear 6 1.2.8 compare 6 1.2.9 copy 6 1.2.10 _Copy_s 6 1.2.11 data 6 1.2.12 empty 6 1.2.13 end
  3. 所属分类:C++

    • 发布日期:2009-03-02
    • 文件大小:750592
    • 提供者:u010396781
  1. boost开源代码

  2. Boost库文件采用的.hpp的后缀,而不是分成两个文件,也就是”.h+.cpp”,之所以这样做是有理由的,首先就是与普通的C/C++头文件区分,另外一个原因就是使Boost库不需要预先编译,直接引用程序员的工程即可编译链接,方便了库的使用。最后一个(无奈的)原因就是C++编译器的限制,许多编译器尚不支持C++标准提出的模板的分离编译模式,而Boost使用了大量的模板。Boost中90%的库不需要编译,但像data_time、regex、test、thread等库必须编译成静态库或者动态库
  3. 所属分类:C++

    • 发布日期:2018-07-13
    • 文件大小:87031808
    • 提供者:u011608190
  1. wget改进版pwget.zip

  2. pwget 是 wget 的替代品,可使用递归方式下载正则表单式匹配的所有 URL 地址。 使用方法: ./pwget.py [-r url_regex] url1 [url2] ... [urln] Options: -v --verbose: verbose execution -h --help: this help -r --regex: regex for urls to download -c --cokiefile: specify a cookie file to use -o
  3. 所属分类:其它

    • 发布日期:2019-07-19
    • 文件大小:21504
    • 提供者:weixin_39840515
  1. pandas常用操作.pdf

  2. pandas库的常用操作,参考书籍《Pandas Cookbook》,内容干货,推荐下载!movie get_dtype_counts# output the number of columns with each specific data type: movie. select_dtypes(include['int ]).head(# select only integer columns movie. filter(1ike=' facebook').head()#1ike参数表示包含此
  3. 所属分类:Python

    • 发布日期:2019-08-31
    • 文件大小:701440
    • 提供者:justisme
  1. CICD集成项目.pdf

  2. 这个项目希望能把帮大家提升实力!启动 Postfix服务 输入命令metc/ postfix/main. cf打开 maincf文件并找到下图内容 87# The myorigin parameter specifies the domain that Locally-posted 8# mail appears to cone from, The default is to append Smyhostn 89# which is fine for small sites. If you ru
  3. 所属分类:Python

    • 发布日期:2019-07-20
    • 文件大小:3145728
    • 提供者:qq_43395428
  1. 使用正则表达式(regex_replace)模拟读取INI文件

  2. 废话不多说了,直接给大家贴代码了,具体代码如下所示: #include "stdio.h" #include #include #include #include using namespace std; void Trim(char * str); void lTrim(char * str); void rTrim(char * str); // 测试sscanf 和 正则表达式 // sscanf提供的这个扩展功能其实并不能真正称为正则表达式,因为他的书写还是离不开% // []
  3. 所属分类:其它

    • 发布日期:2020-12-13
    • 文件大小:93184
    • 提供者:weixin_38749268
  1. C#中利用正则表达式将人民币金额转换为大写汉字

  2. 直接来看代码: public static string ConvertToChineseMoney(double money) { if (money < 0) throw new ArgumentOutOfRangeException(参数money不能为负值!); string s = money.ToString(#L#E#D#C#K#E#D#C#J#E#D#C#I#E#D#C#H#E#D#C#G#E#D#C#F#E#D#C#.0B0A);
  3. 所属分类:其它

    • 发布日期:2021-01-05
    • 文件大小:31744
    • 提供者:weixin_38724370
  1. iOS正则表达式验证手机号、邮箱、身份证号等

  2. 本文实例为大家分享了常用的iOS正则表达式,供大家参考,具体内容如下 #import NSString+RegexCategory.h implementation NSString (RegexCategory) #pragma mark - 正则相关 - (BOOL)isValidateByRegex:(NSString *)regex{ NSPredicate *pre = [NSPredicate predicateWithFormat:SELF MATCHES %,regex];
  3. 所属分类:其它

    • 发布日期:2021-01-05
    • 文件大小:64512
    • 提供者:weixin_38732252
  1. 正则一则 将金额转换成人民币大写的代码

  2. 代码如下: public static string ConvertToChineseMoney(double money) { if (money < 0) throw new ArgumentOutOfRangeException(“参数money不能为负值!”); string s = money.ToString(“#L#E#D#C#K#E#D#C#J#E#D#C#I#E#D#C#H#E#D#C#G#E#D#C#F#E#D#C#.0B0A”); s = Regex.Replace(
  3. 所属分类:其它

    • 发布日期:2021-01-02
    • 文件大小:36864
    • 提供者:weixin_38557727
  1. SecretFinder:SecretFinder-用于查找敏感数据(apikey,accesstoken,jwt等)的python脚本,并搜索javascript文件中的所有内容-源码

  2. 关于SecretFinder SecretFinder是基于的python脚本,旨在发现Javascr ipt文件中的敏感数据,例如apikeys,accesstoken,authorization,jwt..etc等。它是通过将jsbeautifier for python与相当大的正则表达式结合使用来实现的。正则表达式由四个小的正则表达式组成。这些负责查找和搜索js文件中的任何内容。 输出以HTML或纯文本形式给出。 帮助 usage: SecretFinder.py [-h] [-e]
  3. 所属分类:其它

    • 发布日期:2021-03-18
    • 文件大小:25600
    • 提供者:weixin_42127775
  1. replacer:多行正则表达式查找和替换实用程序-源码

  2. 替代品 replacer是一个简单的正则表达式查找和替换实用程序。 它支持多行模式和组引用。 用法 >$ rp --help rp 0.1.0 Neil Jones A multiline regex find/replace utility. USAGE: rp [FLAGS] [OPTIONS] [files]... ARGS: ... FLAGS: -e, --escape-pattern Print the pattern with regex cha
  3. 所属分类:其它

    • 发布日期:2021-02-08
    • 文件大小:9216
    • 提供者:weixin_42170790
  1. grawler:从git repos中提取已删除的秘密-源码

  2. 格劳勒 在ShmooCon 2018上发布 grawler在git数据库中递归地遍历对象树,以搜索“已删除”的密码,机密,密钥和其他敏感信息。 它使用git plumbing命令运行,并且可以从git log,git pack文件或文件系统中累积的引用中查找。 用法 usage: grawler [-h] [-m mode] [-x extractor] [-f filter] [-R regex] [-g dir] [-w dir] " -m Mode: (git) git lo
  3. 所属分类:其它

    • 发布日期:2021-02-03
    • 文件大小:5120
    • 提供者:weixin_42131785
  1. cluster-smi:nvidia-smi,但用于整个GPU集群-源码

  2. 集群SMI 与nvidia-smi相同,但用于多台计算机。 运行cluster-smi ,输出应该类似于 使用时可获得其他信息 userhost $ cluster-smi -h Usage of cluster-smi: -n string match node-names with regex for display information (if not specified, all nodes will be shown) (default ".") -p
  3. 所属分类:其它

    • 发布日期:2021-02-02
    • 文件大小:674816
    • 提供者:weixin_42100129
  1. PostgreSQL 正则表达式 常用函数的总结

  2. PostgreSQL 正则表达式 常用函数的总结 对那些需要进行复杂数据处理的程序来说,正则表达式无疑是一个非常有用的工具。本文重点在于阐述 PostgreSQL 的一些常用正则表达式函数以及源码中的一些函数。 正则相关部分的目录结构 [rootlocalhost regex]# pwd /opt/hgdb-core/src/include/regex [rootlocalhost regex]# ll total 40 -rw-r--r--. 1 postgres postgres 3490
  3. 所属分类:其它

    • 发布日期:2021-01-21
    • 文件大小:76800
    • 提供者:weixin_38665814
  1. c#中过滤html的正则表达式

  2. 实现代码 /// /// 去除HTML标记 /// /// 包括HTML的源码 /// 已经去除后的文字 public static string NoHTML(string Htmlstring) { //删除脚本 Htmlstring = Regex.Replace(Htmlstring, [removed]]*?>.*?[removed], , RegexOptions.IgnoreCase); //删除H
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:41984
    • 提供者:weixin_38499349
  1. MetaMap:一个简单的Python脚本,可在Nmap扫描中在主机上运行Metasploit模块-源码

  2. 元图 一个简单的Python脚本,可在Nmap扫描中在主机上运行Metasploit模块 用法 usage: metamap.py [-h] (--xml-file XML_FILE | --regex-file REGEX_FILE | --target TARGET_IP) [--filter [SUBNET [SUBNET ...]]] [--verbose] [--debug] [--module-options MODULE_OPTIONS]
  3. 所属分类:其它

    • 发布日期:2021-03-31
    • 文件大小:14336
    • 提供者:weixin_42110362
  1. plato:JavaScript源代码可视化,静态分析和复杂性工具-Source code

  2. 铂金 需要积极的维护者 plato已由devcrust更新为支持es6,但需要一个积极的维护人员来使其前进。 使用plato可视化Javascr ipt源的复杂性。 热门项目范例报告 安装 使用以下命令安装模块: npm install -g plato 用法 从命令行 Usage : plato [options] -d -h, --help Display this help text. -q, --quiet Reduce output to erro
  3. 所属分类:其它

    • 发布日期:2021-03-25
    • 文件大小:515072
    • 提供者:weixin_42168902
« 1 2 3»