`
文章列表
之前一篇文章讲述linux如何转发jconsole的图形结果,其中涉及到 java.awt.headless=true,这次有朋友遇到这个问题,问题也查了半天未帮助其解决,为了更加详细的了解这个参数,故找了一些资料。   1:官方JDK中对于headless的支持说明   http://docs.oracle.com/javase/1.4.2/docs/guide/awt/AWTChanges.html#headless   重点在于:   Many of the methods in Toolkit and GraphicsEnvironment, with the excep ...
再次遇到jps与java.io.tmpdir的坑,讨论了半天虽然有解决方法,但是都不理想,最后还是“撒迦”大神拨开云雾见青天的给我们讲诉了来龙去脉,真是幸福啊,哈哈。   好了,这总结下一些相关bug,便于以后查阅。   1:当指定了java.io.tmpdir后jps无效   jps not found the pid whit "-Djava.io.tmpdir"   http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7021676     2:当指定了java.io.tempdir后visualv ...

js在线格式化网站

    博客分类:
  • AJAX
经常遇到各种紧密的json格式串,为了好看点希望有个格式化工具,一般都使用Aptana IDE来做,但是发现有时也麻烦,故找了些在线的格式化工具   http://jsonformatter.curiousconcept.com/ (支持验证与美观)   http://tools.jb51.net/tools/js_geshihua.asp   http://json.parser.online.fr/   http://jsbeautifier.org/     http://tool.chinaz.com/Tools/JsFormat.aspx    
突然被同事问到选择什么加密算法合适,虽然结果是答对了,但是还是觉得欠说服力,故找了篇文章补充,不想看长篇大论的直接看对比结果图   转自:http://www.brighthub.com/computing/smb-security/articles/75099.aspx       The need for data encryption arose by the growing concern fo the safety and security of the data. In this article, various data encryption algorithms ...
需要向sdcard中push视频文件时,总是报这个错,故网上查了下得到解决方案,这里记录下,以为是sdcard文件自身的权限,结果不是。   解决方案是:   Android AVD Manager 增加sdcard的file路径即可   参考: http://zhidao.baidu.com/question/256612331.html
偶尔有时使用下firefox,偶尔也会去自己的blog搜索下之前的文档,看到firefox上的搜索工具栏就想写个专门针对自己blog搜索的搜索插件,go大神 + MDN 的文档将这个想法很快就实现了,下面分享下。     编写firefox的工具栏搜索插件目前可以使用3种方式,下面一一介绍,将针对本blog的文章搜索为例,例如iteye的blog搜索url为 http://dikar.iteye.com/blog/search?query=xxxx ,xxxx就是可以替换的关键词了。     插件环境: 本机使用fedora 11 系统,firefox版本为 3.5.9 firef ...
一个足以:   http://code.google.com/chrome/extensions/devguide.html    
想看一个chrome扩展的源码,结果找了半天也不知道在哪里,只知道是在User Data里,windows倒还是知道,linux下就茫然了。终于还是有官方解释了。   Default Location Windows XP Google Chrome: C:\Documents and Settings\<username>\Local Settings\Application Data\Google\Chrome\User Data\Default Chromium: C:\Documents and Settings\<username>\Loca ...
1:AdBlock   2:Chrome YouTube Downloader   3:Docs PDF/PowerPoint Viewer(由 Google 提供)   4:Download All   5:mldonkey Extension   6:Google Mail Checker    7:Google 阅读器通知程序(由 Google 提供)   8:
有的时候需要某个东西,然后又得不到资源来帮助你,只能自己动手丰衣足食了,查遍网上各种jquery的级联下拉框都不和我意,而且实现比较复杂,故自己动手实现。   <div> <select class="root"> <option value="1">first</option> <option value="2">second</option> <option value="3">third</option& ...
  嵌入式系统 Boot Loader 技术内幕 http://www.ibm.com/developerworks/cn/linux/l-btloader/     Linux bootloader 编写方法 http://www.ibm.com/developerworks/cn/linux/embed/l-bootloader/index.html   wiki  Booting http://en.wikipedia.org/wiki/Booting     Linux 引导过程内幕 http://www.ibm.com/developerworks/cn/li ...

free icon site

昨天写插件,需要一些icon,发现一些网站有提供免费的icon下载,故汇总下,方便以后使用     免费下载 http://www.freeiconsweb.com/index.html       提供部分免费下载 http://dryicons.com/     分类别 icon http://www.1stwebdesigner.com/freebies/best-free-web-user-interface-icons/
经常遇到一些第三方的jar包没有源代码 ,故会去下面这个网址搜索 http://www.javasourcecode.org/html/open-source   有时打开浏览器不方便,故希望能有个eclipse插件能做这件事,刚好对eclipse插件开发感兴趣,故花了一晚上开发出这个插件,方便在eclipse里直接访问网址查询源码。   该插件主要是用于查询开源的 java类文件的源代码,故如果是用户自己写的类是不能查询到的。至于能查的范围在javasourcecode上列出如下:     Browse Open Source Java Code Online A ...

apache mod_jk timeout

    博客分类:
  • JAVA
有个页面渲染时间太长结果就被转到错误页面去了,故查了apache的timetou 以及mod_jk的timeout,收集了一些资料记录下:   1:apache  httpd.conf  Timeout http://httpd.apache.org/docs/2.0/mod/core.html     TimeOut Directive Description: Amount of time the server will wait for certain events before failing a request Syntax:

android hack相关

Android GameCIH2(CheatIng Hacker) http://www.cih.com.tw/gamecih   dalvikvm http://www.dalvikvm.com/     Bytecode for the Dalvik VM http://netmite.com/android/mydroid/dalvik/docs/dalvik-bytecode.html     smali(An assembler/disassembler for Android's dex format) http://code.google.com/p/sma ...
Global site tag (gtag.js) - Google Analytics