Problem 32
We shall say that an n-digit number is pandigital if it makes use of all the digits 1 to n exactly once; for example, the 5-digit
number, 15234, is 1 through 5 pandigital.
The produ...
分类:
其他好文 时间:
2014-08-22 16:23:19
阅读次数:
178
Table of Contents Version Introduction What is RCF? Why should I use RCF? Tutorial Getting started Interfaces and implementations Error handling Clien...
分类:
其他好文 时间:
2014-08-22 15:52:28
阅读次数:
1353
commons: all of them could use regular-expression to match the result. differences: 1)grep: search for files with patterns. 2)awk: any...
分类:
其他好文 时间:
2014-08-22 15:51:09
阅读次数:
224
客户端:1、查看现有共享连接net use2、清除现有共享连接net use * /del /y (建议使用)或 net use * /delete (在删除了后再重新连接还有可能会出现一些其他问题,例如不能多用户连接的问题!)3、用命令建立共享连接net use \\IP password /us...
分类:
其他好文 时间:
2014-08-22 15:50:28
阅读次数:
137
net_device->feature| NETIF_F_NO_CSUM: No need to use L4 checksum, it used for loopback device.| NETIF_F_IP_CSUM: the device can compute L4 checksum in...
分类:
系统相关 时间:
2014-08-22 14:26:59
阅读次数:
260
在上一篇博文中,有介绍到用换行符分割消息的方法。但是这种方法有个小问题,如果消息中本身就包含换行符,那将会将这条消息分割成两条,结果就不对了。
本文介绍另外一种消息分割方式,即上一篇博文中讲的第2条:use a fixed length header that indicates the length of the body,用一个固定字节数的Header前缀来指定Body的字节数,以此来分割消息。...
分类:
Web程序 时间:
2014-08-22 10:51:06
阅读次数:
265
The use of the jQuery library is growing and growing(just released jQuery 1.4), more and more people are using this useful javascript library. This me...
分类:
Web程序 时间:
2014-08-22 09:18:35
阅读次数:
334
The following options can be placed in a kickstart file. If you prefer to use a graphical interface for creating your kickstart file, use the Kickstart Configurator application. Refer to Chapter 29...
分类:
其他好文 时间:
2014-08-21 22:58:06
阅读次数:
739
MYSQL 强制使用某个索引 select count(*) from t_audit_operate_log use index(indx_ctime) where Fuser='CY6016http://blog.163.com/li_hx/blog/static/183991413201472...
分类:
数据库 时间:
2014-08-21 20:57:34
阅读次数:
486
package com.mmq.regex;import java.util.ArrayList;import java.util.List;import java.util.regex.Matcher;import java.util.regex.Pattern;/** * @use 获取指定HT...
分类:
编程语言 时间:
2014-08-21 16:37:04
阅读次数:
180