06 2011 档案

使用NewtonSoft.JSON.dll来序列化和发序列化对象
摘要:从这里下载:http://www.newtonsoft.com/products/json/安装: 1.解压下载文件,得到Newtonsoft.Json.dll 2.在项目中添加引用..序列化和反序列在.net项目中:Product product = new Product();product.Name = "Apple";product.Expiry = new DateTime(2008, 12, 28);product.Price = 3.99M;product.Sizes = new string[] { "Small", "Medi 阅读全文

posted @ 2011-06-30 14:49 bicabo 阅读(1707) 评论(0) 推荐(0)

jquery 操作单选框,复选框,下拉列表实现代码
摘要:1、复选框全选操作:其实说到底就是对Jquery 选择器的运用,点我查看Jquery选择器 html代码: 复制代码 代码如下:<form> 您爱好的运动是: <input type="checkbox" name="item" value="football"/> football <input type="checkbox" name="item" value="basketball"/> basketball <input ty 阅读全文

posted @ 2011-06-22 16:06 bicabo 阅读(361) 评论(0) 推荐(0)

ckeditor3.0.1上传图片功能
摘要:ckeditor3.0.1上传图片功能ckeditro中本身没有带上传功能,那就要用到组件 Ckfinder 下载地址 http://ckfinder.com/别下错了 是.net版本的配置就简单了CKEDITOR.replace( '您要启用编辑功能的文本框',{filebrowserBrowseUrl:'/ckfinder/ckfinder.html',//启用浏览功能filebrowserImageBrowseUrl:'/ckfinder/ckfinder.html?Type=Images',filebrowserFlashBrowseUr 阅读全文

posted @ 2011-06-20 11:43 bicabo 阅读(1239) 评论(0) 推荐(0)

导航