concurrent包中Executor接口的主要类的关系图如下:Executor接口非常单一,就是执行一个Runnable的命令。public interface Executor { void execute(Runnable command);}ExecutorService接口扩展了E...
分类:
编程语言 时间:
2014-08-13 17:44:56
阅读次数:
220
根据上次的网络包的分析, 我们在AD中找到了wtc-beijing-it的组, 不过在SharePoint日志中我们没有发现搜索成功的记录.- SearchResultEntry: CN=WTC-BeiJing-IT,OU=Groups,OU=BeiJing,OU=WTC User,OU=WesTr...
分类:
其他好文 时间:
2014-08-13 17:42:06
阅读次数:
162
#useradd命令:建立用户帐号和创建用户的起始目录,使用权限是超级用户[root@VM_168_102_centos~]#useraddtest
[root@VM_168_102_centos~]#idtest
uid=502(test)gid=502(test)groups=502(test)
[root@VM_168_102_centos~]#tail-n1/etc/passwd
test:x:502:502::/home/test:/bin/..
分类:
系统相关 时间:
2014-08-13 15:23:07
阅读次数:
534
CCIE学习笔记之RSVPRouter(config-if)#iprsvpbandwidth[interface-kbps][single-flow-kbps]!EnablesRSVPforIPonaninterfaceRouter(config)#iprsvpsendersession-ip-addresssender-ip-address[tcp|udp|ip-protocol]session-dportsender-sportprevious-hop-ip-addressprevious-ho..
分类:
其他好文 时间:
2014-08-13 15:07:46
阅读次数:
309
#import @interface APRoundedButton : UIButton@property (nonatomic, assign) int style;@end//// Created by Alberto Pasca on 27/02/14.// Copyright (c) .....
分类:
其他好文 时间:
2014-08-13 12:32:26
阅读次数:
212
Ctrl KK 添加书签Ctrl KC 添加注释Ctrl KU 取消注释Ctrl G 跳转到指定行Ctrl Shift F 检索,置换Shift F5 停止调试Ctrl Shift F5 重启调试Ctrl KF 格式化当前行Ctrl KD 格式化当前文件Ctrl J 智能提示各种关键字+Tab Ta...
分类:
其他好文 时间:
2014-08-13 01:03:04
阅读次数:
257
@interface UIView : UIResponder/*** 通过一个frame来初始化一个UI控件*/- (id)initWithFrame:(CGRect)frame;// YES:能够跟用户进行交互@property(nonatomic,getter=isUserInteractio...
分类:
移动开发 时间:
2014-08-13 00:45:14
阅读次数:
276
本文转自:http://blog.csdn.net/unbutun/article/details/6101354#ibm-pconRead 系统调用在用户空间中的处理过程Linux 系统调用(SCI,system call interface)的实现机制实际上是一个多路汇聚以及分解的过程,该汇聚点就是 0x80 中断这个入口点(X86 系统结构)。也就是说,所有系统调用都从用户空间中汇聚到 0x...
分类:
其他好文 时间:
2014-08-12 19:10:14
阅读次数:
348
public interface IDataAccess{ virtual void AddData();}public SQlMethord:IDataAccess{ void AddData() { System.Windows.Form.MessageBos.Show("SQLMethord"...
分类:
其他好文 时间:
2014-08-12 18:44:14
阅读次数:
249
1,安装 for centos/ReaHat;yum -y install sqlite sqlite-devel;2,sqlite C/C++API接口,核心对象OCI接口(Oracle Call Interface)2_1,核心对象:database_connection和prepared_st...
分类:
数据库 时间:
2014-08-12 18:38:24
阅读次数:
336