控制器的创建方式:1.代码直接创建ZYViewController * Vc =
[[ZYViewController alloc] init];2.通过storyboard:UIStoryboard *storyboard =
[UIStoryboard storyboardWithName:.....
分类:
移动开发 时间:
2014-06-08 23:25:20
阅读次数:
249
There is an need of kill one port is already in
use. The command is : lsof -i:8000 There will be a list of: command pid user fd
type device size...
分类:
其他好文 时间:
2014-06-08 21:47:33
阅读次数:
366
UbuntuNFS安装与配置一、NFS安装$ sudo apt-get install
nfs-kernel-server nfs-common portmap二、NFS配置2.1 配置/etc/exports文件$ sudo vim
/etc/exports在文件最后加入如下内容:{{/rootn...
分类:
其他好文 时间:
2014-06-08 21:12:39
阅读次数:
245
要想深入ASP.NET页面编程,就必须了解页面生存周期各个阶段及相关事件。重写相关事件和方法可以使我们更好的控制页面呈现。#事件或方法功能描述1Init事件页面初始化页面生存周期中的第一个阶段是初始化。当Init事件发生时,在.aspx源文件中静态声明的所有控件都已实例化并取其默认值。应该注意的是,...
分类:
Web程序 时间:
2014-06-08 19:48:24
阅读次数:
248
Centos系列1yum install
lm_sensors2sensors-detect3sensorsUbuntu系列(多了service module-init-tools
start一步骤)1apt-get install lm-sensors2sensors-detect3service...
分类:
系统相关 时间:
2014-06-08 19:34:19
阅读次数:
655
spring关于“transactionAttributes”的相关配置
lazy-init="true" abstract="true">
PROPAGATION_REQUIRED,-Exception
PROPAGATION_REQUIRED,-Exception
PROPAGATION_REQUIRED,-Exception
PROPA...
分类:
编程语言 时间:
2014-06-08 15:36:32
阅读次数:
226
day01笔记
using namespace cocos2d; == USING_NS_CC; 一般用后面的
#ifndef __MYLAYER_H__
#define __MYLAYER_H__
---------------一般添加头文件添加宏
: public CCLayer 一般添加一个类继承CCLayer
CCLayer::init();
CCLab...
分类:
其他好文 时间:
2014-06-08 15:23:33
阅读次数:
191
一、
1、实现内核驱动程序模块
驱动程序freg的目录结构如下:
~/android-2.3_r1/kernel/goldfish
----drivers
----freg
----freg.h
----freg.c
...
分类:
移动开发 时间:
2014-06-08 04:11:17
阅读次数:
324
1. 什么是crash
crash是用来调试linux 的kdump生成的vcore,或者用来调试live system;
2. 调试前准备
调试中需要用到vmlinux,该vmlinux与生成vcore或者live system的vmlinuz必须一致,
这就意味着我们需要自己编译内核,生成initrd,更新grub.cfg;
3. 编译内核
...
分类:
其他好文 时间:
2014-06-08 02:26:25
阅读次数:
857