03 2011 档案

摘要: 一、基础 1、说明:创建数据库 CREATE DATABASE database-name 2、说明:删除数据库 drop database dbname 3、说明:备份sql server --- 创建 备份数据的 device USE master EXEC sp_addumpdevice 'disk', 'testBack', 'c:\mssql7backup\MyNwind_1.dat' --- 开始 备份 BACKUP DATABASE pubs TO testBack 4、说明:创建新表 create table tabname(co阅读全文
posted @ 2011-03-24 10:45 衣冠勤售 阅读(132) | 评论 (7) 编辑
摘要: 上海的佳吉快运有限公司是个骗子,他们电话是400-6011-750其中有一个运货员手机号是15800615112他们说的是一两天运到。实则要一周多。还把运的货物里的东西给偷了。锁被撬了。还骗我们要我两头交运费。大家小心了。签单时一定要让快运公司先写。不然他们会在收钱运费后在单子上写提付。这样就会造成付两次运费。阅读全文
posted @ 2011-03-12 15:00 衣冠勤售 阅读(85) | 评论 (1) 编辑
摘要: 直接上代码:1usingSystem;2usingSystem.Collections.Generic;3usingSystem.ComponentModel;4usingSystem.Data;5usingSystem.Drawing;6usingSystem.Linq;7usingSystem.Text;8usingSystem.Windows.Forms;910usingSystem.Web;11usingSystem.Net;12usingSystem.IO;13usingSystem.Xml;1415namespaceWindForm16{17publicpartialclassFo阅读全文
posted @ 2011-03-02 15:35 衣冠勤售 阅读(101) | 评论 (0) 编辑

版权
作者:Bober Song

出处:http://bober.cnblogs.com

衣冠勤售:http://www.YiGuanShou.com

推荐空间:华夏名网

本文首发博客园,版权归作者跟博客园共有。

转载必须保留本段声明,并在页面显著位置给出本文链接,否则保留追究法律责任的权利。