随笔分类 -  相关工具的使用

摘要:1、打开eclipse软件,点击window-preference 2、在弹出框中选择java-Installed JRES,选中的默认就行,然后点一下选中的,点击edit 3、弹出框中选择第二个,展开的第一个,然后选择source Attachement 4、选择选择第二个,然后找到你安装java 阅读全文
posted @ 2019-08-04 10:22 DHR~小白 阅读(1133) 评论(0) 推荐(0)
摘要:这是由于版本不一致导致的 file => settings => 搜索找到Java Compiler 把相应jdk版本改成1.8 ctrl+alt+s 阅读全文
posted @ 2019-06-05 18:17 DHR~小白 阅读(617) 评论(0) 推荐(0)
摘要:1、file - Project Structure ctrl+alt+shift+s 2、modules 中把7换成8 阅读全文
posted @ 2019-06-05 18:10 DHR~小白 阅读(4009) 评论(0) 推荐(0)
摘要:1、要想是永久的,就选择other settings 阅读全文
posted @ 2019-05-30 12:17 DHR~小白 阅读(3269) 评论(0) 推荐(0)
摘要:1、ueditor.all.js 去掉所有的 type="application/x-shockwave-flash" 2、ueditor.all.min.js 去掉所有的 type="application/x-shockwave-flash" 3、ueditor.all.js //此处将 edu 阅读全文
posted @ 2019-03-26 15:02 DHR~小白 阅读(3829) 评论(1) 推荐(0)
该文被密码保护。
posted @ 2019-03-25 07:05 DHR~小白
摘要:一、idea的runDashboard打开workspace.xml文件之后,找到component为RunDashboard的节点处,然后在component标签里添加<option name="configurationTypes"> <set> <option value="SpringBoo 阅读全文
posted @ 2019-03-13 11:05 DHR~小白 阅读(1070) 评论(0) 推荐(0)
摘要:1、建立分支 1、在trunks上点击右键,在TortoiseSVN菜单中选择Branch/Tag; 2、在To path输入框中输入新建分支的路径,一般是:/branches/分支名,也就是相当于分支保存的路径名; 3、在下面选择HEAD revision in the repository,为当 阅读全文
posted @ 2019-03-03 08:45 DHR~小白 阅读(512) 评论(0) 推荐(0)