基本的晶体管开关电路饱和开关的问题点:OFF延时时间如图1所示,使场效应晶体管开关动作时,加给晶体管的基极电流IB:IB=IC/hFE,决定的值大的电流。这是由于晶体管的集电极一发射极饱和电压VCE(set)减小,使晶体管的ON时的电力损耗降低的缘故。这样,晶体管饱和动作时,如图2所示,基极电流IB...
分类:
其他好文 时间:
2014-11-27 20:03:19
阅读次数:
172
作为新手初学xen,兴致冲冲地在centos上源码安装了xen(安装过程可参见我的另一篇文章),现在到了新建虚拟机的过程了。我搜了好些资料也没理出头绪,因为我觉得新建虚拟机不应该像这些资料里这么麻烦。。。于是各种google,大体总结出来一个步骤,与大家分享一下当然,对于这种方式我也没有自信,有什么...
分类:
其他好文 时间:
2014-11-27 20:05:54
阅读次数:
263
public class ValidationCode { Random r = new Random(DateTime.Now.Millisecond); /// /// 用于在生成验证码 /// /// 生成验...
分类:
Web程序 时间:
2014-11-27 20:05:33
阅读次数:
228
/** * Created with IntelliJ IDEA. * User: Administrator * Date: 12-8-27 * Time: 下午11:29 * To change this template use File | Settings | File Templates...
分类:
其他好文 时间:
2014-11-27 20:04:26
阅读次数:
397
http://erldoc.com/Open Telecom Platformapplicationarrayasn1rtbase64binarycalendarcodedbgdicterlangetsfilefilelibgb_treesgen_tcpinetiolistsmakemapsmath...
分类:
其他好文 时间:
2014-11-27 20:03:37
阅读次数:
210
public class t_SoDtl { [System.ComponentModel.Description("KeySeq")] public Guid ID { get; set; } //数据库中的列名KeySeq [System.Com...
分类:
移动开发 时间:
2014-11-27 20:05:12
阅读次数:
198
转载http://blog.csdn.net/trustbo/article/details/10582287以前经常听人提起如何计算程序运行时间,给出一系列函数,当时没有注意,随便选了clock()最简单的方式进行计算。等到真正需要检测程序性能提升了多少,才发现这里面有很多要注意的地方。最常用的的...
分类:
编程语言 时间:
2014-11-27 20:03:50
阅读次数:
198
Keytool 是一个Java 数据证书的管理工具 ,Keytool 将密钥(key)和证书(certificates)存在一个称为keystore的文件中。 在keystore里,包含两种数据: (1)密钥实体(Key entity)——密钥(secret key)又或者是...
分类:
其他好文 时间:
2014-11-27 19:00:03
阅读次数:
270
mysql索引类型normal,unique,full text的区别是什么? normal:表示普通索引 unique:表示唯一的,不允许重复的索引,如果该字段信息保证不会重复例如身份证号用作索引时,可设置为unique full textl: 表示 全文...
分类:
数据库 时间:
2014-11-27 19:00:24
阅读次数:
161
public static void main(String[] args) {
List<Integer> list = new ArrayList<Integer>();
list.add(1);
list.add(2);
list.add(3);
list.add(3);
list.add(4);
for (int i=0;...
分类:
编程语言 时间:
2014-11-27 19:01:27
阅读次数:
189
using System;
using System.IO;
using System.Text;
using System.Security.Cryptography;
namespace RC2CryptoServiceProvider_Examples
{
class MyMainClass1
{
public static void Main()
...
分类:
其他好文 时间:
2014-11-27 19:02:17
阅读次数:
150
1.??java.lang.IllegalArgumentException: Crop rectangle does not fit within image data. zxing默认是横屏,改竖屏后需改动其他几个地方: 1. DecodeHandler.decode中 添加旋转数据的方法,并传入?buildLumina...
分类:
其他好文 时间:
2014-11-27 19:00:10
阅读次数:
236
javascript 使用Html File Api进行文件读取,注意“读取”是只读不写,不可以主动获取浏览器所在主机的文件列表。 Html5 中 FileApi主要有 FileUpload,?File,FileList,FileError,Blob,FileReader,DataTransfer...
分类:
编程语言 时间:
2014-11-27 19:01:34
阅读次数:
223
到jpython2.5.3文件下,找到registry文件,将里面的内容这个部分修改 修改前: # Setting this to a valid codec name will cause the console to use a # different encoding when reading commands from the c...
分类:
编程语言 时间:
2014-11-27 19:01:06
阅读次数:
319
对于一些数据量较大的系统,数据库面临的问题除了查询效率低下,还有就是数据入库时间长。特别像报表系统,每天花费在数据导入上的时间可能会长达几个小时或十几个小时之久。因此,优化数据库插入性能是很有意义的...
分类:
数据库 时间:
2014-11-27 19:01:42
阅读次数:
314
mtools是一组非常好用的mongodb日志分析工具,里面最复杂的命令是mplotqueries,上网查了一下,还没有人翻译过。英文不好,费了好大的劲翻完,翻的不好,但没有办法,我英文水平就这么多~ 原文地址:https://git...
分类:
数据库 时间:
2014-11-27 19:01:04
阅读次数:
499
###?set?log?levels?###
log4j.rootLogger=?INFO,?Console,?File,?Error
###?Console?appender?definition?###
log4j.appender.Console=org.apache.log4j.ConsoleAppender
log4j.appender.Console....
分类:
其他好文 时间:
2014-11-27 19:01:21
阅读次数:
249