自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (8)
  • 收藏
  • 关注

原创 jquery 复选框选中问题

页面有个权限功能,点中全选或取消所以复选框的状态    刚开始是下面这种   $(document).ready(function() { //alert(parent.selPids); $("#selAll").click(function(){ $("input[name='pIds']").attr("checked",this.checked) ...

2014-07-21 17:02:33 86

原创 jquery 复选框选中问题

on(){ $("input[name='pIds']").attr("checked",this.checked) }); });  但是这种会有一个问题,就是第一次选中,再点击取消选中没有问题,但是第二次的时候就无效了 , 为了解决这个问题google了一下,  找到一篇文挺好     http://blog.csdn.net/limingchuan123456789/article/details/11499665   后来

2014-07-21 17:02:33 68

原创 grails domain里面beforeinsert无效

今天新建一个grails项目,执行保存的时候总是出错  class Manipulator { String name; String passwd; String createTime; String updateTime; int isDeleted=0;//0没有删除,1,已删除 static constraints = { name uniq...

2014-07-09 14:17:50 172

原创 grails domain里面beforeinsert无效

2014-07-09 14:17:50 134

passbook程序开发相关的文档,apple官方的

passbook program guide, 顾名思义,passbook程序设计的相关文档, 描述怎么通过程序生成制作passbook

2015-04-23

passbook的webservice请求的官方文档

passbook的webservice请求的官方文档 该文档描述,passbook怎么通过webserviceurl请求服务器 和服务器交互更新,passbook,获取serinum等操作

2015-04-23

PassKit_Bundle

passbook的官方开发文档, Passbook Package Format Reference Contents About Pass Files 4 At a Glance 4 Understanding The Package Structure 4 Understanding The Keys Package Structure 5 Top-Level Keys 7 Standard Keys 7 Associated App Keys 8 Companion App Keys 8 Expiration Keys 8 Relevance Keys 9 Style Keys 10 Visual Appearance Keys 10 Web Service Keys 11 Lower-Level Keys 13 Pass Structure Dictionary Keys Beacon Dictionary Keys 14 Location Dictionary Keys 14 Barcode Dictionary Keys 14 4 Field Dictionary Keys 16 Standard Field Dictionary Keys 16 Date Style Keys 17 Number Style Keys 19 Document Revision History 20

2015-04-21

XML DOM手册

自己收藏的资源,有需要的那去,仅仅是为了挣些积分,请原谅

2012-11-12

XML编程技术大全简体中文

自己收藏,很久之前从学校ftp上当下来的,有需要的拿去

2012-11-12

vss 帮助文档 ,vss客户端,vss服务端

想学习vss的 可能对你有帮助,vss2005的原理和技巧,谢谢

2011-04-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除