上一页 1 ··· 6 7 8 9 10 11 12 下一页
  2015年11月5日
摘要: 系统部署后数据库sql语句查询也正常,跟踪的代码查询也正常,但是中文检索从程序查询后查询不出来数据。解决方式,连接字符串后增加Unicode=Ture; 阅读全文
posted @ 2015-11-05 10:50 wuzx-blog 阅读(214) 评论(0) 推荐(0) 编辑
  2015年10月12日
摘要: protected void Page_Load(object sender, EventArgs e) { //获取当前纬度 string Latitude = "117.707677"; ... 阅读全文
posted @ 2015-10-12 15:28 wuzx-blog 阅读(2324) 评论(0) 推荐(0) 编辑
摘要: /// /// 获取url的返回值 /// /// eg:http://m.weather.com.cn/atad/101010100.html public string GetInfo(string url) ... 阅读全文
posted @ 2015-10-12 15:25 wuzx-blog 阅读(1657) 评论(0) 推荐(0) 编辑
摘要: 方法一usingSystem.Web.Script.Serialization;stringss="{\"NewsCount\":\"3482\",\"NewsList\":[{\"Title\":\"成都建国“牵手起亚、爱心互助”成功举行\",\"Content\":\"...感恩而永恒5月16日... 阅读全文
posted @ 2015-10-12 15:21 wuzx-blog 阅读(251) 评论(0) 推荐(0) 编辑
  2015年7月3日
摘要: 方法一:1.单击“开始→运行”,输入“gpedit.msc”打开组策略编辑器窗口,依次定位到“计算机配置(computer configuration)→管理模板(administrative templates)→Windows 组件(windows components)→远程桌面服务(remo... 阅读全文
posted @ 2015-07-03 10:52 wuzx-blog 阅读(523) 评论(0) 推荐(0) 编辑
  2015年4月30日
摘要: jquery调取方式:一般处理程序后台编写方法;/// /// GetTraceabilityJson 的摘要说明 /// public class GetTraceabilityJson : IHttpHandler { public void Proce... 阅读全文
posted @ 2015-04-30 09:48 wuzx-blog 阅读(1081) 评论(0) 推荐(0) 编辑
  2014年2月27日
摘要: tracert 阅读全文
posted @ 2014-02-27 15:34 wuzx-blog 阅读(130) 评论(0) 推荐(0) 编辑
  2014年1月14日
摘要: ORA-12514: TNS: 监听程序当前无法识别连接描述符中请求的服务检查监听文件C:\app\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN\tnsnames.ora,IP地址或者服务器名是否一致# tnsnames.ora Network Configuration File: C:\app\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN\tnsnames.ora# Generated by Oracle configuration tools.ORACLR_CONNECTI 阅读全文
posted @ 2014-01-14 15:38 wuzx-blog 阅读(479) 评论(0) 推荐(0) 编辑
  2014年1月10日
摘要: http://www.cnblogs.com/kissdodog/archive/2012/12/31/2841201.html 阅读全文
posted @ 2014-01-10 16:46 wuzx-blog 阅读(134) 评论(0) 推荐(0) 编辑
摘要: @Html.DisplayFor(modelItem => item.CreateDate.ToShortDateString())显示数据是转化失败,MVC不支持该方法。 解决办法如下: 在实体层使用DisplayFormat格式转化,如下 [Display(Name = "日期格式")] [... 阅读全文
posted @ 2014-01-10 10:01 wuzx-blog 阅读(351) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页