码迷,mamicode.com
首页 >  
搜索关键字:google data(gdata)    ( 79648个结果
一个静态的HTML页面用jquery ajax登录到sharepoint页面
$.ajax({type:"get", url:"http://", data:"name="+userid+"&password="+password,async:true, error:function(request){alert("Connectionerror"); }, success:...
分类:Web程序   时间:2014-07-22 23:06:54    阅读次数:373
kaptcha验证码插件
发现现在程序员越来越懒了,连验证码都不想自己写了。kaptcha验证码插件https://code.google.com/p/kaptcha/downloads/list
分类:其他好文   时间:2014-07-22 23:06:13    阅读次数:186
代码生成器
一.界面设计 二.具体代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Data; using System...
分类:其他好文   时间:2014-05-01 15:26:48    阅读次数:345
ExtJS 在IE7下报 isModel为空为空或不是对象
刚开始以为是兼容性问题……后来,发现居然是自定义的data数据多了个逗号。本来定义了多个数据,有一次把后面几条数据删除了,保留下来的最后一条数据后面的逗号没去掉。--!
分类:Web程序   时间:2014-05-01 14:32:55    阅读次数:932
WCF Data Service ----理论准备
WCF数据服务(WCF Data Service )是.NET Framework的一个组件。可以使用此组件创建一些服务,利用开放式数据协议(OData)来借助具象状态传输(REST)语义通过Web或Intranet公开和使用数据。OData(Open Data Protocol)开放数据协议ODa...
分类:其他好文   时间:2014-05-01 14:23:12    阅读次数:353
iOS 横幅广告
在这里跟大家分享一个关于谷歌横幅广告的链接,这里有谷歌sdk的下载等说明https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals?csw=1#ioshttp://blog.csdn.net/songrotek/artic...
分类:移动开发   时间:2014-05-01 14:19:17    阅读次数:429
xml与dataset的数据交互
1.this.dsConfig = new DataSet();//使用指定的文件将 XML 架构和数据读入 System.Data.DataSet。 this.dsConfig.ReadXml(System.Windows.Forms.Application.StartupP...
分类:其他好文   时间:2014-05-01 13:47:02    阅读次数:304
Android--ViewPager多页面滑动切换以及动画效果
背景 ViewPager。它是google SDk中自带的一个附加包的一个类,可以用来实现屏幕间的切换。这个附加包是android-support-v4.jar。根据屏幕的分辨率和图片的宽度计算动画移动的偏移量代码 viewpager.xml界面设计很简单,第一行三个头标,第二行动画图片,第三行页卡...
分类:移动开发   时间:2014-05-01 02:14:22    阅读次数:700
jQuery中.bind() .live() .delegate() .on()的区别
bind(type,[data],fn) 为每个匹配元素的特定事件绑定事件处理函数$("a").bind("click",function(){alert("ok");});live(type,[data],fn) 给所有匹配的元素附加一个事件处理函数,即使这个元素是以后再添加进来的$("a").l...
分类:Web程序   时间:2014-05-01 01:29:08    阅读次数:441
文件流
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Li...
分类:其他好文   时间:2014-05-01 01:02:33    阅读次数:322
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!