代码创建:
1、appdelegate 把contoller放到跟controller下
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.window = [[UIWindow alloc] initWi...
分类:
移动开发 时间:
2014-05-15 14:57:06
阅读次数:
456
PropertyProvider是取得监控指标的组件,下面给出Resource.Type与PropertyProvider对应关系:
Resource.Type
PropertyProvider
Cluster
GangliaReportPropertyProvider
Service
NagiosProperty...
分类:
其他好文 时间:
2014-05-15 07:22:40
阅读次数:
257
微软实战训练营 上海交大(A)实验班、(X)重点班 内部课程资料 链接:http://pan.baidu.com/s/1jGsTjq2 密码:0wmf...
分类:
Web程序 时间:
2014-05-15 03:22:20
阅读次数:
394
Launch Eclipse and click Help > Install New Software....
Click Add.... In the Add Repository dialog, set the Name to "Force.com IDE" and the
Location to "http://media.developerforce.com/...
分类:
系统相关 时间:
2014-05-15 02:51:11
阅读次数:
480
1. M(Model-模型): 数据模型。
负责定义信息格式与信息反问的界面,包括商业逻辑,数据反问。(可以理解成是三层模式中的 BLL+DAL )2. V(View-视图): 负责用户界面 UI
的展示,网页展示的HTML代码。3. C(Controller-控制器):负责控制系统运行的流程,跟浏...
分类:
Web程序 时间:
2014-05-14 23:13:42
阅读次数:
448
An intent service is similar to regular
service, with two main exceptions: whatever work is to be done in
onHandleIntent() will execute on a separate ...
分类:
移动开发 时间:
2014-05-14 22:53:39
阅读次数:
395
强连通分量有向图中, u可达v不一定意味着v可达u. 相互可达则属于同一个强连通分量(Strongly
Connected Component, SCC)有向图和它的转置的强连通分量相同所有SCC构成一个DAG 1、强连通图。...
分类:
其他好文 时间:
2014-05-14 22:34:47
阅读次数:
585
vi/etc/sysconfig/network-scripts/ifcfg-eth0ONBOOT=no改成ONBOOT=no然后重启网络service
network restart
分类:
其他好文 时间:
2014-05-14 22:24:24
阅读次数:
251
这里只是做简单的记录如何实现。
一、基于配置文件的实现
①编写需要调度的类
package com.study;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
//@Component
public cla...
分类:
编程语言 时间:
2014-05-14 19:21:22
阅读次数:
279
声明:此篇文章纯粹是为了LoadRunner学习者再折腾过程中遇到该问题而写。以下为我的电脑环境:系统环境:WindowsXPsp3浏览器:IE6LoadRunner版本:11.00今天当我打开loadrunner的时候,正常录制脚本,运行controller的时候,就没有图表显示了,试了几次,依然如此。关闭loadrun..
分类:
其他好文 时间:
2014-05-14 16:03:21
阅读次数:
729