Controller是MVC模式中的三个核心元素之一. MVC模式中的Controller主要负责响应用户的输入, 并在响应时修改Model. MVC提供的是方法调用的结果, 而不是动态生成的页面. 下面新建一个项目名为 MVC Music Store , 以此为例说明一下MVC中的Con...
分类:
Web程序 时间:
2014-08-13 18:26:36
阅读次数:
187
- (void)applicationDidEnterBackground:(UIApplication *)application
{
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state informa...
分类:
移动开发 时间:
2014-08-13 01:19:44
阅读次数:
179
【转载】http://www.cnblogs.com/zdz8207/archive/2012/07/09/google-play-store-registered.htmlAndroid Market google play store帐号注册方法流程 及发布应用注意事项Android Marke...
分类:
移动开发 时间:
2014-08-13 00:43:14
阅读次数:
316
cat ? tail -f?? 日 志 文 件 说 ? ?明?? /var/log/message?系统启动后的信息和错误日志,是Red?Hat?Linux中最常用的日志之一??
/var/log/secure?与安全相关的日志信息??
/var/log/maillog?与邮...
分类:
系统相关 时间:
2014-08-12 17:47:34
阅读次数:
218
cat tail -f 日 志 文 件 说 ? ?明 /var/log/message 系统启动后的信息和错误日志,是Red Hat Linux中最常用的日志之一 /var/log/secure 与安全相关的日志信息 /var/log/maillog 与邮件相关的日志信息 /var/log...
分类:
系统相关 时间:
2014-08-12 14:02:30
阅读次数:
288
从App Store下载到的每一枚App最初都是一只IPA文件(其实是zip格式,内含特定规则的文件夹组织方式)。但当作zip解开之后会发现里面很多的PNG文件看不了,这是因为在这些PNG图像都已被iOS开发工具「优化」过了。Bjango.com的一篇文章提到了不管开发者事先对PNG做了何种优化(例...
分类:
移动开发 时间:
2014-08-11 23:48:23
阅读次数:
322
Implement HashSet to store ‘n’ records of students ( Name, Percentage). Write a menu driven program to :1. Add student2. Display details of all studen...
分类:
其他好文 时间:
2014-08-11 21:03:22
阅读次数:
220
grid.js
Ext.onReady(function() {
var gridStore = new Ext.data.Store({
proxy: new Ext.data.HttpProxy({
url: 'grid.asp'
}),
reader: new Ext.data.JsonReader({
root: 'data',
totalPrope...
分类:
其他好文 时间:
2014-08-11 17:52:52
阅读次数:
226
1、Ext.grid.GridPanel 主要配置项: store:表格的数据集 columns:表格列模式的配置数组,可自动创建ColumnModel列模式 autoExpandColumn:自动充满表格未用空间的列,参数为列id,该id不能为0 stripeRows:表格...
分类:
其他好文 时间:
2014-08-11 17:28:52
阅读次数:
453
什么是SSL?SSL(Secure Socket Layer): 是为Http传输提供安全的协议,通过证书认证来确保客户端和网站服务器之间的数据是安全。Open SSL下载地址:http://www.openssl.org/source/一、下载并安装支持SSL的Apache1.安装配有SSL模块的...