码迷,mamicode.com
首页 >  
搜索关键字:external    ( 1638个结果
Bipolar transistor boosts switcher's current by 12 times
The circuit inFigure 1uses a minimal number of external parts to raise the maximum output current of a 0.5A buck switching-regulator IC to more than 6...
分类:其他好文   时间:2014-11-28 15:46:59    阅读次数:253
Wide-range voltage regulator automatically selects operating mode
The circuit inFigure 1delivers programming voltages to an EEPROM under the control of an external DAC (not shown). You can replace the DAC with a pote...
分类:其他好文   时间:2014-11-28 14:03:59    阅读次数:223
External components provide true shutdown for boost converter
The step-up switching-converter circuit inFigure 1presents a familiar problem: If you shut down boost converter IC1by pulling itsinput low, external i...
分类:其他好文   时间:2014-11-28 14:03:16    阅读次数:131
Using a Virtex Device to Drive 5V CMOS-Level Signals
Must tri-state outputs and use an external resistor to pull up to 5VTo drive 5V CMOS-level inputs, a pull-up resistor must be applied to the 5V Virtex...
分类:其他好文   时间:2014-11-27 23:24:05    阅读次数:243
CSS 的优先级机制
样式的优先级多重样式(Multiple Styles):如果外部样式、内部样式和内联样式同时应用于同一个元素,就是使多重样式的情况。一般情况下,优先级如下:(外部样式)External style sheet 测试!选择器的优先权解释:1. 内联样式表的权值最高 1000;2. ID 选择器的权值为...
分类:Web程序   时间:2014-11-27 15:48:22    阅读次数:247
Android 5.0源码编译问题
如果是自己通过repo和git直接从google官网上download的源码,就不会有这个问题,但是由于google在国内被限制登录,通过这一种方法不是每个人都能download下来源码,通常的做法就是从别人那拷贝,然后自己编译,那么通常会出现下面的错误: No rule to make target 'external/chromium_org/third_party/angle/.g...
分类:移动开发   时间:2014-11-27 14:30:55    阅读次数:181
unresolved external symbol __endthreadex错误解决
unresolved external symbol __endthreadex错误解决在用VC6.0写程序调试时,初学者总是会遇到一些错误,针对如下错误主要是因为MFC类库没有引用所出现的问题。错误现象:nafxcwd.lib(thrdcore.obj) : error LNK2001: unre...
分类:其他好文   时间:2014-11-27 12:41:33    阅读次数:142
hive的数据导入与数据导出(本地,云hdfs),load加载
1数据导入-------------- CREATE EXTERNAL TABLE wizad_mdm_dev_lmj_edition_20141120 ( cookie_id STRING, guid STRING  ) ROW FORMAT DELIMITED  FIELDS TERMINATED BY ','  LINES TERMINATED BY '\n' stored a...
分类:其他好文   时间:2014-11-26 18:54:52    阅读次数:272
JUnit快速入门
一、一个简单的Junit测试流程: 1、在项目中导入junit-4.7.jar包, 方法:右击项目,选择Build Path->Configure Build Path->Libraries->Add External JARS,选择junit-4.7.jar包的位置,导入。 注:如果...
分类:其他好文   时间:2014-11-26 17:56:05    阅读次数:149
Puppet使用ENC报'Could not load external node results for'
这个问题出现有一段时间了,最开始的时候从一天3-5次左右到最近的一天出现10多次的告警邮件...因为Puppet同步采取了主动触发和定时同步两种策略,几乎每次的报错都是在定时同步时出现...PuppetServer采用双主结构,Webui使用Foreman,为了确定这个报错是出现在那台服务器上,通..
分类:其他好文   时间:2014-11-26 06:49:12    阅读次数:251
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!