SVN是一款出色的代码版本控制工具,大部分开发者都在使用.由于前不久刚做了系统,所以要重装一下SVN,结果就出了问题,问题就是,不管是文件处于什么状态他的提示图标都不显示,这就太不给力了吧.通过搜寻,最后总结一下解决的办法. 确保SVN设置正确 右键->TortoiseSVN->setting->Icon Overlays->Status cache->default/Shell.none是不显示 如果装过360云盘百度云盘的解决方法 Windows Explorer She
ios中js通过getMonth()获取到的日期显示NaN,而在其他地方如pc.安卓都是ok的,这是为什么呢,原来这里有个ios的兼容问题,需要将日期中的“-”替换为“/” var time = new Date("2017-6-21 18:00:00".replace(/-/g,'/')); alert(time.getMonth())//都可以正常显示“6”了
project sturcture和Project Structure 无论是按快捷键或者是从files中打开都不显示 event log中报:IllegalArgumentException:Multiple entries with same key: Google Inc.:Google APIs:23=Google APIs (Google Inc.) (API 23) and Google Inc.:Google APIs:23=Google APIs (Google Inc.) (A
Eclipse选中变量名,相同变量都变色显示 java文件的设置"Window"-"preferences"-"Java"-"Editor"-"Mark Occurrences"复选框勾选Mark occurrences of the selected element in the cruuent file.