摘要:
主要给自己用的,分享下给大家测试用 地址:http://www.xinyibufang.com/Main_Service.asmx GetProvinceList方法 GetCityList方法,参数Province_ID(所属省份的ID) GetWeatherID方法(这个就是县的),参数City 阅读全文
摘要:
AsyncTask<Params, Progress, Result>的三个参数 doInBackground(Params...) publishProgress(Progress...) onProgressUpdate(Progress...) onPostExecute(Result) 看这 阅读全文
摘要:
Json数据 实体 分割为List并解析值 解析效果 阅读全文
摘要:
在iframe父级页面获取元素取值 便利父级元素 menuItem样式 阅读全文
摘要:
文中调用FragmentTabHost的addTab将fragmentArray中Fragments加入FragmentTabHost中, (注:fragment是以class的形式传入,在FragmentTabHost的内部会将这些fragment的类实例化) 而在initPager函数中又新建了 阅读全文
摘要:
using System; using System.IO; using System.Reflection; using MWord = Microsoft.Office.Interop.Word; namespace ConsoleApp3 { class Program { static void Main(string[] args) ... 阅读全文
摘要:
http://silviomoreto.github.io/bootstrap-select/ Js设置选中 阅读全文
摘要:
固定大小,滚动条,限制拖动,文字对齐 取值:$("#ID").val(); 控制大小:加width,height限制(style="width:100px;height:200px;");或row,col限制(<textarea rows="5" cols="7">); 限制拖动: style="r 阅读全文
摘要:
EF添加数据后返回添加的自增ID 阅读全文