码迷,mamicode.com
首页 > 其他好文
通过GitHub Page开通博客啦
我的GitHub Page博客地址http://lakb248.github.io,大家多捧场啊
分类:其他好文   时间:2014-05-26 13:53:06    阅读次数:197
solr DIH 数据配置文件的理解
Thequerygives the data needed to populate fields of the Solr document in full-importThedeltaImportQuerygives the data needed to populate fields when r...
分类:其他好文   时间:2014-05-24 08:02:49    阅读次数:286
MinGW安装设置
From:http://www.cnblogs.com/killerlegend/p/3746504.htmlAuthor:KillerLegend Date:2014.5.22 不得不吐槽一下学校的各种规章制度啊,给个电还分时间,真愁人,因为一断电就没有网,没有网,我就好像没有了世界……还有就是,...
分类:其他好文   时间:2014-05-26 13:53:43    阅读次数:217
ThreadLocal是什么
ThreadLocal是什么早在JDK 1.2的版本中就提供java.lang.ThreadLocal,ThreadLocal为解决多线程程序的并发问题提供了一种新的思路。使用这个工具类可以很简洁地编写出优美的多线程程序。ThreadLocal很容易让人望文生义,想当然地认为是一个“本地线程”。其实...
分类:其他好文   时间:2014-05-26 13:54:10    阅读次数:280
【LeetCode】Combination Sum
Given a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Thesamerepeated num...
分类:其他好文   时间:2014-05-26 13:54:25    阅读次数:282
近期浅谈之学过的组成原理一
简单介绍原码,补码,移码,反码的概念和关系
分类:其他好文   时间:2014-05-26 13:54:45    阅读次数:397
招高级自动化测试工程师
招高级自动化测试工程师,负责自动化测试框架开发、自动化测试管理平台设计、自动化测试项目实施,要求熟悉QTP \Selenium\ RFT \SilkTest等自动化测试工具,熟悉自动化测试框架设计方法,有自动化测试管理平台设计经验者优先。请发简历到: 18925189935 # 126.com
分类:其他好文   时间:2014-05-26 13:55:43    阅读次数:211
给一个Entity的字段付初始化值(C#)
给一个类去分别赋值,是一个很繁琐切无趣的工作。那我们就想办法给你一个类去初始化,或许不是一个很效率的方法,但是,从可修改的角度讲,却是一个非常不错的方式。具体的想法就是,利用类的属性,取出所有的字段,然后,根据字段的类型来初始化不同的字段。/// /// エンティティのnull項目が初期化する///...
分类:其他好文   时间:2014-05-26 13:55:22    阅读次数:196
程序员如何活得明白 (转载)
http://www.oschina.net/news/51699/sane-programmer?from=20140518商业内幕最近发表了一篇文章说做程序员压力山大,很多人都快疯了。 文中陈述了几个典型的罪状:骗子综合症,加班加点,精疲力竭等。作者指出,程序员的工作压力的根源通常是源自混乱的管...
分类:其他好文   时间:2014-05-26 13:56:24    阅读次数:204
【LeetCode】4Sum
Given an arraySofnintegers, are there elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in the array which gives the sum of ...
分类:其他好文   时间:2014-05-26 13:56:05    阅读次数:269
1654 方程的解 - Wikioi
题目描述 Description佳佳碰到了一个难题,请你来帮忙解决。对于不定方程a1+a2+… +ak-1 +ak=g(x),其中k≥2且k ∈ N*,x是正整数,g(x) =xx mod 1000(即xx除以1000的余数),x,k是给定的数。我们要求的是这个不定方程的正整数解组数。举例来说,当k...
分类:其他好文   时间:2014-05-26 13:56:39    阅读次数:304
GDI绘图写的简单扫雷
由于没话多少时间,这个扫雷我只实现了主要功能(扫雷功能,递归实现)废话不多说,直接上代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.D...
分类:其他好文   时间:2014-05-26 13:57:23    阅读次数:305
26598988
分类:其他好文   时间:2014-05-26 13:58:48    阅读次数:191
libiconv2.dll
一、问题描述 在我使用MinGW的mingw32-make工具的时候,提示错误“libiconv-2.dll找不到”。二、问题解决1、从脚本之家下载“libiconv-2.dll”,下载地址“http://www.jb51.net/dll/libiconv-2.dll.html”。2、笔者PC系统....
分类:其他好文   时间:2014-05-26 13:58:12    阅读次数:236
【LeetCode】Combination Sum II
Given a collection of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Each number ...
分类:其他好文   时间:2014-05-26 13:59:59    阅读次数:237
575785786
分类:其他好文   时间:2014-05-26 13:59:32    阅读次数:170
多index,多type检索(Multi-index, multi-type)
在empty search中你是否注意到了查询的结果中包含了不同的type:有来自us中的user,有来自gb中的tweet。不限值index和type我们能搜索整个cluster中的所有的document,ES会把请求分发到cluster中所有的primary和replica,然后返回结果的前十条...
分类:其他好文   时间:2014-05-26 13:59:11    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!