码迷,mamicode.com
首页 >  
搜索关键字:ecif    ( 899个结果
Saving James Bond - Hard Version(PAT)
Saving James Bond - Hard Version(30 分) This time let us consider the situation in the movie "Live and Let Die" in which James Bond, the world's most f ...
分类:其他好文   时间:2018-04-12 15:36:41    阅读次数:248
js window
window对象: browser object mode :bom对象。 bom提供了独立于内容而与浏览器窗口进行交互的对象。 bom主要用于管理窗口与窗口之间的通讯,因此其核心对象是window bom由一系列相关的对象构成,并且每个对象都提供了很多方法和属性。 bom缺乏标准,Javascri ...
分类:Windows程序   时间:2018-04-05 01:29:25    阅读次数:200
Java 堆接口和实现
我今天在处理topk问题的时候需要一个堆容器,翻了半天资料没找到,最后偶然看到了这张图: 啧啧啧,这张图上居然没有堆(heap)。 好像java中真的没有听说过堆这么个容器…… 只好自己动手丰衣足食了 接口: 实现: 最大堆: 最小堆: 其实最大堆和最小堆的区别只是改了下沉和上浮里面的两个大于小于号 ...
分类:编程语言   时间:2018-04-02 01:05:45    阅读次数:180
HBase学习之路 (三)HBase集群Shell操作
进入HBase命令行 在你安装的随意台服务器节点上,执行命令:hbase shell,会进入到你的 hbase shell 客 户端 说明,先看一下提示。其实是不是有一句很重要的话: 讲述了怎么获得帮助,怎么退出客户端 help 获取帮助 help:获取所有命令提示 help "dml" :获取一组 ...
分类:系统相关   时间:2018-03-31 10:15:51    阅读次数:234
Centos 7.4 源码 Nginx 安装
一、安装编译工具及库文件 二、首先要安装 PCRE PCRE 作用是让 Nginx 支持 Rewrite 功能。 1、下载 PCRE 安装包,下载地址: http://downloads.sourceforge.net/project/pcre/pcre/8.35/pcre-8.35.tar.gz ...
分类:其他好文   时间:2018-03-27 12:38:12    阅读次数:226
1055. The World's Richest (25)
Forbes magazine publishes every year its list of billionaires based on the annual ranking of the world's wealthiest people. Now you are supposed to si ...
分类:其他好文   时间:2018-03-22 19:32:27    阅读次数:186
Google Developer Tools
Breakpoint TypeUse This When You Want To Pause... Line-of-code On an exact region of code. Conditional line-of-code On an exact region of code, but on... ...
分类:其他好文   时间:2018-03-21 23:17:31    阅读次数:262
Winform中使用Reactivex代替BeginInvoke/Invoke来更新UI数据
首先通过Nuget安装包System.Reactive. ReactiveX项目 Url: https://github.com/Reactive-Extensions/Rx.NET ...
分类:Windows程序   时间:2018-03-16 13:33:13    阅读次数:305
1134. Vertex Cover (25)
A vertex cover of a graph is a set of vertices such that each edge of the graph is incident to at least one vertex of the set. Now given a graph with ...
分类:其他好文   时间:2018-03-14 20:07:12    阅读次数:193
1035. Password (20)
To prepare for PAT, the judge sometimes has to generate random passwords for the users. The problem is that there are always some confusing passwords ...
分类:其他好文   时间:2018-03-14 10:11:43    阅读次数:188
899条   上一页 1 ... 53 54 55 56 57 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!