IP查询接口
摘要:身份证查询接口 http://webservice.36wu.com/IdCardService.asmx
手机归属地接口 http://webservice.36wu.com/MobilePhoneService.asmx
翻译接口 http://webservice.36wu.com/TranslationService.asmx
火车时刻接口:http://webservice.36wu.com/TrainService.asmx
股票查询接口:http://webservice.36wu.com/StockService.asmx
邮编接口:http://webservice.36wu.com/ZipcodeService.asmx
二维码Web服务
http://webservice.36wu.com/DimensionalCodeService.asmx
阅读全文
posted @
2012-08-16 15:24
上校
阅读(987)
推荐(1) 编辑
Extjs ComboBox常用的配置
摘要:常用的配置选项:
name : 'EditView', // 这儿对应字段的名称
disabled : true, // 可以禁止使用,
store : this.getViewStore(), // store
displayField : 'Name', // 显示字段
valueField : 'Name', // 值字段
editable : false, // 是否可以编辑
triggerAction : 'all', // 下拉框的选项方式,
阅读全文
posted @
2012-08-14 23:45
上校
阅读(391)
推荐(0) 编辑
asp.net mvc返回字符
摘要:public ActionResult QueryContent()
{
if (string.IsNullOrWhiteSpace(Request.Form["AntiCode"]))
return Content("未提交参数", "text/plain");
}
阅读全文
posted @
2012-08-04 19:56
上校
阅读(181)
推荐(1) 编辑