2022年3月27日
摘要:
用了一段时间后,HBuilderX的代码提示功能突然不生效了,重新下载也没有用,解决方案是重置默认配置 提示:重置配置会清除编辑器内的项目,记得先保存 解决方案 1、找到HBuilderX根目录下的reset.bat文件并打开 2、输入任意内容并按回车
阅读全文
posted @ 2022-03-27 17:01
哲航
阅读(863)
推荐(0)
2019年9月1日
摘要:
private static String getValue(XSSFCell cell) { if (cell.getCellType() == XSSFCell.CELL_TYPE_BOOLEAN) { return String.valueOf(cell.getBooleanCellValue
阅读全文
posted @ 2019-09-01 15:33
哲航
阅读(4727)
推荐(0)
摘要:
方法一: <textarea rows=1 cols=40 style='overflow:scroll;overflow-y:hidden;;overflow-x:hidden' onfocus="window.activeobj=this;this.clock=setInterval(funct
阅读全文
posted @ 2019-09-01 15:09
哲航
阅读(649)
推荐(0)
2018年8月30日
摘要:
一)更换用户 1) 删除 C:\Users\用户名\AppData\Roaming\Subversion\auth\svn.ssl.server 下文件 2)删除 myEclipse安装路径/configuration/org.eclipse.core.runtime/.keyring 二)解锁 解
阅读全文
posted @ 2018-08-30 19:33
哲航
阅读(132)
推荐(0)
摘要:
public static boolean forceDelete(File f) { boolean result = false; int tryCount = 0; while(!result && tryCount++ <10) { System.gc(); result = f.delet
阅读全文
posted @ 2018-08-30 19:26
哲航
阅读(545)
推荐(0)