码迷,mamicode.com
首页 >  
搜索关键字:in section __text    ( 55715个结果
JQuery的Ajax跨域请求的解决方案
跨域访问代码:服务端代码:public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; String callbackFunName = context.Re...
分类:Web程序   时间:2014-07-22 22:47:55    阅读次数:219
JQuery获取和设置Select选项常用方法总结 (转)
1.获取select 选中的 text:$("#cusChildTypeId").find("option:selected").text();$("#cusChildTypeId option:selected").text()2.获取select选中的 value:$("#ddlRegType ...
分类:Web程序   时间:2014-07-22 22:47:54    阅读次数:252
MainForm()
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
OperationSystemForm
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
BaseJob
using System;using System.Collections.Generic;using System.Linq;using System.Text;using WindowsFormsApplication3.Model;using WindowsFormsApplication3....
分类:其他好文   时间:2014-07-22 00:04:36    阅读次数:303
Job1
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
两种读取微信xml消息的方式比较
直接贴代码和结果。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
Notepad++ sublime text theme for C/C++
转自: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 loadData 中文乱码问题
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!