Given an input string (s) and a pattern (p), implement regular expression matching with support for '.' and '*'. The matching should cover the entire ...
分类:
其他好文 时间:
2019-02-11 01:00:12
阅读次数:
199
访问平安银行网站时出现证书问题 NET::ERR_CERT_SYMANTEC_LEGACY 查了资料说是 Google 取消了对 Symantec SSL 的信任,因为 Symantec 干了坏事[^1]。 Chrome 版本限制[^2] 另外,未来不同 Chrome 版本对 Symantec 证书 ...
分类:
Web程序 时间:
2019-02-10 23:19:02
阅读次数:
938
#coding=utf-8import osimport timeimport unittestfrom appium import webdriverfrom lib2to3.pgen2.driver import Driverfrom lib2to3.tests.support import d ...
分类:
移动开发 时间:
2019-02-10 12:16:01
阅读次数:
261
效果图如下: 步骤如下: 1、导入jquery-easyui-1.5.5.6 2、导入相关的SpringMVC 的jar 包 3、编写datagrid.jsp 页面 4、编写web.xml 5、编写springmvc.xml 配置文件 这段代码的作用是:因为SpringMVC 没有默认的转换器,需要 ...
分类:
编程语言 时间:
2019-02-10 12:10:24
阅读次数:
301
https://segmentfault.com/a/1190000016300808 ...
1. LockSupport简介 在之前介绍AQS的底层实现,已经在介绍java中的Lock时,比如ReentrantLock,ReentReadWriteLocks,已经在介绍线程间等待/通知机制使用的Condition时都会调用LockSupport.park()方法和LockSupport.u ...
分类:
其他好文 时间:
2019-02-08 20:06:51
阅读次数:
169
// Component: this.coursesTotal = this.course,length {coursesTotal, plural, =0 {No course in available.} =1 {One course is available.} other {A total ... ...
分类:
其他好文 时间:
2019-02-08 17:13:08
阅读次数:
162
SpringBoot集成Jersey 添加依赖 org.springframework.boot spring boot starter jersey 添加配置 ①新建JerseyConfig.java @Component @ApplicationPath("/jersey") public cl ...
分类:
编程语言 时间:
2019-02-08 11:45:32
阅读次数:
300
settings.py#设置文件上传路径,图片上传、文件上传都会存放在此目录里MEDIA_URL = '/media/'MEDIA_ROOT = os.path.join(BASE_DIR, 'media') #PEP8:missing whitespace around operator os前后 ...
分类:
其他好文 时间:
2019-02-08 10:26:09
阅读次数:
205
INFO CUDA version: 10. ERROR cuDNN not found. See https://github.com/deepfakes/faceswap/blob/master/INSTALL.md#cudnn for instructions WARNING Tensorfl ...
分类:
其他好文 时间:
2019-02-07 00:04:49
阅读次数:
367