码迷,mamicode.com
首页 >  
搜索关键字:lines    ( 2570个结果
POJ 2104: K-th Number
K-th Number Time Limit: 20000MS Memory Limit: 65536K Total Submissions: 52878 Accepted: 18188 Case Time Limit: 2000MS Description You are working for ...
分类:其他好文   时间:2017-02-12 12:42:31    阅读次数:213
TOJ 4105 Lines Counting(离线树状数组)
On the number axis, there are N lines. The two endpoints L and R of each line are integer. Give you M queries, each query contains two intervals: [L1, ...
分类:编程语言   时间:2017-02-11 11:23:45    阅读次数:215
python os模块学习
一、os模块概述 Python os模块包含普遍的操作系统功能。如果你希望你的程序能够与平台无关的话,这个模块是尤为重要的。(一语中的) 二、常用方法 1、os.name 输出字符串指示正在使用的平台。如果是window 则用'nt'表示,对于Linux/Unix用户,它是'posix'。 2、os ...
分类:编程语言   时间:2017-02-10 14:16:56    阅读次数:160
Codeforces Round #396 (Div. 2) D题Mahmoud and a Dictionary(并查集)解题报告
Mahmoud wants to write a new dictionary that contains n words and relations between them. There are two types of relations: synonymy (i. e. the two wo ...
分类:其他好文   时间:2017-02-10 01:11:32    阅读次数:386
esri-leaflet入门教程(3)-自定义底图
esri-leaflet入门教程(3)-自定义底图 by 李远祥 在前面的篇章我们已经了解到了怎么样使用FlatUI、leaflet和esri-leaflet 去搭建简单的地图应用界面了。如果有着手写代码的朋友可能已经发现第一个Hello World 程序,使用的就是esri 的 Topograph ...
分类:其他好文   时间:2017-02-09 16:05:47    阅读次数:1126
SQL写操作 设置内容 (数组转字符串)
SQL写操作 设置内容 (数组转字符串)SQLset内容SQL操作数组转字符串SQL写操作 set内容 (数组转字符串) [ 封装方法 ]function getSqlSet( $data ){ $Str = ""; foreach( $data as $k => $v ){ $Str.= $k."... ...
分类:数据库   时间:2017-02-05 23:05:42    阅读次数:367
C 贪吃蛇
学自{ http://download.csdn.net/download/l04205613/3656909 } C好搓哟~ 一些窗口操作都不会,参考下学长的学习下. ...
分类:其他好文   时间:2017-02-04 19:48:53    阅读次数:185
Hacking By Python---端口扫描1
最新初学python,感觉她是一个很可爱很小巧的编程语言,在平时的渗透测试中能经常用到。www.t00ls.net& Z3 Y$ H' ^* \2 R 然后想到来写一系列的文章,就叫做Hacking By Python,先从简单的端口扫描开始,抛砖引玉,希望多多交流。 对于一些基本的python语法 ...
分类:编程语言   时间:2017-02-03 13:38:16    阅读次数:295
使用批处理替换windows系统中的hosts文件
chcp 936 >nul@echo offmode con lines=30 cols=60%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1 ...
分类:Windows程序   时间:2017-02-03 00:36:55    阅读次数:521
sublime使用心得
1、ctrl + shift +p 命令面板 》 toggle_side_bar 2、ctrl + shift +p 命令面板 》reindent lines 3、ctrl + shift +p 命令面板 》 minimap 4、ctrl + shift +p 命令面板 》 reload with ...
分类:其他好文   时间:2017-02-02 12:04:01    阅读次数:149
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!