MyEclipse的Servers视图出现 MyEclipse Derby服务,一直想把它去掉在网上搜索了下,现已解决。如下,MyEclipse菜单:window-->Preferences-->General-->Startup and Shutdown-->MyEclipse Derby把这个服...
分类:
系统相关 时间:
2014-10-13 15:42:39
阅读次数:
363
老调重弹系列,面向对象设计原则之GRASP,全称General Responsibility Assignment Software Patterns
分类:
Web程序 时间:
2014-10-12 23:04:08
阅读次数:
284
ISO 9001:2008标准English – Chinese BilingualQuality management system – Requirement质量管理体系– 要求ISO 9001:2008Introduction引言0.1 General总则The adoption of a q...
分类:
其他好文 时间:
2014-10-12 00:57:07
阅读次数:
427
这里有一篇摘自MSDN的文章,介绍了YUV视频数据格式。
About YUV Video
Digital video is often encoded in a YUV format. This article explains the general concepts of YUV video, along with some terminology, without g...
分类:
其他好文 时间:
2014-10-11 20:38:36
阅读次数:
315
如果你希望让你的网站或者 App 支持 Emoji,那么在初次设置 MySQL 时,有一些细节你需要知道。 Emoji Emoji 字符的特殊之处是,在存储时,需要用到 4 个字节。而 MySQL 中常见的 utf8 字符集的utf8_general_ci?这...
分类:
数据库 时间:
2014-10-09 15:55:28
阅读次数:
247
如果你将编译好的bin文件夹复制到另一个未安装Ranorex程序的电脑上运行遇到如下错误信息Could not load file or assembly 'Ranorex.Core, Version=2.3.3.8879, Culture=neutral, PublicKeyToken=b7985...
分类:
其他好文 时间:
2014-10-09 00:47:37
阅读次数:
267
SecureCRT设置
本文主要介绍SecureCRT的使用方法和技巧。
一、基本设置
1、修改设置
为了SecureCRT用起来更方便,需要做一些设置,需要修改的有如下几处:
1、退出主机自动关闭窗口
Options => Global ptions => General => Default Session => Edit Default...
分类:
其他好文 时间:
2014-10-08 11:21:15
阅读次数:
265
仅仅是配置文件,粘贴如下,不做解释!去掉了很多功能!仅保留sip电话!
[general]
; General settings for the operation of Yate
; modload: boolean: Should a module be loaded by default if there is no
; reference to it in the [modules]...
分类:
其他好文 时间:
2014-10-06 16:09:00
阅读次数:
167
general inserter允许用户在指定位置插入。实现代码如下: 1 #ifndef ITERATOR_H 2 #define ITERATOR_H 3 #include 4 5 //BackInsertIterator 6 template 7 class InsertIterator...
分类:
其他好文 时间:
2014-10-06 00:03:19
阅读次数:
267
上节我们实现了back_inserter和front_inserter,接下来是更为普通的插入迭代器,它允许用户指定插入位置。 实现代码如下: #ifndef ITERATOR_HPP
#define ITERATOR_HPP template class InsertIterator
{
publ...
分类:
其他好文 时间:
2014-10-05 22:31:48
阅读次数:
295