码迷,mamicode.com
首页 >  
搜索关键字:seq    ( 2762个结果
3. Longest Substring Without Repeating Characters
"欢迎fork and star:Nowcoder Repository github" 3. Longest Substring Without Repeating Characters 题目 解析 solution思路循序渐进,很值得思考! 对找到元素后更新位置处理,i取max(mp[s[j]] ...
分类:其他好文   时间:2018-01-14 13:03:42    阅读次数:93
linux ping命令
1. 名称解释 PING (Packet Internet Grope),因特网包探索器 2. 简单测试 [rocky@dev_pc1 ~]$ ping www.baidu.comPING www.a.shifen.com (61.135.169.125) 56(84) bytes of data. ...
分类:系统相关   时间:2018-01-13 16:52:04    阅读次数:224
673. Number of Longest Increasing Subsequence
#week11 Given an unsorted array of integers, find the number of longest increasing subsequence. Example 1: Input: [1,3,5,4,7] Output: 2 Explanation: T ...
分类:其他好文   时间:2018-01-13 11:11:40    阅读次数:124
Orcale自增/Hibernate 配置
-- 自增 create sequence SEQ_T_APP_USER start with 1 increment by 1; -- 触发器 create trigger DECTUSER_T_APP_USER before insert on T_APP_USER /*触发条件:当向表dect ...
分类:Web程序   时间:2018-01-12 17:12:38    阅读次数:175
c#的日志插件NLog基本使用
本文介绍c 的日志插件NLog "安装插件" "创建logger" "日志级别" "书写日志信息" "配置" "包装器" "布局" 1. 安装插件 2. 创建logger 3. 日志级别 4. 书写日志信息 5. 配置 6. 包装器 7. 布局 8. 子类继承log ...
分类:Windows程序   时间:2018-01-12 11:25:21    阅读次数:1928
第六期 OSI七层简述和基础知识【英语翻译】
OSI7层1-物理层2-数据链路层3-网络层编址和路由4-传输层提供端到端的数据连接(端,就是端口的端)TCPUDP5-会话层(系统内部实现机制,数据包中无法体现出来)6-表示层(系统内部实现机制,数据包中无法体现出来)7-应用层seq:sequencenumber,序列号;acknowledge:确定号;mask:掩码;subnetmask:子网掩码inversemask:反掩码wildcard
分类:其他好文   时间:2018-01-10 20:16:40    阅读次数:155
poll
man page: http://man7.org/linux/man-pages/man2/poll.2.html poll 是一种多路复用的IO机制。使用 poll 可以监听多个文件描述符,一但某个文件描述符就绪(一般是读就绪或者写就绪),能够通知程序进行响应的读写操作。 poll 本质是一种同 ...
分类:其他好文   时间:2018-01-10 20:15:15    阅读次数:184
Python3之sqlalchemy
Python3之sqlalchemy SqlAlchemy是Python编程语言下的一款ORM框架,该框架建立在数据库API之上,使用关系对象映射进行数据库操作,简而言之:将对象转换成SQL,然后使用数据API执行SQL并获取执行结果。 ORM(对象关系映射)方法论基于三个核心原则: 简单:以最基本 ...
分类:数据库   时间:2018-01-10 17:03:39    阅读次数:240
SPOJ MAXOR (分块 || 可持久化字典树 || 异或)(好题)
You are given a sequence A[1], A[2], ..., A[N]. (0 ≤ A[i] < 231, 1 ≤ N ≤ 12000). A query is defined as follows: Query(x,y) = Max { a[i] xor a[i+1] xor ...
分类:其他好文   时间:2018-01-10 13:49:43    阅读次数:152
lab 4 EIGRP MD5 Authentication
EIGRP MD5 Authentication MD5 authentication is a cryptographic authentication. A key (password) and key ID are configured on each router. The router u ...
分类:其他好文   时间:2018-01-09 22:09:05    阅读次数:166
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!