自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 传说中的100句背7000单词!

1. Typical of the grassland dwellers of the continent is the American antelope, or pronghorn. 1.美洲羚羊,或称叉角羚,是该大陆典型的草原动物 2. Of the millions who saw Haley’s comet in 1986, how many people will ...

2008-10-27 11:25:00 83

转载 Remoting Demo

1usingSystem; 2usingSystem.Data; 3usingSystem.Configuration; 4usingSystem.Collections; 5usingSystem.Web; 6usingSystem.Web.Security; 7usingSystem.Web.UI; 8usingSystem.Web.UI.WebC...

2008-10-22 11:43:00 57

转载 常用SQL 语句

•1.把长日期转换为短日期 Convert(char(10),getdate(),120) MS-SQL数据库开发常用汇总 1.按姓氏笔画排序: Select * From TableName Order By CustomerName Collate Chinese_PRC_Stroke_ci_as 2.数据库加密: select encrypt('原始密码') s...

2008-10-20 18:51:00 62

转载 二级C语言真题笔记

1. 知识重点:数据类型、循环、数组、函数、指针、结构体与共同体 2. 求程序的运行结果 #include<stdio.h> main() { shortintm=32767,n=032767; printf("%d,%o\n",m,n); return0; } 3. 自增和自减运算符的运算对象可以为char, in...

2008-10-06 13:51:00 92

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除