string string.length; //得到string长度 string.Trim(); //去掉string前后的空格 string.TrimStart(); //去掉string前的空格 string.TrimEnd(); //去掉string后的空格 string.ToLower(); //将string所有大写字母转换为小写 string.ToUpper(); //将string所有小写字母转换为大写 sting.IndexOf(""); //查找第一次出现该字符或者…
2016年10月12日 星期三 --出埃及记 Exodus 18:23 If you do this and God so commands, you will be able to stand the strain, and all these people will go home satisfied."你若这样行, 神也这样吩咐你,你就能受得住,这百姓也都平平安安归回他们的住处.…
1.运算符重载:运算符重重载的关键是在对象上不能总是只调用方法或属性,有时还需要做一些其他工作,例如,对数值进行相加.相乘或逻辑操作等.例如,语句if(a==b).对于类,这个语句在默认状态下会比较引用 a 和 b .检测这两个引用是否指向内存中的同一个地址,而不是检测两个实例是否包含相同的数据.然而对于 string 类,这种操作就会重写,于是比较字符串实际上就是比较每个字符串的内容.可以对自己的类进行这样的操作. 对于结构,"==" 运算符在默认状态下是不做任何工作.试图比较两个结…
2016年10月27日 星期四 --出埃及记 Exodus 19:12 Put limits for the people around the mountain and tell them, `Be careful that you do not go up the mountain or touch the foot of it. Whoever touches the mountain shall surely be put to death. 你要在山的四围给百姓定界限,说,你们当谨慎,…
本文永久地址为http://www.cnblogs.com/ChenYilong/p/4020399.html ,转载请注明出处. **************************************************************************   其他周边问题可参考我的系列文章:<老项目的#iPhone6与iPhone6Plus适配#>(持续更新中)   系列文章:老项目的#iPhone6与iPhone6Plus适配#(持续更新中,更新日期2014年10月…
2016年11月12日 星期六 --出埃及记 Exodus 20:3 "You shall have no other gods before me.除了我以外,你不可有别的 神.…
2016年10月31日 星期一 --出埃及记 Exodus 19:16 On the morning of the third day there was thunder and lightning, with a thick cloud over the mountain, and a very loud trumpet blast. Everyone in the camp trembled. 到了第三天早晨,在山上有雷轰,闪电,和密云,并且角声甚大,营中的百姓尽都发颤.…
2016年10月30日 星期日 --出埃及记 Exodus 19:15 Then he said to the people, "Prepare yourselves for the third day. Abstain from sexual relations."他对百姓说,到第三天要预备好了.不可亲近女人.…
2016年10月29日 星期六 --出埃及记 Exodus 19:14 After Moses had gone down the mountain to the people, he consecrated them, and they washed their clothes.摩西下山往百姓那里去,叫他们自洁,他们就洗衣服.…
2016年10月28日 星期五 --出埃及记 Exodus 19:13 He shall surely be stoned or shot with arrows; not a hand is to be laid on him. Whether man or animal, he shall not be permitted to live.' Only when the ram's horn sounds a long blast may they go up to the mountain…