码迷,mamicode.com
首页 > 其他好文
VC6.0到VS2013全部版本下载地址
Microsoft Visual Studio 6.0 下载:英文版360云盘下载:http://l11.yunpan.cn/lk/sVeBLC3bhumrI英文版115网盘下载:http://115.com/file/bew2qrau英文版迅雷下载:http://61.138.140.18/dow...
分类:其他好文   时间:2015-01-17 06:21:06    阅读次数:265
[LeetCode#136, 137]Single Number, Single Number 2
The question:Single NumberGiven an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a...
分类:其他好文   时间:2015-01-17 06:21:17    阅读次数:125
Repository与UnitOfWork引入
Repository与UnitOfWork引入Repository是什么? 马丁大叔的书上同样也有解释:它是衔接数据映射层和域之间的一个纽带,作用相当于一个在内存中的域对象映射集合,它分离了领域对象和数据库访问代码的细 节。Repository受DomainObject驱动,Repository用于...
分类:其他好文   时间:2015-01-17 06:20:45    阅读次数:120
Hadoop2.4.1 MapReduce通过Map端shuffle(Combiner)完成数据去重
package com.bank.service;import java.io.IOException;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.conf.Configured;import org.ap...
分类:其他好文   时间:2015-01-17 06:22:03    阅读次数:307
[LeetCode#89]Gray Code
The problem:The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the ...
分类:其他好文   时间:2015-01-17 06:19:58    阅读次数:177
TCP/IP学习day02
好了,转眼间已经到了第二天晚上,今天起的比较晚,家里又来客人,所以学习的不多,浪费时间啊,要注意下。 话不多说,开始。 第二章:链路层 1.链路层的三个目的:(1)为IP模块发送和接收IP数据报;(2)为ARP模块发送ARP请求和接收ARP应答;(3)为RARP发送RARP请求和接收R...
分类:其他好文   时间:2015-01-17 06:19:22    阅读次数:168
Maven 属性
Built-in properties${basedir} represents the directory containing pom.xml${version} equivalent to ${project.version} (deprecated: ${pom.version})Pom/P...
分类:其他好文   时间:2015-01-17 06:21:06    阅读次数:177
HashTable, HashMap, LinkedHashMap, ConcurrentHashMap
HashTable: 不允许null的key或value, 线程安全HashMap: 允许一个null的key, 无限的null value, 非线程安全LinkedHashMap: HashMap的子类, 但是key的顺序与添加时一致, 且复制不会改变顺序ConcurrentHashMap: 和H...
分类:其他好文   时间:2015-01-17 06:20:27    阅读次数:155
使用华为U8860测试时出现“Unable to open log device '/dev/log/main': No such file or directory”
这是因为华为默认禁掉了log输出, 解决办法:拨号: *#*#2846579#*#* 会显示工程菜单, Go to "ProjectMenu" -> "Background Setting" -> "Log Setting" Open "Log switch" and set it to ON. ....
分类:其他好文   时间:2015-01-17 06:20:44    阅读次数:213
ural 1073. Square Country 完全背包
点击打开链接 1073. Square Country Time limit: 1.0 second Memory limit: 64 MB There live square people in a square country. Everything in this country is square also. Thus, the Square P...
分类:其他好文   时间:2015-01-17 01:16:52    阅读次数:172
累了、倦了、撑不下去了,静下心来看一看
The Chance should be taked by the one who was ready! 希望百倍的获取,必须千倍的付出。...
分类:其他好文   时间:2015-01-17 01:14:13    阅读次数:198
ZOJ 1610 Count the Colors(线段树lazy+暴力统计)
Count the Colors Time Limit: 2 Seconds      Memory Limit: 65536 KB Painting some colored segments on a line, some previously painted segments may be covered by some the subsequent ones. Your ta...
分类:其他好文   时间:2015-01-17 01:09:12    阅读次数:293
POJ 2528 Mayor's posters(离散化线段树)
Description The citizens of Bytetown, AB, could not stand that the candidates in the mayoral election campaign have been placing their electoral posters at all places at their whim. The city counci...
分类:其他好文   时间:2015-01-17 01:06:28    阅读次数:259
计算机网络
1 重要名词: 说明:将网络互相连接起来要使用的中间设备是: *>物理层使用的中间设备叫 转发器或中继器或集线器(repeater) 逐bit转发,对信号整形放大 *>数据链路层使用的中间设备叫 网桥或桥接器(bridge)或交换机(switch,多接口的网桥) 存储转发方式工作,分隔网段,减少广播风暴 *>网络层使用的中间设备叫 路由器(router) 转发分组 *>在网络层以上使用的中间设备叫 网关(gateway) 提供高层协议转换 1>网桥 作用:它根据 MAC...
分类:其他好文   时间:2015-01-17 01:06:22    阅读次数:247
TCP的三次握手和四次挥手
TCP三次握手: --------------------------------- 是指建立一个TCP连接时,需要客户端和服务器总共发送3个包。 三次握手的目的是连接服务器指定端口,建立TCP连接,并同步连接双方的序列号和确认号并交换 TCP 窗口大小信息,在socket编程中,客户端执行connect()时。将触发三次握手。 序号(seq):本报文段所发送的数据的第一个字节的序号 确认号(ack):是期望收到对方下一个报文段的第一个数据字节的序号;若确认号为x,则到序号x-1为止(包括x-1)的所...
分类:其他好文   时间:2015-01-17 01:05:34    阅读次数:233
计算机图形学 复习笔记
(个人整理,仅做复习用 :D)...
分类:其他好文   时间:2015-01-17 01:04:41    阅读次数:1081
git merge commitId 把其他分支的某次提交merge进该分支
之前遇到的问题回顾:  1、目前log出来的内容只能查看不能编辑,虽然fetch下来,但是master和origin/master同时存在。我merge进来然后根据冲突去单个编辑用其他文本编辑器处理,编译确认,再一次add新版本,再次commit和push。 2、我在想有没有单个文件merge的形式,我找了蛮久,找不到类似的命令? 终于看到gitchina站长的视频,发现原来一直需要的是...
分类:其他好文   时间:2015-01-17 01:02:46    阅读次数:417
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!