本文原文发表自我的【自建博客】,cnblogs同步发表,格式未经调整,内容以原博客为准我是前言集合的遍历操作是开发中最常见的操作之一,从C语言经典的for循环到利用多核cpu的优势进行遍历,开发中ios有若干集合遍历方法,本文通过研究和测试比较了各个操作方法的效率和优略势,并总结几个使用集合遍历时的...
分类:
移动开发 时间:
2014-05-01 13:29:53
阅读次数:
424
using System;using System.Data;using
System.Configuration;using System.Collections;using System.Web;using
System.Web.Security;using System.Web.UI;usin...
分类:
其他好文 时间:
2014-05-01 13:28:29
阅读次数:
274
using System;using System.Collections;using
System.Configuration;using System.Data;using System.Linq;using System.Web;using
System.Web.Security;using ...
分类:
其他好文 时间:
2014-05-01 13:25:21
阅读次数:
380
1、if指令所有的nginx内置变量都可以通过if指令和正则表达式来进行匹配,并且根据匹配结果进行一些操作,如下:if
($http_user_agent ~ MSIE) { rewrite ^(.*)$ /msie/$1 break;}if ($http_cookie ~*
"id=([^...
分类:
其他好文 时间:
2014-05-01 13:08:26
阅读次数:
418
给定2^n 支足球队进行比赛,n 3: #include 4: #include 5:
#include 6: #include 7: using namespace std; 8: 9: double p[135][135]; 10:
double dp[135][10]; 11: 12: pai...
分类:
其他好文 时间:
2014-05-01 13:07:14
阅读次数:
384
iterator的hasNext() 和
next()方法用于enumeration的hasMoreElements() 和 nextElement()iterator it =
a.itreator();Enumeration en = new Enumeration(){@Overridepub...
分类:
其他好文 时间:
2014-05-01 12:59:57
阅读次数:
358
本人主要是从事.NET方面的开发,熟悉的语言是C#,但是由于近期项目接触到新的技术点(Mogodb,sencha
touch),感触良多,觉得自己一下子渺小了很多。 在前端方面需要深入了解的有html,css(div+css),了解的有html5,css3。
脚本方面有js,Iquery,Jque....
分类:
其他好文 时间:
2014-05-01 12:59:18
阅读次数:
327
1 function funPostBack(srvMethod){ 2 /* 3 var
contentNR=$(document.getElementById("reportFrame").contentWindow.document).find("#conte...
分类:
Web程序 时间:
2014-05-01 12:58:08
阅读次数:
643
JavaWeb--中文乱码小结 JavaWeb--中文乱码小结 0.纯粹html乱码:
换个editor吧(有时候notepad都比sublime_text好用),最好是在之间添加 1.jsp到jsp之间,表单
(假设包含表单的页面为a,提交的action为b) get:不乱码 post:乱码(在b...
分类:
Web程序 时间:
2014-05-01 12:54:13
阅读次数:
530