.....很久没有写博客了,最近实在是太忙,一直想写点干货,但是一直没静下心来学习。今天又在加班忙碌之中,结果谁知道越忙碌越出问题。先是 weblogic 没有正常启动,凭经验第一反应就是7001端口被其它程序占用了,然后通过命令查看之后,发现果然是被占用了,占用端口的竟然是Eclipse,查找占用...
分类:
数据库 时间:
2014-07-29 11:06:36
阅读次数:
350
Android在4.0之后执行线程更新UI操作会报异常:CalledFromWrongThreadException:Only the original thread that created a view hierarchy can touch its views.那么你肯定能看到很多文章说and...
分类:
移动开发 时间:
2014-07-29 10:57:06
阅读次数:
398
Thread 1 cannot allocate new log, sequence 466Private strand flush not complete Current log# 7 seq# 465 mem# 0: /home/app/oracle/oradata/orcl/redo07.....
分类:
数据库 时间:
2014-07-28 23:38:54
阅读次数:
400
错误原因如下:Exception in thread "main" org.hibernate.exception.JDBCConnectionException: Cannot open connectionat org.hibernate.exception.SQLStateConverter....
分类:
数据库 时间:
2014-07-28 15:20:13
阅读次数:
302
thread group(线程组)A:setup thread group一种特殊类型的ThreadGroup的,可用于执行预测试操作。这些线程的行为完全像一个正常的线程组元件。不同的是,这些类型的线程执行测试前进行定期线程组的执行。B:teardown thread group一种特殊类型的Thr...
分类:
其他好文 时间:
2014-07-28 14:54:24
阅读次数:
298
Through its implementation, this project will familiarize you with the creation and execution of threads, and with the use of the Thread class methods...
分类:
编程语言 时间:
2014-07-28 14:44:03
阅读次数:
467
ALTER SYSTEM ARCHIVE LOGThread 1 cannot allocate new log, sequence 2594Checkpoint not complete这个实际上是个比较常见的错误。通常来说是因为在日志被写满时会切换 日志组,这个时候会触发一次checkpoint...
分类:
其他好文 时间:
2014-07-28 13:45:10
阅读次数:
197
四轴飞行器1.2.2 RT-Thread 串口 本来是打算说根据RT-Thread的设备管理提供的驱动接口些串口驱动的,但是仔细一看,我去,串口驱动写好了,只需要调用就可以了。下面我们说说具体怎么使用的。 首先在rt_hw_board_init()函数里面有个rt_hw_usart_init...
分类:
其他好文 时间:
2014-07-28 11:17:30
阅读次数:
297
import java.util.Queue;import java.util.concurrent.LinkedBlockingQueue;public class Consumer extends Thread { private String product; private Queue st...
分类:
编程语言 时间:
2014-07-27 23:25:39
阅读次数:
258
买的飞控板到了,开始写下位机的程序了,本来打算用UCOS的,因为以前用过,比较熟悉,可以很快上手,不过板子的卖家推荐了RT-Thread,以前虽然有接触过,但是没用过,于是去官网看了下,感觉还不错。其一这是咱们国人写的,其二USOS有的基本任务调度功能它都有了,其三它的GUI貌似原生支持中文(不确定...
分类:
其他好文 时间:
2014-07-27 23:17:49
阅读次数:
262