Chinaunix首页 | 论坛 | 博客
  • 博客访问: 129991
  • 博文数量: 69
  • 博客积分: 595
  • 博客等级: 中士
  • 技术积分: 670
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-16 17:37
文章分类

全部博文(69)

文章存档

2017年(2)

2016年(9)

2015年(13)

2014年(30)

2012年(4)

2011年(2)

2010年(2)

2009年(5)

2008年(2)

我的朋友

发布时间:2014-09-24 11:18:45

A Foreach Loop Container will execute once for each item in the collection of items that it is looking at. A For Loop Container will execute the tasks a specified number of times, in other words 10 times, or 25 times, and the number of times is specified in the definition of the con.........【阅读全文】

阅读(242) | 评论(0) | 转发(0)

发布时间:2014-09-12 02:28:59

We have two different options to get new line:Line Feed – LF – \n – 0x0a – 10 (decimal)Carriage Return – CR – \r – 0x0D – 13 (decimal)The question that arises is – why is it so?   The reason is simple. Different operating systems have a different way of understanding new .........【阅读全文】

阅读(409) | 评论(0) | 转发(0)

发布时间:2014-09-11 17:37:19

在WINDOWS系统下是ALT+RETURN......【阅读全文】

阅读(488) | 评论(0) | 转发(0)

发布时间:2014-09-03 15:33:27

Before  it was diffcult for me to understand the sequence object in RDBMS.  By now, after trying to deduping a table. I use it, and found it is usefull.--- create a sequence --create sequence seq1start with 1increment by 1minvalue 1go-- add an empty column to a table --alter table.........【阅读全文】

阅读(252) | 评论(0) | 转发(0)

发布时间:2014-09-01 08:38:34

SqlServer(Transact-SQL):添加单列:?12ALTER TABLE 表名ADD 列名 数据类型添加多列:?.........【阅读全文】

阅读(343) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册