码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
[LeetCode] Two Sum
This is a classic problem for hash table. The basic idea is to maintain a hash table for each element innums, using the element as key and its index (...
分类:其他好文   时间:2015-06-08 19:13:59    阅读次数:203
有了bootstrap,为什么还要做amaze ui
一般来说,bootstrap只是对HTML增加了CSS进行美化。 而amaze ui则在bootstrap美化的基础上,主要增加JS添加了动态,以及更多样式。 例如 1 <button?type="button"?>basic</button>??就是常见的灰色的按钮 用b...
分类:其他好文   时间:2015-06-08 10:05:47    阅读次数:92
UML - Basic Notations
UML - Basic Notations
分类:其他好文   时间:2015-06-08 08:23:05    阅读次数:98
rabbitmq method之basic.consume
basic.consume指的是channel在 某个队列上注册消费者,那在这个队列有消息来了之后,就会把消息转发到给此channel处理,如果 这个队列有多个消费者,则会采用轮转的方式将消息分发给消息者.首先是rabbit_reader接收数据包后,解析组装出其中的method,channel方法...
分类:其他好文   时间:2015-06-08 01:02:09    阅读次数:134
[D3 + AngularJS] 15. Create a D3 Chart as an Angular Directive
Integrating D3 with Angular can be very simple. In this lesson, you will learn basic integration as well as how to create D3 charts that can be packag...
分类:Web程序   时间:2015-06-07 23:03:39    阅读次数:135
[LeetCode] Longest Substring Without Repeating Characters
Well, there many ways to solve this problem. Let's first look at a naive solution.The basic idea is simple. Starting from the first character of the s...
分类:其他好文   时间:2015-06-07 21:31:03    阅读次数:128
[Guava源码阅读笔记]-Basic Utilities篇-1
写该系列文章的目的是记录Guava源码中个人感觉不错且值得借鉴的内容。 一、MoreObjects类 //MoreObjects.ToStringHelper类的toString()方法:对于字符串拼接的写法蛮不错的,此前本人一直用比较挫的方式:不管三七二一,先拼接然后再subString() @Override public String toString() { /...
分类:其他好文   时间:2015-06-06 20:46:37    阅读次数:311
Groovy intro
1. basic exampleprintln "hello, this line is outside of any task"task stringsAndTypes x + y} // TODO: Call your closure with arguments 17 and 25, ...
分类:其他好文   时间:2015-06-06 07:56:34    阅读次数:99
[D3] 12. Basic Transitions with D3
Update
分类:其他好文   时间:2015-06-05 21:09:36    阅读次数:154
PLSQL_Developer 连接win7_64位oracle11g
window7系统 安装的64位oracle11g,连接32位PLSQL_Developer 1 、 下载PLSQL_Developer 9.0以上版本(绿色含汉化) 官方的 instantclient-basic-win32-10.2.0.5 文件 2、安装PLSQL_Developer后发...
分类:数据库   时间:2015-06-05 17:22:49    阅读次数:149
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!