Description Given a string, find the length of the longest substring without repeating characters. 给你一个字符串,求出其最长不重复字串的长度。 Example
Input: "abcabcbb"
Output: 3
Explanation: The answer is "abc", with the l…
ASP.NET Web Api使用CacheCow和ETag缓存资源 ASP.NET Web Api使用CacheCow和ETag缓存资源 ASP.NET Web Api使用CacheCow和ETag缓存资源 2015-07-15 FZRAIN dotNET跨平台 前言 本文将使用一个开源框架CacheCow来实现针对Http请求资源缓存,本文主要介绍服务器端的缓存…
ERROR 1148: The used command is not allowed with this MySQL version 出现以上问题根据手册: 如果LOAD DATA LOCAL INFILE在服务器或客户端被禁用,试图执行该语句的客户端将收到下面的错误消息 ERROR 1148: The used command is not allowed with thi…