码迷,mamicode.com
首页 >  
搜索关键字:kernel kill init    ( 35249个结果
ThinkPad E431 获取无限网络的驱动
sudo apt-get install linux-headers-generic build-essential dkms    sudo apt-get install linux-source    sudo apt-get install --reinstall bcmwl-kernel-source    sudo modprobe wl 先把网线插入笔记本,再按照上面的顺序执...
分类:其他好文   时间:2014-05-12 14:22:53    阅读次数:320
阿里云64位centos6.3系统上编译安装redis
环境系统:阿里云64位centos 6.3[rao@AY~]$ cat /etc/issueCentOS release 6.3 (Final)Kernel \r on an \m[rao@AY~]$ uname -aLinux AY1404062027584053a1Z 2.6.32-358.6....
分类:其他好文   时间:2014-05-12 09:27:33    阅读次数:510
编译个性化的openwrt固件
基本流程是:下载openwrt源码(推荐attitude adjustment版本)、执行feeds更新、make menuconfig(通过配置feed.conf.default和menuconfig个性化)、make kernel_menuconfig、make V=99以下是我的个性化配置,主...
分类:其他好文   时间:2014-05-12 07:56:15    阅读次数:424
黑马程序员-OC的类的构造方法
构造方法:用来初始化对象的;首先分解一下创建对象的过程:Person *p = [Person new]; // new方法是alloc 和 init 这两个方法的组合;完整的创建可用对象的过程: 1:分配存储空间; 就是调用的 +alloc 方法,这个方法是类方法,返回的是一个分配好存储空间的 ....
分类:其他好文   时间:2014-05-12 04:47:22    阅读次数:237
Cocos2d-x标签文乱码问题
我们在Windows下使用Visual Studio 2012开发游戏的时候,使用标签中包含中文时候会出现乱码或无法显示,如下图所示:而应该显示的中文是如下图所示:HelloWorldScene.cpp中init函数如下:[html]view plaincopyboolHelloWorld::ini...
分类:其他好文   时间:2014-05-12 01:22:18    阅读次数:438
[Phonegap+Sencha Touch] 移动开发18 Sencha Touch项目通过phonegap打包后的程序名字的问题
之前说过 sencha phonegap init com.pushsoft.myapp MyApp 之后打包的程序安装包apk的名字是“MyApp.apk”,显示在手机桌面上的程序名称(图标下面的文字)也是"MyApp" 如果要换成其他名字,修改 MyApp\config.xml 文件,把顶部"MyApp"中间MyApp的改成需要的名字。 注意如果xml内容有中文,要改成ut...
分类:移动开发   时间:2014-05-11 18:26:47    阅读次数:460
NSDate的使用
// 创建NSDate对象 NSDate *nowDate1 = [NSDate date]; NSDate *nowDate2 = [[NSDate alloc]init]; NSDate *nowDate3 = [[NSDatealloc]initWithTimeInte...
分类:其他好文   时间:2014-05-11 00:49:23    阅读次数:266
Linux 设备驱动的第一个例子 。
Hello WorldLinux设备驱动的第一个例子。一.源程序(hello.c)#include#includeMODULE_LICENSE("DualBSD/GPL");staticinthello_init(void){printk(KERN_ALERT"Hello,world/n");ret...
分类:系统相关   时间:2014-05-10 07:40:47    阅读次数:408
python将文字转换成图片
现在又很多工具能将文字转换成图片,这样就可以发送长微博,其实python实现这很容易的,主要就是用到了pygame模块 import os import pygame from pygame.locals import * pygame.init() text = u"这是一段测试文本,test 123。" font = pygame.font.SysFont('SimHei', 14) ...
分类:编程语言   时间:2014-05-10 04:25:52    阅读次数:620
配置Mysql Cluster时出错Unable to connect with connect string: nodeid=0,localhost:1186问题的解决
在执行/etc/init.d/ndbd--initial出现下列错误[root@ndbd1~]#/etc/init.d/ndbd--initialUnabletoconnectwithconnectstring:nodeid=0,localhost:1186Retryingevery5seconds.Attemptsleft:121110987654321,failed.解决办法1.查看/etc/my.cnf文件配置[root@ndbd1~]#cat/etc/my.cnf..
分类:数据库   时间:2014-05-10 04:07:58    阅读次数:1778
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!