摘要:
//添加引用 using System.Data.SqlClient; string connection = System.Configuration.ConfigurationManager.ConnectionStrings["AlexConnection"].ConnectionString; //web.config 阅读全文
摘要:
NuGet安装转json包 阅读全文
摘要:
添加菜单图标 阅读全文
摘要:
如果数据库字段发生更改需要重新保存最新表到dbml 新增 更新 删除 阅读全文
摘要:
Clik -> Project -> add item -> LINQ to SQL -> left bar Conect database -> drag table to design -> save all 阅读全文
摘要:
默认登录名是计算机全名\实例名 SqlServer 2008 无法用一点(.)登录 这本质上,就是无法用IP地址登录 如图,只能用很长的服务器名称 来登陆 事实上,是数据库的IP/TCP协议未打开 右键,属性,把所有的TCP端口都设为1433,然后启用这个协议 这本质上,就是无法用IP地址登录 如图 阅读全文
摘要:
yum -y install gcc gcc-c++ openssl-devel yum install nodejs npm install -g shadowsocks nohup ssserver & 后台运行 vi /usr/lib/node_modules/shadowsocks/config.json systemctl start firewalld firewall-cmd -... 阅读全文
摘要:
//MVC 控制器返回文件流,设置响应头 Aspose:DownLoad 阅读全文