Design a data structure that supports the following two operations: search(word) can search a literal word or a regular expression string containing o ...
分类:
其他好文 时间:
2018-02-14 10:41:47
阅读次数:
203
Jenkinsfile https://jenkins.io/doc/book/pipeline/jenkinsfile/ Jenkins Pipeline is a suite of plugins that supports implementing and integrating contin ...
分类:
其他好文 时间:
2018-02-10 18:18:23
阅读次数:
217
Spring事务中的传播行为如下: Require:支持当前事务,如果没有事务,就建一个新的,这是最常见的; Supports:支持当前事务,如果当前没有事务,就以非事务方式执行; Mandatory:支持当前事务,如果当前没有事务,就抛出异常; RequiresNew:新建事务,如果当前存在事务, ...
分类:
编程语言 时间:
2018-02-04 11:07:26
阅读次数:
217
https://jsfiddle.net/q2gnX/ "在线预览" js // Notes: // json2.js is not needed if browser supports JSON.stringify and JSON.parse natively // jQuery is only ...
分类:
Web程序 时间:
2018-02-03 00:48:15
阅读次数:
259
C:\Program Files\dotnet\sdk\2.1.4\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.TargetFrameworkInference.targets(135,5): error : The current .NET SDK doe ...
分类:
Web程序 时间:
2018-02-01 18:30:46
阅读次数:
2058
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) -- Push element x onto stack. pop() -- Remov ...
分类:
其他好文 时间:
2018-01-31 00:59:19
阅读次数:
165
今天晚上本来想写bootstrap-fileinput插件集成fastdfs的文章,但是刚启动idea里面的QiYuAdmin就出现了错误: Your password has expired. To log in you must change it using a client that sup ...
分类:
数据库 时间:
2018-01-26 17:17:18
阅读次数:
708
QRCode.js is javascript library for making QRCode. QRCode.js supports Cross-browser with HTML5 Canvas and table tag in DOM. QRCode.js has no dependenc ...
分类:
其他好文 时间:
2018-01-23 13:13:40
阅读次数:
6004
Given many words, words[i] has weight i. Design a class WordFilter that supports one function, WordFilter.f(String prefix, String suffix). It will ret ...
分类:
其他好文 时间:
2018-01-23 00:51:03
阅读次数:
197
Delphi is a high-level, compiled, strongly typed language that supports structured and object-oriented design. Based on Object Pascal, its benefits in ...