摘要:用sql语句来修改sa用户的登陆密码。步骤一: 打开sql server manager studio,用Windows验证登陆,新建查询,执行以下语句:步骤二:1)打开对象资源管理器视图,在数据库链接上右键->属性。2)在打开的窗口点击安全性,将sql server和windows身份验证模式勾上...
阅读全文
摘要:启动sql server 配置管理器出现请求失败或服务未及时响应解决方案:停用“VIA协议”问题解决。"VIA协议"停用方法:开始->程序->Microsoft SQL Server 2005->配置工具->SQL Server Configuration Manager ->打开后找到"SQL S...
阅读全文
摘要:namespace STRUCT_TEST{ class Program { struct A { public int X;//不能直接对其进行赋值 public int Y; public static string str = null;//静态变量可以初始化 public...
阅读全文
摘要:private void StepArtDgv_KeyUp(object sender, KeyEventArgs e) { //粘贴 if (e.KeyCode == Keys.V && e.Control) { // 获取剪切板的内容,并按行分割 string pasteText = Clip...
阅读全文
摘要:水晶报表VS2010版IDE安装标准版SAP Crystal Reports, version for Visual Studio 2010 - Standard:下载地址:http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13...
阅读全文