昨日刚刚修好的WSUSserver夜里再度响起同步失败的报警c:\programfiles\updateservices\logfiles\softwardistribution.log2014-08-1403:22:29.436UTCInfow3wp.3ServerImplementation.UpdateCacheDatabasechangeoccured;checkifweneedtoupdatecache.2014-08-1403:28:00.636UTCWar..
分类:
其他好文 时间:
2014-08-14 17:01:39
阅读次数:
550
隐藏行号 复制代码 ? 判断奇偶数 //判断是否为奇数和偶数import java.util.Scanner;public class jsos { public static void main(String[] args) { System.out.print("请输入一个数字:"); Scan...
分类:
其他好文 时间:
2014-08-14 15:57:28
阅读次数:
194
看代码时遇到的一些不会用的函数,记录下来。 1. lstrcpynLPTSTR lstrcpyn( __out LPTSTR lpString1, __in LPCTSTR lpString2, __in int iMaxLength); 说明: 该函数把第二个参数指定的字符串复制到第一个...
分类:
其他好文 时间:
2014-08-14 13:59:08
阅读次数:
177
There areNintegers in an arrayA. All but one integer occur in pairs. Your task is to find out the number that occurs only once.Input FormatThe first l...
分类:
其他好文 时间:
2014-08-14 13:55:18
阅读次数:
242
Thinking in Java在最底层,Java中的数据是通过使用操作符来操作的。因为我之前已经掌握了C和C++,所以这一章也没太多要看的。主要是了解Java与C++之间的差异。如:String类:支持“+”和“+=”操作“+”操作符:“+”在System.out.println();语句中,意味...
分类:
编程语言 时间:
2014-08-14 13:25:48
阅读次数:
232
1、make: *** [out/host/linux-x86/obj/EXECUTABLES/llvm-rs-cc_intermediates/slang_rs_export_foreach.o] 错误 1在工程根目录下,打开下面的makefile文件:源码目录 frameworks/compil...
分类:
移动开发 时间:
2014-08-14 10:43:58
阅读次数:
204
题目链接:http://poj.org/problem?id=1094题目意思:给出 n 个待排序的字母 和 m 种关系,问需要读到第 几 行可以确定这些字母的排列顺序或者有矛盾的地方,又或者虽然具体的字母顺序不能确定但至少不矛盾。这些关系均是这样的一种形式: 字母1 2 #include ...
分类:
其他好文 时间:
2014-08-14 10:37:48
阅读次数:
242
log4j.properties:
### direct log messages to stdout ###
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4...
分类:
编程语言 时间:
2014-08-13 22:40:17
阅读次数:
485
用的是一个函数:
function array_iconv($in_charset, $out_charset, $arr){//$in_charset代表之前的编码,$out_charset代表要转成的编码,$arr代表传过来的要转换的数组
return eval('return'.iconv($in_charset, $out_charset, var_export($arr, true)...
分类:
Web程序 时间:
2014-08-13 22:35:57
阅读次数:
293
zmalloc.o: In function `zmalloc_used_memory':/home/cqh/tar/redis-2.6.14/src/zmalloc.c:223: undefined reference to `__sync_add_and_fetch_4'collect2: ld...
分类:
其他好文 时间:
2014-08-13 21:41:57
阅读次数:
996