按照范例,将代码稍加变动,打出来了,如下所示using System;using System.Collections.Generic;using System.Linq;using System.Threading;using System.Threading.Tasks;using System...
分类:
编程语言 时间:
2014-09-03 01:27:15
阅读次数:
282
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { de...
分类:
其他好文 时间:
2014-09-02 11:55:04
阅读次数:
203
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.OleDb;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using Microsoft.Off...
分类:
其他好文 时间:
2014-09-01 16:03:33
阅读次数:
225
==================================主程序usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
namespaceConsoleApplication6
{
classProgram
{
staticvoidMain(string[]args)
{
//有序列表会按照键排序
Sorted..
分类:
其他好文 时间:
2014-09-01 02:55:53
阅读次数:
155
2 Work queues
Distributing tasks among workers
Python | Java | Ruby | PHP| C#
转载请注明出处:jiq?钦's technical Blog
Work Queues
(using the .NET Client)
前面已经介绍过了如何编写程序去发送消息到命名队列,...
分类:
Web程序 时间:
2014-08-31 00:33:00
阅读次数:
363
==================================Document.csusingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
namespaceConsoleApplication4
{
publicclassDocument//文档类
{
publicstringTitle{get;privateset;}//标题..
分类:
其他好文 时间:
2014-08-30 19:10:20
阅读次数:
188
Web components, like most objects, usually work with other objects to accomplish their tasks. Web components can do so by doing the following.
Using private helper objects (for example, JavaBeans...
分类:
编程语言 时间:
2014-08-26 09:55:05
阅读次数:
340
=====================================Document.csusingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
namespaceConsoleApplication2
{
publicclassDocument//文本类
{
//标题
publicstringTitle{get;privates..
分类:
其他好文 时间:
2014-08-26 02:57:05
阅读次数:
207
================================Person.csusingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
usingSystem.Collections;
namespaceConsoleApplication2
{
publicclassPerson:IComparable<Person>,IForm..
分类:
其他好文 时间:
2014-08-25 02:20:54
阅读次数:
197
数据表大概150M,但是只有几个字段,导致行数特别多,当使用正则表达式去匹配时执行较慢。解决思路:增大map数; //设置reduce数为150,将原表分成150份,map数无法直接设置,因为和输入文件数和文件大小等几个参数决定set mapred.reduce.tasks = 150;//在map...
分类:
其他好文 时间:
2014-08-24 14:11:33
阅读次数:
390