en
conf t
vlan id
end
conf t
inter rang gi 0/0/1-x
switchport access vlan id
no shutdown
exit
(config)#interface range gigabitEthernet 1/0/23-24
(config-if-range)#switchport mode trunk
(con...
分类:
其他好文 时间:
2014-06-22 14:12:59
阅读次数:
421
这也是通过Android Juint来实现的。基于上一次的工程继续,上一次工程传送门:《Android–Android Juint 与 Sqlite》 http://www.cnblogs.com/yydcdut/p/3790579.html更新数据库 public PersonSQLite(Con...
分类:
移动开发 时间:
2014-06-20 13:48:20
阅读次数:
282
6.4.5 配合counter-increment属性添加编号 代码示范: //为该元素定义了一个计数器 元素{counter-increment:mycounter} //在该元素的前端插入定义的计数器 元素:before{con...
分类:
其他好文 时间:
2014-06-18 22:13:01
阅读次数:
179
package com.rationalcoding.sort;import java.util.ArrayList;import java.util.Arrays;import java.util.concurrent.ExecutionException;import java.util.con...
分类:
编程语言 时间:
2014-06-18 20:33:45
阅读次数:
266
1.首先什么是context?文档语焉不详,说是resource什么的,反正是没看懂,实际上可以认为它是一个指向parent对象的指针,受到那个parent对象的控制。2.为什么需要context?试想一下这个语句:ButtonmyButton=newButton(this);这个this就是con...
分类:
移动开发 时间:
2014-06-18 15:59:26
阅读次数:
189
Problem Description
FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean.
The warehouse has N rooms. The i-th room con...
分类:
其他好文 时间:
2014-06-17 22:47:38
阅读次数:
300
获取mq中消息然后处理失败重试机制:下面的代码是php连接mq客户端的获取queue队列中的消息代码: public function
createDurableSubscriber($queue,$callback){ $f =
$this->con->subscribe($queue); ...
分类:
Web程序 时间:
2014-06-16 00:48:12
阅读次数:
1752
第一种:JDBC-ODBC数据库连接桥(需要配置ODBC数据源,不需下载驱动)Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");con=DriverManager.getConnection("jdbc:odbc:数据源名称","用户名","密码");第二种...
分类:
数据库 时间:
2014-06-15 06:57:29
阅读次数:
450
1. 顶层(crtmpserver/) 下的文件夹结构3rdparty/ : 对lua, xml进行解析的源代码文件夹sources/ : 项目的核心实现源代码文件夹builders/ : 各种环境(VS2010, android, linux)下的项目生成con...
分类:
其他好文 时间:
2014-06-14 23:33:00
阅读次数:
383
你可能已经知道了,Xcode4
带来了一大堆让给苹果的开发者们兴奋的改进。现在你可以给你的项目设置多个仓库(repositories),当然现在最流行,好用的就是用Git来进行版本控制了。当然如果用
Xcode4 创建一个新的项目,并使用Git版本管理非常方便,只要在新建项目时把Source Con...
分类:
其他好文 时间:
2014-06-12 16:22:38
阅读次数:
216