实验环境:windows 8.1 pro with Keil 4 and Proteus
7.8 both cracked。步骤:下载联调工具Vdmagdi,安装。keil下Option/Debug,将右侧的单选框点上。proteus
下Debug/Use remote debug monitor点...
分类:
其他好文 时间:
2014-06-07 04:20:40
阅读次数:
318
public class DiagramEditor extends
GraphicalEditorWithFlyoutPalette implementsIPersistableEditor{ public void
doSave(IProgressMonitor monitor) { ...
分类:
其他好文 时间:
2014-06-04 20:04:59
阅读次数:
397
public void doSave(IProgressMonitor monitor) {
// TODO Auto-generated method stub performSave(monitor, getEditorInput());
自定义的一个save函数,作...
分类:
其他好文 时间:
2014-05-29 07:56:21
阅读次数:
240
针对Sqler Monitor 功能做了整理##SqlServices ##Cluster、
AlwaysonSingle##Replicaion ##:1:undelivedcmds monitor2 ReplError Monitor:3 Repl
status Alert##Sql Conne...
分类:
数据库 时间:
2014-05-29 00:08:50
阅读次数:
535
本篇继续介绍WaitHandler类及其子类
Mutex,ManualResetEvent,AutoResetEvent的用法。.NET中线程同步的方式多的让人看了眼花缭乱,究竟该怎么去理解
呢?其实,我们抛开.NET环境看线程同步,无非是执行两种操作:一是互斥/加锁,目的是保证临界区代码操作的“原...
分类:
编程语言 时间:
2014-05-26 20:30:56
阅读次数:
386
本篇从Monitor,Mutex,ManualResetEvent,AutoResetEvent,WaitHandler的类关系图开始,希望通过
本篇的介绍能对常见的线程同步方法有一个整体的认识,而对每种方式的使用细节,适用场合不会过多解释。让我们来看看这几个类的关系图: 1.lock关键字 lo....
分类:
编程语言 时间:
2014-05-26 20:14:03
阅读次数:
318
Use bigger datasets for CNN in hope of better
performance. A new data set for sports video classification: sports-1M.CNN in
one frame is about the sam...
分类:
Web程序 时间:
2014-05-26 19:10:33
阅读次数:
597
使用 Shark 来对你的 iPhone 应用进行性能调优(Using Shark to Performance Tune Your iPhone App)...
分类:
移动开发 时间:
2014-05-25 08:57:34
阅读次数:
355
package com.codeconch.util;
import java.lang.instrument.Instrumentation;
public class Monitor {
private static Instrumentation instrumentation;
public static void premain(String args, Instrum...
分类:
编程语言 时间:
2014-05-24 21:39:23
阅读次数:
356
public void doSave(IProgressMonitor monitor) { //
TODO Auto-generated method stub performSave(monitor, getEditorInput());
getCommandStack()...
分类:
编程语言 时间:
2014-05-24 10:30:59
阅读次数:
365