SEO是Search Engine Optimization的缩写,用英文描述是to use some
technics to make your website in the top places in Search Engine when somebody
is using Search Eng...
分类:
其他好文 时间:
2014-05-09 16:14:40
阅读次数:
290
1 using System; 2 using System.Collections.Generic;
3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6
using System.Linq; ....
分类:
其他好文 时间:
2014-05-09 16:00:14
阅读次数:
209
查看DB2 该数据库参数命令:db2 get db cfg for
databasename修改 "APP_CTL_HEAP_SZ" 值,命令:db2 update db cfg for databasename using
APP_CTL_HEAP_SZ 1000关于db2中sql文过长,过复杂的...
分类:
数据库 时间:
2014-05-09 15:58:41
阅读次数:
343
using System;using System.IO;using
System.Messaging;namespace YuRen.PaiWei.BaLianGui{ /// /// MQ文件发送 ///
所有异常都将抛出请做好异常处理 /// public s...
分类:
其他好文 时间:
2014-05-09 15:50:53
阅读次数:
807
using System;using
System.Collections.Generic;using System.Linq;using System.Text;using
System.Threading.Tasks;namespace OverrideTest{ class A {...
分类:
其他好文 时间:
2014-05-09 13:43:24
阅读次数:
291
#include#include#include #include
//使用库函数exit()using namespace std;templateclass Stack{ private: Type*data;
//栈元素数组 int maxSize; /...
分类:
其他好文 时间:
2014-05-09 07:27:40
阅读次数:
294
今天开始和一个认识的学弟刷题。 学弟是个大牛,我还是个菜鸟。嘿嘿。杭电第一题我就wrong了好几次。
1 #include 2 using namespace std; 3 4 int main() 5 { 6 int A = 0,B = 0; 7
while(cin >> A ...
分类:
其他好文 时间:
2014-05-09 07:20:56
阅读次数:
494
uva11137 n3可转化为n2(立方和为n的方法数)/*ID:
neverchanjePROG:LANG: C++11*/#include#include#includetypedef long long ll;using
namespace std;int n;long long d[23][...
分类:
其他好文 时间:
2014-05-09 06:38:39
阅读次数:
382
Bluetooth
Using the Bluetooth APIs, an Android application can perform the following:
使用蓝牙APIs,一个Android应用可以进行如下操作:
Scan for other Bluetooth devices
扫描其他蓝牙设备
Query the local Bluetooth adapter...
分类:
移动开发 时间:
2014-05-09 06:15:57
阅读次数:
479
#include
using namespace std;
const int MAXQSIZE = 5;
//队列类
template
struct LinkList
{
T * data;//指向连续的数据存储区域
int front;//头指针 指向第一个元素
int rear;//尾指针 如果队列不为空指向最后元素的下一个位置
};
//构造一个空队列
template
void...
分类:
其他好文 时间:
2014-05-09 06:07:53
阅读次数:
248