在用java swing
做例子,给页面设置皮肤样式的时候出现了这个错误:org.jvnet.substance.api.UiThreadingViolationException:
Component creation must be done on Event Dispatch Thread a...
分类:
其他好文 时间:
2014-06-29 12:17:41
阅读次数:
327
eUML2是一款强大的,基于Eclipse应用程序的UML建模工具.开发者可以在UML开发过程中将模型转化为Java代码:确保软件质量和减少开发时间。必备条件Java
runtime 1.5 or + for Galileo/eclipse 3.5.xJava runtime 1.5 or + fo...
分类:
系统相关 时间:
2014-06-07 11:28:56
阅读次数:
370
笔者理解:Kithara
RTS的多任务编程主要用于内核实时程序开发中,其体系结构比较像一些嵌入式实时操作系统,如ucos,freertos等。笔者翻译了一部分内容,有一些内容看原文更好理解,因此没有翻译。
Tasks The Multitasking Module offers task exec...
分类:
其他好文 时间:
2014-06-07 09:32:36
阅读次数:
262
从sdk3.2.5升级到sdk
7.1中间废弃了很多的方法,还有一些逻辑关系更加严谨了。1,警告:“xoxoxoxo” is
deprecated解决办法:查看xoxoxoxo的这个方法的文档,替换掉这个方法即可。2,警告:Declaration of "struct
sockaddr" will ...
分类:
其他好文 时间:
2014-06-07 07:43:40
阅读次数:
204
timer:tc/3对于统计函数运行时间是个很不错的函数,截图timer:tc/1,tc/2,tc/3的API:拿斐波那契数列入手做个讲解:-module(fib).-export([fib/1]).fib(0)
-> 0;fib(1) -> 1;fib(N) when N>1 -> fib(N-1...
分类:
其他好文 时间:
2014-06-06 17:41:20
阅读次数:
325
防止污染。尽量减少抽象词的使用。1.限定空间 list>item2.命名空间
.m-list Module .u-btn UI .s-btn Skin .j-tag JS require .g-header 布局 .f-clearfix
function3.架构 base:reset...
分类:
Web程序 时间:
2014-06-06 15:00:13
阅读次数:
233
python中import一个模块时python解释器的搜索目录顺序:参考python帮助文档The
Module Search PathWhen a module namedspamis imported, the interpreter first
searches for a built-in...
分类:
其他好文 时间:
2014-06-06 09:45:30
阅读次数:
250
RequireJS填补了前端模块化开发的空缺,RequireJS遵循AMD(异步模块定义,Asynchronous
Module
Definition)规范,越来越多的框架支持AMD,像最近的jQuery,但有一些也不支持,像Backbone,那如何在RequireJS使用Backbone呢?需要使...
分类:
Web程序 时间:
2014-06-06 08:39:24
阅读次数:
395
As far as I know, SharedPreferences allow us to
store some simple data in a named area in our phone. Introduction to the uses of
SharedPreferences is ...
分类:
移动开发 时间:
2014-06-05 14:07:21
阅读次数:
390
mysqldump: Got error: 23: Out of resources when
opening file ‘./mydb/tax_calculation_rate_title.MYD’ (Errcode: 24) when using
LOCK TABLES看到这个后,我比较奇怪,备...
分类:
其他好文 时间:
2014-06-05 13:19:12
阅读次数:
328