C#字符串拼接的方法常用的有:StringBuilder、+、string.Format、List。使用情况不同,效率不同。1.+的方式string
sql = "update tableName set int1=" + int1.ToString() + ",int2=" + int2.ToSt...
分类:
其他好文 时间:
2014-05-19 08:57:09
阅读次数:
242
介绍概述预备知识 网络分区和引导分区策略批量处理版本控制和兼容性协议 Protocol
Primitive TypesNotes on reading the request format grammarsCommon Request and
Response Structure RequestsR...
分类:
其他好文 时间:
2014-05-18 20:14:24
阅读次数:
711
MBR主引导记录(PC)
MBR会告诉电脑从该设备的某一个分区(partition)来装载引导加载程序(boot loader)。 Bootloader Boot
loader储存有操作系统(OS)的相关信息,比如操作系统名称,操作系统内核 (kernel)所在位置等。常用的boot loader有...
分类:
系统相关 时间:
2014-05-18 20:13:06
阅读次数:
388
Disk Schedule
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1463 Accepted Submission(s): 189
Problem Description
有很多从磁盘读取数据的需求,包括顺序读取、...
分类:
其他好文 时间:
2014-05-18 13:30:44
阅读次数:
438
Singles' Day
Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%lld
& %llu
Submit Status
Description
Singles' Day(or One's Day), an unofficial holiday in China, is a p...
分类:
其他好文 时间:
2014-05-18 09:29:15
阅读次数:
301
#include
#include
#include //system(); 这个指令需要用到此头文件
#include //toupper要用到
void main()
{
char letter;
do{
printf("A Display directory listling\n");
printf("B Display disk information\n");
...
分类:
其他好文 时间:
2014-05-18 06:46:07
阅读次数:
292
C - The Dole Queue
Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu
Submit Status
Description
The Dole Queue
In a serious attempt to down...
分类:
其他好文 时间:
2014-05-18 03:10:48
阅读次数:
326
Given a linked list and a value x, partition it
such that all nodes less than x come before nodes greater than or equal to x.You
should preserve the o...
分类:
其他好文 时间:
2014-05-18 02:34:57
阅读次数:
352
//扩展方法$.GM.Format = function (source, params) { if
(arguments.length == 1) return function () { var args = $.makeArra...
分类:
Web程序 时间:
2014-05-17 21:49:16
阅读次数:
333
使用高德地图API需要申请一个开发者ID号以及我所用的相关资源:
http://pan.baidu.com/disk/home?fr=ibaidu
该文件夹中有一个官方文档,AMap_IOS_API_Guid,提供了使用方法供开发者参阅。