摘要: //得到select项的个数jQuery.fn.size=function(){returnjQuery(this).get(0).options.length;}//获得选中项的索引jQuery.fn.getSelectedIndex=function(){returnjQuery(this).g... 阅读全文
posted @ 2014-04-27 09:15 renshen4322 阅读(206) 评论(0) 推荐(0) 编辑
  2016年4月22日
摘要: static void Main(string[] args) { string strXml = @"<?xml version='1.0' encoding='utf-8' ?> <root> <MerchantID>1000</MerchantID> <OrderID>mzo201512081 阅读全文
posted @ 2016-04-22 00:50 renshen4322 阅读(159) 评论(0) 推荐(0) 编辑
  2016年3月18日
摘要: 1.mongodb介绍 MongoDB (名称来自"humongous") 是一个可扩展的高性能,开源,模式自由,面向文档的数据库。它使用C++编写。MongoDB特点: a.面向集合的存储:适合存储对象及JSON形式的数据。 b.动态查询:mongo支持丰富的查询表达方式,查询指令使用JSON形式 阅读全文
posted @ 2016-03-18 17:03 renshen4322 阅读(288) 评论(0) 推荐(0) 编辑
  2015年12月23日
摘要: 做一个考试系统的项目,现在从试题库里面随机抽取20道题比如我题库有500道题(ID不连续)。题目出现了,如何解决呢,随机抽取!1,我们先把500道题的id存进一个长度为500的数组。2,实现代码具体如下:ArrayListarrP=newArrayList();//int[] arrP=^^^^……... 阅读全文
posted @ 2015-12-23 15:15 renshen4322 阅读(355) 评论(0) 推荐(0) 编辑
  2015年9月7日
摘要: http://www.cnblogs.com/wdfrog/tag/%E6%95%B0%E6%8D%AE%E9%87%87%E9%9B%86/ 阅读全文
posted @ 2015-09-07 03:10 renshen4322 阅读(117) 评论(0) 推荐(0) 编辑
  2015年6月10日
摘要: http://www.cnblogs.com/xiaoyao2011/category/327551.html 阅读全文
posted @ 2015-06-10 22:47 renshen4322 阅读(207) 评论(0) 推荐(0) 编辑
  2015年6月2日
摘要: http://www.cnblogs.com/haogj/category/612022.html 阅读全文
posted @ 2015-06-02 22:12 renshen4322 阅读(123) 评论(0) 推荐(0) 编辑
  2015年5月21日
摘要: http://www.cnblogs.com/chnking/tag/WCF/ 阅读全文
posted @ 2015-05-21 22:38 renshen4322 阅读(102) 评论(0) 推荐(0) 编辑
  2015年3月30日
摘要: http://www.cnblogs.com/TivonStone/category/262756.html 阅读全文
posted @ 2015-03-30 14:47 renshen4322 阅读(99) 评论(0) 推荐(0) 编辑
  2015年3月27日
摘要: http://www.cnblogs.com/ronli/tag/C%23/ 阅读全文
posted @ 2015-03-27 12:04 renshen4322 阅读(148) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/ronli/tag/%E6%95%B0%E6%8D%AE%E5%BA%93%E4%BC%98%E5%8C%96/ 阅读全文
posted @ 2015-03-27 10:36 renshen4322 阅读(101) 评论(0) 推荐(0) 编辑