在用java swing
做例子,给页面设置皮肤样式的时候出现了这个错误:org.jvnet.substance.api.UiThreadingViolationException:
Component creation must be done on Event Dispatch Thread a...
分类:
其他好文 时间:
2014-06-29 12:17:41
阅读次数:
327
1 查看各个项目的Project ID编号
mysql -uroot -h10.10.2xx.xx
show databases;
use bugfree2;
desc bf_TestProject;
select ProjectID,ProjectName from bf_TestProject;(查询结果如下)
2 在/va...
分类:
其他好文 时间:
2014-06-20 12:19:19
阅读次数:
262
6.Entity Use CasesA MUC implementation MUST
supportService Discovery[7].服务端必须实现 service discover6.1Discovering Component
Support for MUC发现服务器是否支持mucA ...
分类:
其他好文 时间:
2014-06-11 10:10:31
阅读次数:
345
题目
Given a collection of integers that might contain duplicates, S, return all possible subsets.
Note:
Elements in a subset must be in non-descending order.The solution set must not c...
分类:
其他好文 时间:
2014-06-08 05:32:21
阅读次数:
196
题目
Given a set of distinct integers, S, return all possible subsets.
Note:
Elements in a subset must be in non-descending order.The solution set must not contain duplicate subsets.
...
分类:
其他好文 时间:
2014-06-08 04:01:05
阅读次数:
240
git clone git-url
git add .
git comm -a -m ' desc '
git push...
分类:
其他好文 时间:
2014-06-08 02:21:09
阅读次数:
217
A JSP page exists in three forms:JSP source
code:consists of a mix of HTML template code.Java language statements.JSP
directives and actions that desc...
分类:
Web程序 时间:
2014-06-08 00:18:41
阅读次数:
523
var age=100
//如果年龄不大于50的就会在这里断言,和之前的OC一样的
assert(age>50,"age must >50")
//可以用a..b标识a到b之间的范围,
//我们循环打印五次hello World
var helloWorld="hello world"
for i in 0..5
{
//这个循环的i从0开始到4结束,是不包括范围的最后一个的。
...
分类:
其他好文 时间:
2014-06-07 14:52:38
阅读次数:
218
1 索引的创建语法:
CREATE UNIUQE | BITMAP INDEX .
ON .
( | ASC | DESC,
| ASC | DESC,...)
TABLESPACE
STORAGE
LOGGING | NOLOGGING
COMPUTE STATISTICS...
分类:
数据库 时间:
2014-06-04 13:07:08
阅读次数:
400
一、重生法dstaset.Tables.Add(dt)dataset.Tables(0).DefaultView.Sort = "id
desc"-----------------------------------------------------------------------------...
分类:
其他好文 时间:
2014-06-03 15:02:50
阅读次数:
305