开心

temp

1.导入数据库

EXEC  sp_attach_db  @dbname  =  'CBO',    

@filename1  =  'D:\zbx\Patty\CBO.mdf',    

@filename2  =  'D:\zbx\Patty\CBO_log.ldf'

2.shutdown 用法: Shutdown -s -t 0 -c "你被系统强制关机了!"

3.csc /out: bin\index.dll /t:library index.cs

回车,就会在bin目录下生成与cs文件同名的dll文件

但是如果这个cs文件引用了bin目录下的另外一个dll文件如comman.dll,则应该这样输入命令:

csc /out: bin\index.dll /r: bin\comman.dll /t:library index.cs

posted @ 2016-02-25 20:12  大喜  阅读(290)  评论(0)    收藏  举报
坦然 会增进信任 - 信任 感情才会升华