码迷,mamicode.com
首页 >  
搜索关键字:cisco common commands useful    ( 12780个结果
ibatis配置log4j输出sql日志信息
为了在开发过程更加直观,我们需要将ibatis日志打开以便观察ibatis运作的细节。ibatis采用Apache common_logging,并结合Apache log4j作为日志输出组件。在CLASSPATH中新建log4j.properties配置文件,内容如下:...
分类:数据库   时间:2014-06-19 10:09:43    阅读次数:283
【Linux驱动】TQ2440 LED驱动程序
★总体介绍 LED驱动程序主要实现了TQ2440开发板上的4个LED灯的硬件驱动,实现了对引脚GPIOB5、GPIOB6、GPIOB7、GPIOB8的高低电平设置(common-smdk.c中已经实现了对引脚的配置),利用测试程序调用该驱动程序,通过命令控制LED灯的亮灭。 ★详细介绍 1、驱动程序代码:My_led.c #include #include #include #inc...
分类:系统相关   时间:2014-06-19 09:58:26    阅读次数:429
Cisco路由器的6种模式
Cisco路由器的6种模式-----------------------------------------------------------------------------------------------------------------------------------------...
分类:其他好文   时间:2014-06-16 10:22:09    阅读次数:167
AngularJS - Directive Restrictions
While it’s cool to make a custom element like we did the the previous cast, it’s actually more common to do things like create custom attributes. Thes...
分类:Web程序   时间:2014-06-16 10:19:04    阅读次数:276
Netapp exportfs NFS Config CLI Guide
Netapp exportfs NFS Config CLI GuideA quick and simple Netapp NFS configuration guide with commands and options to help explain and remove the mysteri...
分类:移动开发   时间:2014-06-16 06:32:55    阅读次数:281
SQL Common Sense 碎片一
1.关于时间1 SELECT GETDATE()2 SELECT DATEPART(d,'2014-05-20 14:20:55.347')3 SELECT DATEDIFF(d,'2014-05-20 14:20:55.347','2014-06-20 14:20:55.347')4 SELECT...
分类:数据库   时间:2014-06-15 20:22:02    阅读次数:237
JAVA 读取计算机中相关信息
java读取 计算机 cup号 读取版本 显卡 。。。。。。。。。。。。。。。。。package com.swt.common.util; import java.io.BufferedReader; import java.io.File; import java.io.FileWriter; import java.io.InputStreamReader; import java.i...
分类:编程语言   时间:2014-06-15 09:32:33    阅读次数:359
.Net C# ASP.Net和ADO.Net
1.NET是一个平台,一个抽象的平台的概念。 .NET平台其本身实现的方式其实还是库,抽象层面上来看是一个平台。 .NET Framework包括两个关键组成元素: a.Common Language Runtime,公共语言运行时(CLR)-提供内在管理,代码安全性检测等功能 b..NET Fra...
分类:Web程序   时间:2014-06-13 15:18:47    阅读次数:268
how to execute-shell-commands by ruby
Execute shell commandsThere are a number of different ways to run shell commands from Ruby.TheexeccommandKernel#execreplaces the current process and r...
分类:其他好文   时间:2014-06-12 06:50:15    阅读次数:281
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!