码迷,mamicode.com
首页 >  
搜索关键字:line    ( 28191个结果
POJ1151 Atlantis 【扫描线】
Atlantis Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 16882 Accepted: 6435 Description There are several ancient Greek texts that contai ...
分类:其他好文   时间:2017-06-06 19:27:15    阅读次数:178
UIBezierPath 概述
UIBezierPath 概述 UIBezierPath API ReferenceThe UIBezierPath class lets you define a path consisting of straight and curved line segments and render tha ...
分类:其他好文   时间:2017-06-06 18:49:01    阅读次数:260
ELK-5.4.1搭建日志管理系统(一)Elasticsearch安装
Elasticsearch 安装 安装环境 操作系统:CentOS 6.6 IP地址:192.168.5.81 软件包:系统自带yum源 关闭防火墙 关闭SELinux 安装前准备 elasticsearch基于java环境运行,使用前需要在服务器中安装jdk。elasticsearch5.4需要j ...
分类:其他好文   时间:2017-06-06 18:34:09    阅读次数:1061
bzoj3720 Gty的妹子树
Description 我曾在弦歌之中听过你,檀板声碎,半出折子戏。舞榭歌台被风吹去,岁月深处尚有余音一缕……Gty神(xian)犇(chong)从来不缺妹子……他来到了一棵妹子树下,发现每个妹子有一个美丽度……由于Gty很哲♂学,他只对美丽度大于某个值的妹子感兴趣。他想知道某个子树中美丽度大于k的 ...
分类:其他好文   时间:2017-06-06 16:00:59    阅读次数:168
高效的TCP数据拆包器
高效的TCP数据拆包器 接收器,每秒拆1KB的包达到30万以上 /// 数据同步协义数据接收器 /// </summary> /// <remarks> /// 主要功能有 /// 1.将一个TCPSocket的所有数据所有接收 /// 2.解析协义 /// 3.解析完毕后的协义调用 Handler ...
分类:其他好文   时间:2017-06-06 15:52:22    阅读次数:195
css学习笔记
1.某些标签有默认的margin,padding值,且不同的浏览器值可能不同 如:h1~h6,dl,p标签:有默认margin(top,bottom且相同)值,没有默认padding值 ol,ul标签:有默认margin-(top,bottom且相同)值,有默认padding-left值 th,td ...
分类:Web程序   时间:2017-06-06 15:50:36    阅读次数:130
[Java开发之路](9)对象序列化与反序列化
1. 对象序列化 当你创建对象时。仅仅要你须要。它会一直存在,可是程序终止时,不管何时它都不会继续存在。虽然这样做是很有意义的,可是在某些情况下。假设程序不执行时扔能存在而且保存其信息,那将对我们很实用。这样,在下次程序执行时,该对象将被重建而且拥有的信息与程序上次执行时它所拥有的信息同样。当然,我 ...
分类:编程语言   时间:2017-06-06 15:00:55    阅读次数:321
bash Cheatsheet
#!/bin/bashfilename="$1"while read -r line || [[ -n "$line" ]]do name="$line" echo "Name read from file - $name" done < "$filename"echo $namearr_name= ...
分类:其他好文   时间:2017-06-06 14:24:11    阅读次数:112
mysql 数据库中根据当前系统时间,取前后几秒、几分钟、几小时、几天
取时间: select current_timestamp; 输出:2016-06-16 16:12:52 select now(); 输出:2016-06-16 16:12:52 select SUBDATE(now(),interval 60 second); 输出:2016-06-16 16: ...
分类:数据库   时间:2017-06-06 14:18:30    阅读次数:999
linux
iptables练习 #查看帮助iptables -hman iptables 列出iptables规则iptables -L -n列出iptables规则并显示规则编号iptables -L -n --line-numbers 列出iptables nat表规则(默认是filter表)iptabl ...
分类:系统相关   时间:2017-06-06 13:14:53    阅读次数:313
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!