在图形界面中,执行拉取操作时,出现下面的错误。 You asked to pull from the remote 'origin', but did not specifya branch. Because this is not the default configured remotefor ...
分类:
其他好文 时间:
2017-09-04 11:53:28
阅读次数:
182
indexOf作用:用于检索一个字符串在另一个字符串中的位置。 indexOf的几个重载方法如下: int indexOf(String str) 意思为在字符串中检索str第一次出现的位置,如果找不到返回-1。 eg: String str = "I can because i think i c ...
分类:
其他好文 时间:
2017-08-31 12:43:25
阅读次数:
175
String还定义有lastIndexOf(String str,int from) 意思为str在字符串多次出现时将返回最后一次出现的位置。 eg: String str = "I can because i think i can"; int index = str.lastIndexOf("c ...
分类:
其他好文 时间:
2017-08-31 12:37:38
阅读次数:
139
有时候导出Excel时需要根据某些条件筛选数据,然后将数据通过NPOI生成Excel并导出。组织数据时可以通过放到一个表单中,某些场景是使用脚本(如:jquery)组织一个form(通过字符串拼接),然后将这个from的转换成jquery对象或者Dom对象,再调用对应的submit方法。 例子如下, ...
分类:
Web程序 时间:
2017-08-30 23:43:09
阅读次数:
336
retrieve to get something back scrap to discard or discontinue something because it is considered useless or ineffective measure to find out the size, ...
分类:
移动开发 时间:
2017-08-29 10:12:10
阅读次数:
160
1、libCRFPP.so放在idea项目 resources下,打jar包时打在jar中。 2、需要安装CRF相关信息 网上找到两种方式: 出现这种情况的原因是找不到libcrfpp.so.0等库文件,解决方案一为(貌似此方法对root用户不管用): 解决方案二为建立以下符号链接: Caused ...
分类:
编程语言 时间:
2017-08-28 23:54:56
阅读次数:
1330
N pots, each with some number of gold coins, are arranged in a line. You are playing a game against another player. You take turns picking a pot of go ...
分类:
其他好文 时间:
2017-08-28 23:49:27
阅读次数:
239
ADMG-2.2.1.3 - BRAVO CoA Mapping - TB Revision 7/11: If Bravo code is not numeric, need to find one level up in FAGL_011PC to find the 6 digits for br ...
分类:
其他好文 时间:
2017-08-24 14:05:41
阅读次数:
192
Chinese always have the railway tickets problem because of its' huge amount of passangers and stations. Now goverment need you to develop a new ticket ...
分类:
其他好文 时间:
2017-08-22 10:54:44
阅读次数:
162
The aspiring Roy the Robber has seen a lot of American movies, and knows that the bad guys usually gets caught in the end, often because they become t ...
分类:
其他好文 时间:
2017-08-21 00:06:57
阅读次数:
233