07 2014 档案

摘要:图片资源出错时 使用 onerror="javascript:this.src='images/pro.gif'" 阅读全文
posted @ 2014-07-31 09:38 Xyang 阅读(136) 评论(0) 推荐(0) 编辑
摘要:一.代码部分 public static void initJavascript() { HttpContext.Current.Response.Write(" "); HttpContext.Current.Response.Write("... 阅读全文
posted @ 2014-07-22 15:58 Xyang 阅读(7343) 评论(0) 推荐(0) 编辑
摘要:一.添加Newtonsoft.dll引用二.cs部分 Response.Cache.SetCacheability(HttpCacheability.NoCache); if (Request.QueryString["select"]!=null) ... 阅读全文
posted @ 2014-07-21 23:17 Xyang 阅读(4928) 评论(0) 推荐(0) 编辑
摘要:1.页面部分 用户名:2.编写javascript脚本部分3.ashx中代码 public void ProcessRequest(HttpContext context) { context.Response.ContentType ... 阅读全文
posted @ 2014-07-15 08:32 Xyang 阅读(4236) 评论(0) 推荐(0) 编辑
摘要:1.在src下的MainActivity.java中实例化WebView组件:WebView webView = new WebView(this);2.调用WebView的onCreate()方法,设置WevView要显示的网页: 网络地址:webView.loadUrl("http://www.... 阅读全文
posted @ 2014-07-10 11:26 Xyang 阅读(1367) 评论(0) 推荐(0) 编辑

hi