//// main.m// Hello//// Created by lishujun on 14-8-28.// Copyright (c) 2014年 lishujun. All rights reserved.//#import // 视图控制器对象@interface HelloWo...
分类:
移动开发 时间:
2014-08-29 01:21:58
阅读次数:
209
1 /************************************************************************* 2 > File Name: j.cpp 3 > Author: HJZ 4 > Mail: 2570230521@qq...
分类:
其他好文 时间:
2014-08-28 18:03:05
阅读次数:
338
/*
* Helper functions for managing events -- not part of the public interface.
* Props to Dean Edwards' addEvent library for many of the ideas.
*/
jQuery.event = {
add: function( elem, types, han...
分类:
Web程序 时间:
2014-08-28 16:19:39
阅读次数:
214
在界面上实现一个UIPickerView:1、新建一个 singleViewApplication,在 xxxViewController.m文件中:1 @interface moboViewController () 2 @property (nonatomic, strong) UIPicker...
分类:
移动开发 时间:
2014-08-28 13:16:09
阅读次数:
207
JAVA JNIJNI是Java Native Interface的缩写,中文为JAVA本地调用。从Java1.1开始,Java Native Interface(JNI)标准成为java平台的一部分,它允许Java代码和其他语言写的代码进行交互。JNI一开始是为了本地已编译语言,尤其是C和C++而...
分类:
编程语言 时间:
2014-08-28 12:51:19
阅读次数:
320
双击table默认为Expand/Collapse 展开/折叠 有时需快速查看该表数据,如果写select * from tab会显得麻烦,我们可实现双击table来进行快速查询方法为:Tools -> Preferences -> User Interface -> Browser -> Object type(Table) -> Double-click action(Query Data)...
分类:
数据库 时间:
2014-08-27 23:33:48
阅读次数:
480
1、类别与扩展: 类别能增加功能,不能定义变量。。类别就是在“ @interface 类名()”,“@implementation 类名()”括号里加东西的;扩展不能增加功能,能定义变量。。类名后面加括号就代表扩展,标示可以在下面定义实例变量。2、实例变量就是成员变量,全局变量是定义在类外面的变.....
分类:
其他好文 时间:
2014-08-27 23:13:28
阅读次数:
274
是否在接口启动了OSPF。是否链路中的接口都处于up状态。接口是否被定义为passive-interface。是否有ACL阻塞了Hello分组。是否是广播介质网段。Hello时间间隔和死亡间隔是否一致。验证类型。验证密码是否匹配。是否存在端/中继/NSSA区域类型不匹配。是否存在Secondaryaddress。O..
分类:
其他好文 时间:
2014-08-27 19:01:38
阅读次数:
230
PL_SQL常用快捷键1、 快速输入;Tools-->Preferences-->User Interface-->Editor-->AutoReplace,将Enabled复选框的按钮勾选上,点击那个文件路,选中设置快键方式的文件,如下面的shortcuts.txt文件所示,然后再输入的时候按下对...
分类:
数据库 时间:
2014-08-27 18:14:28
阅读次数:
364