码迷,mamicode.com
首页 >  
搜索关键字:router map    ( 30352个结果
yui--datatable 更新table数据
更新datasource中_oData数据var myTable = Map.realYUIDataTable;var recordsSet = myTable.getRecordSet();var records = recordsSet.getRecords();for(var i=0; i<r...
分类:其他好文   时间:2014-05-24 03:24:45    阅读次数:323
Leetcode | Trapping Rain Water
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining....
分类:移动开发   时间:2014-05-19 19:20:26    阅读次数:332
路由器无线桥接 router wireless bridge
实验环境:TP-Link A,TP-Link B,两个路由器都有子网,分别为子网 A,子网 B。TP-Link A连接学校子网 IP A,TP-Link B连接学校子网 IP B。两个路由器都能够通过学校公网 IP上网。环境变换:学校将 IP B禁用,子网 B下的同学要上网呀!还好还好TP-Link...
分类:其他好文   时间:2014-05-19 18:48:19    阅读次数:335
Java基础知识
volatile:java关键字,意为易变的,不稳定的,标识修饰java同步字段,示例:java单利模式public class ApplicationCache{ private Map attributeMap; // volatile so that JVM out-of-order...
分类:编程语言   时间:2014-05-19 14:56:56    阅读次数:334
寻找数组中重复次数最多的数
#include#includeusing namespace std;int helper(const int a[],const int n){ map m; for(int i = 0;i::iterator comp = m.begin(); for( map::iterator it...
分类:其他好文   时间:2014-05-19 12:44:34    阅读次数:270
MapReduce入门
说明MapReduce是一种分布式计算模型,解决海量数据的计算问题,主要有Map和Reduce组成用户使用时需要实现map()和reduce()两个函数,两个函数的形参都是key/value键值对若以eclipse为开发环境,运行时出现内存不足的情况,需要修改虚拟机的参数 (例如把Default V...
分类:其他好文   时间:2014-05-19 11:56:18    阅读次数:352
hibernate sql查询对象到map中
public List queryBySqlMap(String asql) {           final String sql = asql;           List lst = getHibernateTemplate().executeFind( new  HibernateCallback() {                 public  Object doInHi...
分类:数据库   时间:2014-05-18 08:07:09    阅读次数:378
C++与数据结构 -- stack实现表达式求值[注释版]
有好多朋友评论以前的那篇博文说:代码中间没有注释。由于课程一直比较紧张,所以答应的注释直到今天才写,发表出来,给大家共享!#include #include #include #include #include using namespace std; //为+,-,*,/运算符 设定优先级 map priority; void initMap() { //+,-运算符的优先级...
分类:编程语言   时间:2014-05-18 07:35:21    阅读次数:290
Android Intent传递对象小结
Android Intent传递对象小结 Intent 传递复杂类型,例如:数组,ArrayList类型,传递类对象...
分类:移动开发   时间:2014-05-18 06:54:14    阅读次数:338
C++ primer 第十章
关联容器,完全没用过,一直想用,FUC,本文只介绍初级使用方式,不能贪多#include#include#include#includeusing namespace std;typedef pair Auth;int main(){ map m; set s; Auth p1,p2,p3,p4; ...
分类:编程语言   时间:2014-05-17 22:46:09    阅读次数:358
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!