Java??????????????????λ???????
???????????? ???????[ 2012/10/12 10:26:03 ] ????????
????OneCoder???????????????????????????????????????????????????????????????????????????????????????????????????????δ??????????????
????????API???
???????????????????API???????????????????JDK??API???????? OneCoder??????????????????????API?????????????????????????????д???????????????JDK??????п????????????????????????????????????????????μ?JDK????????????????????????????????????????β?????
???????磬???????String???е?subString????????????????á???????????ν??API????????????????????IDE?е?String????ctrl+o??????subString??????????????????????
/**
* Returns a new string that is a substring of this string. The
* substring begins at the specified <code>beginIndex</code> and
* extends to the character at index <code>endIndex - 1</code>.
* Thus the length of the substring is <code>endIndex-beginIndex</code>.
* <p>
* Examples:
* <blockquote><pre>
* "hamburger".substring(4?? 8) returns "urge"
* "smiles".substring(1?? 5) returns "mile"
* </pre></blockquote>
*
* @param beginIndex the beginning index?? inclusive.
* @param endIndex the ending index?? exclusive.
* @return the specified substring.
* @exception IndexOutOfBoundsException if the
* <code>beginIndex</code> is negative?? or
* <code>endIndex</code> is larger than the length of
* this <code>String</code> object?? or
* <code>beginIndex</code> is larger than
* <code>endIndex</code>.
*/
???????????????????????е????API??????????Javadoc???????????????????????????????????????????????
????????????????????
???????????????????????????????????? OneCoder ????????????????????????????????????????????????棬?????????????????????Ч??????????????? OneCoder ????????????Google??????????????????????????Google????????????? OneCoder ????????????????????????????????ssh????????????????google????????????????google??????????????к?????????????????????????????????????????????????Ч????
??????“Netty ???”??????????????
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11