摘要:
在web.config文件中的system.web配置: 例: 阅读全文
摘要:
EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'说明信息' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'表名称', @level2type=N'COLUMN',@level2name=N'列名' 阅读全文
摘要:
还原数据库restore database XK_Enterprise_DB from disk = 'E:/DataBase/2013-09-03XK_Enterprise_DB.bak' WITH REPLACE 备份数据库backup database XK_Enterprise_DBto disk='E:/DataBase/2013-09-03XK_Enterprise_DB.bak' 阅读全文
摘要:
document.oncontextmenu = function() { return false; } 阅读全文
摘要:
Ping p =new Ping(); PingReply pr; pr = p.Send("119.75.218.45");//百度的IP if(pr.Status != IPStatus.Success)//如果连接不成功 { Console.WriteLine("未联网"); } else { Console.WriteLine("已联网"); ... 阅读全文
摘要:
C:\ProgramData\MicrosoftVisualStudio\10.0\TraceDebugging 阅读全文