码迷,mamicode.com
首页 >  
搜索关键字:serial    ( 2258个结果
Serial Wire Viewer (SWV)
Being able to display values for counters, sensors and other debugging information is an important part of software development for microcontrollers. ...
分类:其他好文   时间:2015-08-27 15:06:24    阅读次数:354
ARM Cortex Design Considerations for Debug
JTAG was the traditional mechanism for debug connections for ARM7/9 parts, but with the Cortex-M family, ARM introduced the Serial Wire Debug (SWD) In...
分类:其他好文   时间:2015-08-27 14:59:44    阅读次数:1530
PL/SQL 出现死锁解决办法
在PL/SQL中操作数据表时,长时间没反应,并且编辑某个表中数据时,出现“record is locked by another user”等情况,即出现了死锁。 下面,简述解决办法: step1.PL/SQL查看锁: select t2.username, t2.sid, t2.serial#,t2.logon_time  from v$locked_object t1,v$sessio...
分类:数据库   时间:2015-08-26 17:58:11    阅读次数:225
oracle 解锁表
SELECT object_name, machine, s.sid, s.serial#FROM gv$locked_object l, dba_objects o, gv$session sWHERE l.object_id = o.object_idAND l.session_id = s.s...
分类:数据库   时间:2015-08-25 13:43:42    阅读次数:136
Serial Wire Debug (SWD) Interface -- PSoc5
PSoC 5 supports programming through the serial wire debug (SWD) interface.There are two signals in SWD interface: data signal (SWDIO) and a clock for ...
分类:其他好文   时间:2015-08-25 13:36:38    阅读次数:2537
ORACLE 查看锁
SELECT object_name, machine, s.sid, s.serial# FROM gv$locked_object l, dba_objects o, gv$session s WHERE l.object_id = o.object_id AND l.session_id = ...
分类:数据库   时间:2015-08-25 13:14:20    阅读次数:125
Highcost SQL
selects.sid, s.serial#, s.username, s.sql_id, m.physical_reads, m.logical_reads, m.hard_parses, m.physical_read_pct, trunc(m.logical_read_pct)aslogical_read_pct, m.cpu/100asCPU fromv$sessmetricm,v$sessions where(m.physical_reads>100orm.cpu>..
分类:数据库   时间:2015-08-25 12:45:12    阅读次数:298
ORACLE 查看锁
SELECT object_name, machine, s.sid, s.serial# FROM gv$locked_object l, dba_objects o, gv$session s WHERE l.object_id = o.object_id AND l.session_id = ...
分类:数据库   时间:2015-08-25 11:53:17    阅读次数:259
Introduction to Cortex Serial Wire Debugging
Serial Wire Debug (SWD) provides a debug port for severely pin limited packages,often the case for small package microcontrollers but also complex ASI...
分类:其他好文   时间:2015-08-21 20:51:24    阅读次数:197
华为AR系列路由器密码重置
1、设备重加电启动,按Ctrl+B进入bootrom菜单;(密码是huawei) 2、修改启动配置文件名称 Main Menu 1. Default Startup 2. Serial Menu 3. Network Menu 4. Startup Select 5. File Manager 6. Reboot Enter your choice(1-6):5 //选择5,文件...
分类:其他好文   时间:2015-08-21 13:48:58    阅读次数:1906
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!