代码改变世界

阅读排行榜

如何将notepad++添加到右键快捷方式

2019-10-14 22:42 by pere, 2828 阅读, 收藏,
摘要: 1、点击开始菜单输入regedit打开注册表编辑器2、在HKEY_CLASSSES_ROOT—* —Shell下,新建项命名为Open With Notepad++(注意*也是一个项)3、在该新建项的右边窗口新建字符串值(右键--新建--字符串值)。名称:Icon;值:C:\program files (x86)\Notepad++\Notepad++.exe 【注:使用您自己的安装文件目录】。4... 阅读全文

Xmanager Power Suite 6 6.0.143破解版下载地址

2019-09-25 21:39 by pere, 2294 阅读, 收藏,
摘要: https://www.newasp.net/soft/467350.html 阅读全文

springmvc 在xml配置文件中不能出现自动提示的问题

2019-11-08 10:21 by pere, 1601 阅读, 收藏,
摘要: 1、问题: 在配置文件中输入”<”提示内容为 正常的提示应该为: 2、原因:没有导入springmvc的.xsd文件 3、解决方法 (1)找到相应的.xsd文件,解压核心包搜索,对应的.xsd文件名称为spring-mvc-3.2.xsd (2)在MyEclipse中配置上述文件 打开windows 阅读全文

MyBatis的配置文件提示相关dtd文件未找到

2019-10-29 16:45 by pere, 1562 阅读, 收藏,
摘要: 问题:The file cannot be validated as the XML definition "D:\xx\xx\(系统找不到指定的路径。)" that is specified as describing the syntax of the file cannot be located.解决方法:以配置mapper文件为例"http://mybatis.org/dtd/mybat... 阅读全文

MyEclipse中右键Run as没有JUnit Test选项!

2019-10-06 10:40 by pere, 1345 阅读, 收藏,
摘要: 1、需要运行的代码中没有main函数,但是要进行测试,要执行右键Run as没有JUnit Test!这是要进行单元格测试,这时需要引入引入JUnit的jar包2、给工程添加JUnit jar包工程名右键→Properties→Java Build Path3、Libraries→Add Library选中JUnit,然后Next4、选中版本,然后Finish 阅读全文
上一页 1 2 3 4 5 6 ··· 13 下一页