会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
renshen4322
博客园
首页
新随笔
新文章
联系
管理
订阅
1
2
下一页
[置顶]
jquery中select的应用
摘要: //得到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
阅读(213)
评论(0)
推荐(0)
2016年4月22日
Linq to xml 小例
摘要: 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
阅读(166)
评论(0)
推荐(0)
2016年3月18日
mongodb 使用场景和不使用场景
摘要: 1.mongodb介绍 MongoDB (名称来自"humongous") 是一个可扩展的高性能,开源,模式自由,面向文档的数据库。它使用C++编写。MongoDB特点: a.面向集合的存储:适合存储对象及JSON形式的数据。 b.动态查询:mongo支持丰富的查询表达方式,查询指令使用JSON形式
阅读全文
posted @ 2016-03-18 17:03 renshen4322
阅读(305)
评论(0)
推荐(0)
2015年12月23日
一个面试题的解答-----从500(Id不连续)道试题库里随机抽取20道题!
摘要: 做一个考试系统的项目,现在从试题库里面随机抽取20道题比如我题库有500道题(ID不连续)。题目出现了,如何解决呢,随机抽取!1,我们先把500道题的id存进一个长度为500的数组。2,实现代码具体如下:ArrayListarrP=newArrayList();//int[] arrP=^^^^……...
阅读全文
posted @ 2015-12-23 15:15 renshen4322
阅读(364)
评论(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
阅读(122)
评论(0)
推荐(0)
2015年6月10日
50款强力jquey,js 插件推荐
摘要: http://www.cnblogs.com/xiaoyao2011/category/327551.html
阅读全文
posted @ 2015-06-10 22:47 renshen4322
阅读(213)
评论(0)
推荐(0)
2015年6月2日
node.js 学习
摘要: http://www.cnblogs.com/haogj/category/612022.html
阅读全文
posted @ 2015-06-02 22:12 renshen4322
阅读(177)
评论(0)
推荐(0)
2015年5月21日
wcf好文集合
摘要: http://www.cnblogs.com/chnking/tag/WCF/
阅读全文
posted @ 2015-05-21 22:38 renshen4322
阅读(106)
评论(0)
推荐(0)
2015年3月30日
随笔分类 - JQuery----小结
摘要: http://www.cnblogs.com/TivonStone/category/262756.html
阅读全文
posted @ 2015-03-30 14:47 renshen4322
阅读(109)
评论(0)
推荐(0)
2015年3月27日
C#精华集资
摘要: http://www.cnblogs.com/ronli/tag/C%23/
阅读全文
posted @ 2015-03-27 12:04 renshen4322
阅读(161)
评论(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
阅读(107)
评论(0)
推荐(0)
1
2
下一页
公告