`
vivus
  • 浏览: 116153 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论
文章列表
firefox老弹出“Prevent this page from creating addtional dialogs”的确认框,特烦人,解决办法如下: Copy the preference name dom.successive_dialog_time_limit Open about:config Right-click in the preferences area and choose New > Integer Paste the preference name and click OK Then enter 0 and click OK 原文地址: http://foru ...

DB2笔记

    博客分类:
  • DB2
查询DB2的sequence: SELECT * FROM SYSCAT.SEQUENCES;
1、下载JDK的linux版(jdk-1_5_0_22-linux-i586.bin) 2、进入到linux下存放JDK的目录(用cd命令),执行以下命令: chmod a+x jdk-1_5_0_22-linux-i586.bin(分配权限) ./jdk-1_5_0_22-linux-i586.bin 问题: 1、在安装时报下面的错: ./jdk-1_5_0_22-linux-i586.bin: ./install.sfx.28578: /lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录 ./jdk-1_5_0_22-linux-i586.b ...
flash builder4.6在使用Google Chrome浏览Flex Web项目时,会提示“正在连接”,最后出现“下载出错,请……”。这是flash builder4.6跟Google Chrome的兼容问题。目前测试过无问题的浏览器有:360浏览器、FireFox、IE。

maven笔记

手动下载maven依赖(without pom): 使用dependency:get。 如: mvn dependency:get -DrepoUrl=http://10.2.2.10:8081/nexus/content/repositories/releases -DgroupId=org.apache.httpcomponents -DartifactId=httpclient -Dversion=4.2.1 http://stackoverflow.com/questions/884808/utility-for-downloading-artifacts-from-maven- ...

蛋痛的JS

  <script type="text/javascript" src="component/calendar/calendar.js" />  当用以上代码引入JS文件时,会导致以下情况出现: 1、只能导入第一个文件,其余的文件均导入不了; 2、页面上写的JS代码完全无作用;     <script type="text/javascript" src="component/calendar/calendar.js"></script>  用以上方式导入却完全没 ...
  目录 前言 maven概要   maven不是什么 maven是什么 maven的生命周期 maven的"约定优于配置" maven的版本规范 maven的组成部分 maven的依赖管理 多项目管理
子类父类实现同一接口有什么作用? 简单的说,下面这样的代码: B  implements  A C extends  B  implements  A 红色的代码有什么用? 讨论: http://www.iteye.com/topic/781580
Global site tag (gtag.js) - Google Analytics