码迷,mamicode.com
首页 >  
搜索关键字:object    ( 37240个结果
Android Adapter的一些记录
一、摘要 An Adapter object acts as a bridge between anAdapterViewand the underlying data for that view. The Adapter provides access to the data items. Th....
分类:移动开发   时间:2014-06-12 18:27:55    阅读次数:503
js变量类型及检查
一、变量的类型 JavaScript 有六种数据类型。主要的类型有 Number、String、object 以及 Boolean 类型,其他两种类型为 null 和 undefined。var obj = {x:[1,2],y:23};//Object类型 i=100;//Number类型 i="...
分类:Web程序   时间:2014-06-12 18:00:51    阅读次数:267
DataGridView的DataGridViewCheckBox问题
datagridview有一列DataGridViewCheckBox,但连续点击的话(1秒点击N次),会导致出错,数据处理不正确,感觉private void dgv_CellContentClick(object sender, DataGridViewCellEventArgs e) {}的没...
分类:Windows程序   时间:2014-06-12 16:06:16    阅读次数:259
C# 动态调用webservice
/// /// 动态调用web服务 /// /// WSDL服务地址 /// 类名 /// 方法名 /// 参数 /// public static object InvokeWebService(string url, string classname, string methodname...
分类:Web程序   时间:2014-06-12 14:37:29    阅读次数:229
记一个使用Client Object Model上传文件的小例子
1. 新建一个C#的Console project. 2. 给project 添加reference: Microsoft.SharePoint.Client Microsoft.SharePoint.Runtime 3. 修改project的属性: Platform target – x64 Ta...
分类:其他好文   时间:2014-06-12 11:43:29    阅读次数:326
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!