2006-09-25

test

testing
发贴者 hongmin wang 时间: 22:29
Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest
指向此帖子的链接
Newer Posts Home
Subscribe to: Posts (Atom)

Blog Archive

  • ►  2016 (2)
    • ►  02 (1)
    • ►  01 (1)
  • ►  2014 (3)
    • ►  11 (2)
    • ►  05 (1)
  • ►  2013 (13)
    • ►  11 (1)
    • ►  10 (1)
    • ►  06 (3)
    • ►  05 (1)
    • ►  04 (4)
    • ►  03 (1)
    • ►  01 (2)
  • ►  2012 (16)
    • ►  12 (1)
    • ►  11 (5)
    • ►  10 (2)
    • ►  09 (3)
    • ►  08 (5)
  • ►  2011 (1)
    • ►  01 (1)
  • ►  2010 (10)
    • ►  04 (8)
    • ►  01 (2)
  • ►  2009 (20)
    • ►  12 (2)
    • ►  10 (2)
    • ►  09 (4)
    • ►  08 (2)
    • ►  06 (1)
    • ►  05 (3)
    • ►  03 (5)
    • ►  02 (1)
  • ►  2008 (33)
    • ►  12 (4)
    • ►  11 (10)
    • ►  10 (11)
    • ►  09 (4)
    • ►  08 (2)
    • ►  06 (1)
    • ►  04 (1)
  • ▼  2006 (1)
    • ▼  09 (1)
      • test

TAGS

  • emacs (9)
  • C++ (6)
  • elisp (5)
  • debugging (4)
  • 软件推荐 (3)
  • java (2)
  • python (2)
  • reading_notes (2)
  • ruby (2)
  • windbg (2)
  • BDD (1)
  • G1 (1)
  • Gherkin (1)
  • Jenkins (1)
  • VBA (1)
  • asm (1)
  • books (1)
  • box2d (1)
  • cucumber (1)
  • emacs acejump intellij_plugin (1)
  • mapreduce (1)
  • message_interactions (1)
  • mockcpp (1)
  • mongodb (1)
  • oracle (1)
  • org-mode (1)
  • outlook (1)
  • performance (1)
  • refactor (1)

HOT POSTS

  • Adding Customized HTTP Header in HTTPServletRequest in Jetty
    Sometimes we need Adding some customized HTTP header in Jetty's Request. Here is a way to change Request.getHeader() using java.lang.i...
  • Generate dynamic examples for cucumber Scenario outline
    In following scenario outline, examples will be generated by `generate_example_data_func`: Feature : test feature Scenario Outlin...
  • Intellij IDEA plugin "emacsIDEAs" introduction
    tmp20130120___18_22_24035445a0-708d-6194-29cb-eaa258d94fed.temp This is introduction to plugin emacsIDEAs of Intellij IDEA....
  • python 中动态执行 JavaScript代码
    this post is obviously out of date, so now you should try  https://code.google.com/p/pyv8/   这个帖子已经明显过时了,你应该试试https://code.google.com/p/p...
  • mongodb-mapreduce and highcharts
    During company's hackday, we analyze some bigdata in mongodb. We want to find out whether XXXXX price's short term and long term Mo...
  • Enhance htmlize.el , now can export org-link.
    Several Days ago, I found a problem when write blog using org-mode. The 'html-region command in htmlize.el, just generate a CSS style f...
  • Java Performance Tuning
    performance_tunning.org --> * What I found in Performance Tuning ** BETTER MACHINE - "we need more ...
  • Failed to load data access DLL, 0x80004005
    前一段时间在x86机器上分析一个64位机上取的dump时,遇到以下情况: 0:000> .load sos 0:000> !clrstack Failed to load data access DLL, 0x80004005 Verify that 1) you ...
  • Make message interaction more readable, by using c++ local class
    main (1).cpp Make message interaction more readable, by using c++ local class:::: c++ local class: http : //pub...
  • DSL for reactive application implementation in C++
    cpp_idioms.org def_mi(Basic_mi_x) { step(sync_call_1); ...