荒草燃烧

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2015年5月18日

摘要: 对象名 ‘表名’ 无效的问题,用户表还要加上用户名,然后是表明才能访问,比如select * from 表名,会说对象名 表名 无效,而用select * from TransportUser.表名就可以访问,这个是用户首选身份的问题。use XMLGTEXEC sp_change_users_lo... 阅读全文
posted @ 2015-05-18 08:17 王大仙¥ 阅读(616) 评论(0) 推荐(0)

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 字符串练习{ class Program { static void Main(strin... 阅读全文
posted @ 2015-05-18 01:07 王大仙¥ 阅读(152) 评论(0) 推荐(0)

摘要: private static string ResStr(string input) { char[] wd = input.ToCharArray();//将传进来的字符串通过数组wd存起来 for (int i = 0; i < wd.L... 阅读全文
posted @ 2015-05-18 00:05 王大仙¥ 阅读(162) 评论(0) 推荐(0)