跨域访问代码:服务端代码:public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; String callbackFunName = context.Re...
分类:
Web程序 时间:
2014-07-22 22:47:55
阅读次数:
219
1.获取select 选中的 text:$("#cusChildTypeId").find("option:selected").text();$("#cusChildTypeId option:selected").text()2.获取select选中的 value:$("#ddlRegType ...
分类:
Web程序 时间:
2014-07-22 22:47:54
阅读次数:
252
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-07-22 08:01:33
阅读次数:
206
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-07-22 00:05:35
阅读次数:
164
using System;using System.Collections.Generic;using System.Linq;using System.Text;using WindowsFormsApplication3.Model;using WindowsFormsApplication3....
分类:
其他好文 时间:
2014-07-22 00:04:36
阅读次数:
303
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using WindowsFormsApplication3.Jobs;using Win...
分类:
其他好文 时间:
2014-07-22 00:03:33
阅读次数:
153
直接贴代码和结果。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Xml;using System....
分类:
微信 时间:
2014-07-22 00:01:37
阅读次数:
403
转自:https://coderwall.com/p/36x7uw 嗯,我决定还是把 整个文件贴出来,方便: 导入方法: 找到notepad++的目录,进入到themes里面。 建立一个:Waher-style.xml 然后把下面的内容copy进去。保存重启notepad++...
分类:
编程语言 时间:
2014-07-21 23:28:10
阅读次数:
542
//根据所选的省,自动生成对应的市
级联列表
.yemian{
margin-left:30%;
text-align:center;
font-size:50px;
width:500px;
height:500px;
background-color:blue;
}
.s{
width:12...
分类:
其他好文 时间:
2014-07-21 23:27:52
阅读次数:
210
webView.getSettings().setDefaultTextEncodingName("UTF -8");//设置默认为utf-8
// webView.loadData(data, "text/html", "UTF -8");//API提供的标准用法,无法解决乱码问题
webView.loadData(data, "text/html; charset...
分类:
Web程序 时间:
2014-07-21 23:16:53
阅读次数:
239