一、安装gcc环境(c语言的编译环境,nginx需要gcc进行编译) 测试C语言程序 二、安装pcrc库(Perl compatible Regular Expressions),它是一个perl语言库,最牛的正则表达式库。Nginx的配置文件,就是写正则表达式来描述你的规则。所以nginx采用这个 ...
分类:
其他好文 时间:
2020-05-20 00:19:33
阅读次数:
76
Ubuntu与centos之间的文件传输 默认端口:22 传输前确认端口是否开启 1、在Ubuntu上安装scp命令 apt-get install openssh-server 2、将Ubuntu上的文件/文件夹上传到centos scp Ubuntu文件路径 centos用户名@外网ip:存储路 ...
分类:
系统相关 时间:
2020-05-19 22:45:21
阅读次数:
145
1.打开AppScan,点击配置时报“内部异常” 2.网上百度了很多方法都是说下载更新个.Net framework 也没有解决 3. 从记录路径中查看log,Could not open Welcome Screen 字体“Courier New”不支持样 式“Regular” 4.http:// ...
分类:
移动开发 时间:
2020-05-19 12:41:17
阅读次数:
359
Least Cost Bracket Sequence(贪心) Describe This is yet another problem on regular bracket sequences. A bracket sequence is called regular, if by inserti ...
分类:
其他好文 时间:
2020-05-18 18:19:11
阅读次数:
52
"Least Cost Bracket Sequence" "CodeForces 3D " 题目描述 This is yet another problem on regular bracket sequences. A bracket sequence is called regular, if ...
分类:
其他好文 时间:
2020-05-17 19:09:17
阅读次数:
56
Design a data structure that supports the following two operations: void addWord(word) bool search(word) search(word) can search a literal word or a r ...
分类:
其他好文 时间:
2020-05-16 10:40:41
阅读次数:
67
说明 array_multisort ( array &$array1 [, mixed $array1_sort_order = SORT_ASC [, mixed $array1_sort_flags = SORT_REGULAR [, mixed $... ]]] ) : bool array ...
分类:
编程语言 时间:
2020-05-12 11:28:53
阅读次数:
68
正则表达式(regular expression)描述了一种字符串匹配的模式(pattern),可以用来检查一个串是否含有某种子串、将匹配的子串替换或者从某个串中取出符合某个条件的子串等。 正则表达式是一种可以用于模式匹配和替换的规范,一个正则表达式就是由普通的字符(例如字符a到z)以及特殊字符(元 ...
分类:
编程语言 时间:
2020-05-11 18:20:00
阅读次数:
68
介绍 正则表达式是regular expression(规则表达式),就是定义字符串规则的表达式,语法基于一种古老的perl语言,它描述了一种字符串匹配的模式(pattern),可以用来检查一个串是否含有某种子串、将匹配的子串替换或者从某个串中取出符合某个条件的子串等。 正则表达式并不是只有前端才有 ...
分类:
其他好文 时间:
2020-05-08 13:28:57
阅读次数:
88
// for (NSString *fontFamilyName in [UIFont familyNames]) { // NSLog(@"family: '%@'", fontFamilyName); // for (NSString *fontName in [UIFont fontNames ...
分类:
移动开发 时间:
2020-05-07 21:26:18
阅读次数:
143