Posted on 2009/05/08, 10:00 pm, by zhangv, under
技术(Tech).
Decided to use Fire-j2me as the UI engine, evaluated the API and felt good.This website www.bluevibe.net is author’s company which focuses on the Proximity Marketing(亲近营销,接近营销), the new word to me. Should elabrate it in another entry. Anyway, the idea is to do the marketing in the certain scenario with mobile devices equipped with bluetooth, blablabla…check [...]
Posted on 2009/04/25, 9:59 pm, by zhangv, under
技术(Tech).
Mobile Tools for Java (MTJ)
eclipseme终于被eclipse收编,成为了eclipse平台的一员。最新的版本是0.9.1,比eclipseme(mtj-0.9)多了jmunit的支持。编写unittest非常方便,但是配置有时会出问题,不起作用。目前的解决方法是直接导入jmunit来用,希望这个bug可以在1.0修复。
idea 很简单,通过运行窗口创建todo列表,觉得这样做简单。在lifehacker上看到的类似idea,只是这里更简化。
下载(download)
使用方法:
1.运行setup.vbs(设置路径)
2.win+r打开运行
todo -l 显示所有当前todo
todo -c 删除所有
todo something to do 添加一条新的待办事项(”something to do”)
todo -d [#] 删除某项
todo -d 1,2,4 删除1,2,4项