lc 剑指 Offer 09. 用两个栈实现队列 题目描述 输入输出描述 思路 1、使用传统的栈Stack即可完成 2、使用Deque数据结构堵住一端(堵住首) (addLast(),removeLast) 或者堵住尾(addFirst();removeFirst) 3、使用Deque数据结构堵住一 ...
分类:
其他好文 时间:
2020-07-20 13:02:17
阅读次数:
66
何为同步容器:可以简单地理解为通过 synchronized 来实现同步的容器,如果有 多个线程调用同步容器的方法,它们将会串行执行。比如 Vector,Hashtable, 以及 Collections.synchronizedSet,synchronizedList 等方法返回的容器。 可以通过 ...
分类:
其他好文 时间:
2020-07-20 10:44:00
阅读次数:
61
授权过滤器 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Http; using System.Web.Http.Controllers; u ...
分类:
Web程序 时间:
2020-07-20 10:40:40
阅读次数:
85
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using WebApplicatio ...
分类:
Web程序 时间:
2020-07-20 10:40:20
阅读次数:
85
服务端 using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Thr ...
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace linq延迟状态终止 ...
分类:
其他好文 时间:
2020-07-19 11:32:54
阅读次数:
69
常用模块介绍 time datetime os sys hashlib json pickle collections time : 和时间相关 封装了获取时间戳和字符串的时间段一些方法。 time.time() : 获取时间戳 time.gmtime([seconds]) : 获取格式化时间:是九 ...
分类:
Web程序 时间:
2020-07-18 19:57:55
阅读次数:
91
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Data.SqlClient; using System.Reflection; usi ...
分类:
数据库 时间:
2020-07-18 16:11:44
阅读次数:
118
这是一段我写的源代码,postman做测试单个进行接口测试,直接输入接口url地址,添加接口需要的参数 send运行即可 我对postman理解其实不是太深,工具使用不是太频繁,但确实好用。我用到的模块collections 新建文件夹 再建接口,用的时候随时拿出来send 接口自动化使用前提(纯属 ...
分类:
其他好文 时间:
2020-07-18 11:24:29
阅读次数:
70
XProtect installer may fail with the error "Category does not exist" or "Cannot load Counter Name data because an invalid index" When running the XPro ...
分类:
其他好文 时间:
2020-07-17 19:49:17
阅读次数:
124