Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k num ...
请实现一个函数用来判断字符串是否表示数值(包括整数和小数)。例如,字符串"+100","5e2","-123","3.1416"和"-1E-16"都表示数值。 但是"12e","1a3.14","1.2.3","+-5"和"12e+4.3"都不是。 ...
分类:
其他好文 时间:
2016-08-30 07:06:39
阅读次数:
97
大纲: 1.1-网络协议的应用和TCP连接 了解常见的网络相关协议 TCP三次握手和四次挥手 1.2-RHEL7.网络管理 网络相关的调试命令 实战tcpdump和tshark抓包 网络协议的应用和连接 常见网络协议: ARP(Address Resolution Protocol)协议:IP地址解... ...
分类:
其他好文 时间:
2016-08-30 07:05:49
阅读次数:
265
rewrite 的语法 语法: rewrite regex replacement flag 默认: none 作用域: server, location, if This directive changes URI in accordance with the regular expression ...
分类:
其他好文 时间:
2016-08-30 07:04:25
阅读次数:
157
The API: int read4(char *buf) reads 4 characters at a time from a file. The return value is the actual number of characters read. For example, it retu ...
分类:
其他好文 时间:
2016-08-30 07:05:28
阅读次数:
146
Given a string, find the first non-repeating character in it and return it's index. If it doesn't exist, return -1. Examples: Note: You may assume the ...
分类:
其他好文 时间:
2016-08-30 07:03:31
阅读次数:
139
tomcat 类型:servlet容器和HTTP web服务器 功能:实现了一些J2EE特性包括Java Servlet、JSP页面、Java EL和websocket,还有纯java的http web server. 重要组件: catalina是一个servlet容器 coyote是连接器 Ja ...
分类:
Web程序 时间:
2016-08-30 07:02:53
阅读次数:
277
1.消息中间件简介 消息中间件是在消息的传输过程中保存消息的容器。消息中间件在将消息从它的源中继到它的目标时充当中间人的作用。队列的主要目的是提供路由并保证消息的传递,如果发送消息时接受者不可用,消息队列会保留消息,知道可以成功传递它为止,当然,消息队列保持消息也是有期限的。 2.消息中间件特点 - ...
分类:
其他好文 时间:
2016-08-30 07:04:44
阅读次数:
156
macro enter_handler(){ hbuf = GetCurrentBuf(); ln = GetBufLnCur(hbuf); line = GetBufLine(hbuf, ln); len = GetBufLineLength(hbuf, ln); i = 0; j = 0; fl ...
分类:
其他好文 时间:
2016-08-30 07:05:08
阅读次数:
184
JAVA之旅合集 JAVA之旅(一)——基本常识,JAVA概念,开发工具,关键字/标识符,变量/常量,进制/进制转换,运算符,三元运算 JAVA之旅(二)——if,switch,for,while,do while,语句嵌套,流程控制break , continue ,函数,重载的示例总结 JAVA ...
分类:
编程语言 时间:
2016-08-30 07:04:21
阅读次数:
205
diskutil list 查看U盘盘符: CAM_STORE是U盘的名称 ...
分类:
系统相关 时间:
2016-08-30 07:04:42
阅读次数:
402
LBS定位功能: 安卓系统提供 基于google map LocationManager locationManager = (LocationManager) getSystemService(LOCATION_SERVICE); locationManager.requestLocationUp ...
分类:
其他好文 时间:
2016-08-30 07:04:37
阅读次数:
194
Buildroot构建指南——根文件系统(Rootfs)
Buildroot的Rootfs构建流程有一个大框架,有些部分是Buildroot系统做好的,有些细节需要自己来实现,Rootfs也是Bu...
分类:
Web程序 时间:
2016-08-30 01:56:31
阅读次数:
3489
1.怎么识别手刷机所属公司是否是二清公司,甚至是多清 去银行,手机银行,网上银行查询该笔款是哪里汇出的,如果是银行或合法支付公司汇出,一般为一清机,如果是个人或无支付牌照的支付公司,一般为二清机; 已获支付牌照许可机构:http://www.pbc.gov.cn/zhengwugongkai/127 ...
分类:
移动开发 时间:
2016-08-30 01:54:56
阅读次数:
241