1.正则表达式知识 符号解释示例说明 . 匹配任意字符 b.t 可以匹配bat / but / b#t / b1t等 \w 匹配字母/数字/下划线 b\wt 可以匹配bat / b1t / b_t等但不能匹配b#t \s 匹配空白字符(包括\r、\n、\t等) love\syou 可以匹配love ...
分类:
编程语言 时间:
2020-05-23 00:09:34
阅读次数:
72
"题目链接" 题目大意 有N个学生合影,站成左对齐的k排,每行分别有N1,N2…NK个人,第一排站最后,第k排站之前。学生身高依次是1…N。在合影时候要求每一排从左到右递减,每一列从后面到前也递减,一共有多少总方案。 解题思路 考虑放最低的学生的情况,我们会发现,对于所有情况,最低的学生只能放在某一 ...
分类:
其他好文 时间:
2020-05-22 22:56:50
阅读次数:
99
How to install john deere service advisor 4.2.005 with the February 2016 data base disks on a machine with win 10 64bit. 1/you must have enough disk s ...
原文链接:Houdini: Maybe The Most Exciting Development In CSS You’ve Never Heard Of更多译文将陆续推出,欢迎点赞+收藏+关注我的专栏,未完待续…… 你是否曾经想要使用一些特别的CSS特性,却因为未曾得到所有浏览器的支持而选择放弃 ...
分类:
Web程序 时间:
2020-05-22 21:22:46
阅读次数:
76
How to install john deere service advisor 4.2.005 with the February 2016 data base disks on a machine with win 10 64bit. 1/you must have enough disk s ...
和普通的修改密码不太一样 ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right sy ...
分类:
数据库 时间:
2020-05-22 21:15:47
阅读次数:
210
1.播放采用方式 a.原生的video 标签 直接给标签src内容 b.video.js initVideoJs(){ // 中文报错 videojs.addLanguage('zh-CN', { "You aborted the media playback": "视频播放被终止", "A net ...
分类:
其他好文 时间:
2020-05-22 16:54:57
阅读次数:
420
Given inorder and postorder traversal of a tree, construct the binary tree. Note:You may assume that duplicates do not exist in the tree. For example, ...
分类:
其他好文 时间:
2020-05-22 13:12:40
阅读次数:
54
jinja2.exceptions.TemplateSyntaxError: Encountered unknown tag 'break' To use {% break %} and {% continue %}, you need to add the following jinja2 ext ...
分类:
其他好文 时间:
2020-05-22 12:52:24
阅读次数:
59
原因是缺少CentOS-Base.repo文件,因为我这台机器wget也不能用,所以我是下载到本地sftp上去的,传输的时候一定要在root用户下,否则会无法启动传输 这是报错的完整信息:Loading mirror speeds from cached hostfile There are no ...
分类:
其他好文 时间:
2020-05-22 12:34:55
阅读次数:
457