马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
呵呵,那你就关注微软的招聘信息以及别人的招聘经验啊,还有也不一定去做技术的,你如果真的想去就多了解了解。(其实我的意思是说想到微软做技术是很不容易的。- namespaceTools.Module{publicclassTools{publicTools(){}publicstaticstringGetStrFromStr(stringsrc,intIndex){if(src.IndexOf(",")==0)src=src.Remove(0,1);for(inti=0;i<Index;i++){src=src.Remove(0,1+src.IndexOf(","));}if(src.IndexOf(",")<0)returnsrc;elsereturnsrc.Substring(0,src.IndexOf(","));}///<summary>///盘算出某字符在一个升序排序字符串中应处的地位.///</summary>///<paramname="src">字符串</param>///<paramname="c">字符</param>///<returns>该字符应处的地位</returns>publicstaticintGetTheSortedIndex(stringstr,charc){intiLength=str.Length;if(iLength==0)return0;if(iLength==1&&str[0]>=c)return0;elseif(iLength==1&&str[0]<c)return1;intindex=iLength/2;if(str[index]>c){returnGetTheSortedIndex(str.Substring(0,index),c);}elseif(str[index]<c){returnindex+1+GetTheSortedIndex(str.Substring(index+1,iLength-index-1),c);}elsereturnindex;}///<summary>///把一个字符拔出到一个升序分列的字符串中///</summary>///<paramname="c">要拔出的字符</param>///<paramname="str">目标字符串</param>publicstaticvoidInsertCharIntoSortedString(charc,refstringstr){if(str==nullstr.Length==0){str=c.ToString();return;}for(inti=0;i<str.Length;i++){if(str[i]==c)return;}intindex=GetTheSortedIndex(str,c);str=str.Insert(index,c.ToString());}}}
复制代码 有专家说:java不是跨平台,java就是平台,这很好的定义了java的特点。有了java,你只需要等待java平台在新平台上移植。这还不错吧!只是,java不是一个平台,而是多个平台。你需要在这个java平台移植到另一个java平台。 |