- 博客(6)
- 收藏
- 关注
转载 在 Windows上实现Java7 和Java8 并存(可随意切换) 的方法
这里说的并存指的根据需要切换系统默认的jdk版本。 解决思路:第一步:安装jdk 1.7 安装成功后 执行 Java -version 查看jdk版本 第二步:安装jdk8 ,让两个jdk共存 安装步骤略 并在系统环境变量设置如下: 第三步 :添加 %JAVA_HOME%\bi
2017-09-12 16:52:31 7360 1
转载 eclipse无法打断点,提示debug absent line number information
在加入断点时,提示出unable to install breakpoint in ...(file name) due to miss line number attributes. midify compliter options to generate line number attributes.reason: absent line number infor
2017-01-22 15:47:40 3057
转载 刚创建的远程版本库,在push代码时出错
$ git push -u origin mastererror:failed to push some refs to xxxx@xxxhint: Updates were rejected because the tip of your current branch is behindhint: its remote counterpart. Merge the remote ch
2017-01-10 09:07:44 422
转载 解决使用maven的java web项目导入后出现的有关问题, -cannot be read or is not a valid zip file
配置好 jdk maven eclipse tomcat 后 导入项目 报错:1.Archive for required library :'.......jar ' in project 'xxxxxxx' cannot be read or is not a valid zip file 2.The project cannot be build until build path erro
2017-01-06 09:47:09 3986
原创 JavaScript 变量 的一些认识
关键字var 用于定义变量,如果使用var定义变量,那么该变量一定是局部变量,也就是只能在定义变量的函数内使用,如果不使用var,那么msg变量就将是全局变量,你可以在任意地方访问该变量,在局部上下文使用全局变量不一定是坏事,在某些情况下也的确需要这样用,然而这并不是一种好的实践。之所以要避免使用全局变量,是因为如果应用程序中有多个javascript脚本,那么就可能在某个文件中的某段代码里使用到
2016-12-06 19:21:08 311
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人