//// main.cpp// circleQueue//// Created by zhou on 14-6-19.// Copyright (c) 2014年 zhou. All rights reserved.//#define Max 50typedef struct ...
分类:
其他好文 时间:
2014-06-28 18:54:47
阅读次数:
171
//只有form method="get"时才可用Request.QueryString["one"]方法//stringone=Request.QueryString["one"];//stringtwo=Request.QueryString["two"];//只有form method="po...
分类:
Web程序 时间:
2014-06-20 20:28:02
阅读次数:
308
1 设置对话框透明在设置控件颜色中要使用nCtlColor Contains one of the following values, specifying the type of control:CTLCOLOR_BTNButton controlCTLCOLOR_DLGDialog boxCTL...
分类:
其他好文 时间:
2014-06-20 20:20:34
阅读次数:
240
一、数据库操作 1、查看当前存在的所有数据库 mysql>show databases; 2、切换当前使用数据库 mysql>use test 3、授权 mysql>grant all on 数据库名.* to 用户名@主机名 4、创建数据库 mysql>create...
分类:
数据库 时间:
2014-06-20 19:33:51
阅读次数:
209
这是一个Oracle的列转行函数:LISTAGG()先看示例代码:with temp as( select 'China' nation ,'Guangzhou' city from dual union all select 'China' nation ,'Shanghai' city fr.....
分类:
数据库 时间:
2014-06-20 19:13:41
阅读次数:
224
global.h 1 /* GLOBAL.H - RSAREF types and constants 2 */ 3 4 /* PROTOTYPES should be set to one if and only if the compiler supports 5 function argu.....
分类:
其他好文 时间:
2014-06-20 18:16:49
阅读次数:
312
转载:http://blog.csdn.net/ninlei0115/article/details/97321911、在Makefile中只能在target中调用Shell脚本,其他地方是不能输出的。比如如下代码就是没有任何输出:VAR="Hello"echo "$VAR"all: ..........
分类:
其他好文 时间:
2014-06-20 17:26:57
阅读次数:
280
Given two sorted integer arrays A and B, merge B into A as one sorted array.Note: You may assume that A has enough space (size that is greater or equa...
分类:
其他好文 时间:
2014-06-20 15:25:50
阅读次数:
225
Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
分类:
其他好文 时间:
2014-06-20 14:43:53
阅读次数:
137
未用SQL CTE and case when:ALTER PROCEDURE [dbo].[usp_rptDropboxBatchSummary1] @DataSource varchar(10)='ALL', @BatchNum varchar(8)='ALL'...
分类:
其他好文 时间:
2014-06-20 14:09:23
阅读次数:
284