// DATA TYPES//// Built-In Types(Simple)// -Numeric// -Character// -Boolean//// Custom Types(Complex)// -Structures// -Classes// -Interfaces// -Enumer...
分类:
其他好文 时间:
2014-10-22 21:57:17
阅读次数:
386
AsyncDisplayKitAsyncDisplayKit is an iOS framework that keeps even the most complex user interfaces smooth and responsive. It was originally built to ...
分类:
其他好文 时间:
2014-10-18 22:17:45
阅读次数:
309
本文转载至http://www.th7.cn/Program/IOS/201409/276000.shtmlAs part of the theme of iOS 8 to make interfaces adaptive there are some major changes to the pr...
分类:
移动开发 时间:
2014-10-13 15:15:39
阅读次数:
275
将原来的虚拟机文件迁移到另一台机子之后。
ifconfig显示只有一个lo网卡,网上找了一些文章,大多是修改/etc/network/interfaces
原来内容是
# #######################################################
# This file describes the network interfaces available...
分类:
系统相关 时间:
2014-10-10 21:27:14
阅读次数:
226
什么是Java反射(reflect)Java反射是Java被视为动态(或准动态)语言的一个关键性质。这个机制允许程序在运行时透过ReflectionAPI取得任何一个已知名称的class的内部信息,包括其modifiers(诸如public,static等)、superclass(例如Object)、实现之interfaces(例如Cloneabl..
分类:
编程语言 时间:
2014-10-10 20:41:15
阅读次数:
265
在MSDN文档里,把Visual C++接口描述如下:
Can inherit from zero or more base interfaces.Cannot inherit from a base class.Can only contain public, pure virtual methods.Cannot contain constructors, destructors, or...
分类:
其他好文 时间:
2014-10-09 18:35:07
阅读次数:
188
交换机命令 ~~~~~~~~~~ [Quidway]dis cur ;显示当前配置 [Quidway]display current-configuration ;显示当前配置 [Quidway]display interfaces ;显示接口信...
分类:
其他好文 时间:
2014-10-09 17:28:37
阅读次数:
266
1. 找到文件并作如下修改:sudo vim /etc/network/interfaces修改如下部分:auto eth0iface eth0 inet staticaddress 192.168.0.117gateway 192.168.0.1 #这个地址你要确认下 网关是不是这个地址net.....
分类:
其他好文 时间:
2014-10-09 16:11:15
阅读次数:
169
REST接口MongoDB提供一个简单的REST接口可用于配置监控和告警脚本和其他一些管理任务。可以通过在命令行添加--rest参数或在配置文件加上rest=true开启REST接口支持。具体可以参见文档http://docs.mongodb.org/ecosystem/tools/http-interfaces/HTTP接口MongoDB提供一个简单的HT..
分类:
数据库 时间:
2014-10-09 02:09:48
阅读次数:
301
有一个项目要使用工作表,选择使用canvas来绘制,实现显示工作日程的选择,可点击添加和取消。自定义控件FormView:package com.sun.elderly.comm.widget;
import com.sun.elderly.comm.ui.interfaces.IFormListener;
import android.annotation.SuppressLint;
imp...
分类:
移动开发 时间:
2014-10-07 01:41:12
阅读次数:
532