码迷,mamicode.com
首页 >  
搜索关键字:init failed    ( 33737个结果
Ubuntu启动到字符终端模式
方法1,使用tengcy的方法,永远启动到字符终端模式要修改"/etc/init/gdm.conf"将第13行:"stop on runlevel [016]"修改为:"stop on runlevel [0126]"这样就永远启动到字符终端模式,如果想用Xwindow,则在登录后,使用startx...
分类:其他好文   时间:2014-07-22 23:16:34    阅读次数:656
memcached在windows7上的安装问题
memcached在windows7上的安装问题错误:通过cmd命令行进入到C:\memcached(下载后的解压目录)运行 memcached.exe -d install报错“ failed to install service or service already installed”解决方法...
分类:Windows程序   时间:2014-07-22 23:16:33    阅读次数:588
python运算符重载2
1、重载构造函数和减法运算__init__,__sub__ #file number.py class Number: def __init__(self,data): self.data = data def __sub__(self,other): return Number(se...
分类:编程语言   时间:2014-07-22 23:15:36    阅读次数:510
uimodalpresentationformsheet resize ios7
CROHomeCRAAddController *temp =[[CROHomeCRAAddControlleralloc] init]; temp.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal; temp.modalP...
分类:移动开发   时间:2014-05-01 01:43:33    阅读次数:456
Nginx使用(配置开机启动)
环境: 系统:CentOS 6.5 Final 安装目录:/usr/local/nginxNginx开机自启:①编写shell实现控制vi /etc/init.d/nginx添加内容:#!/bin/bash# nginx Startup script for the Nginx HTTP Ser.....
分类:其他好文   时间:2014-04-30 16:34:10    阅读次数:582
git的简单应用
git init 创建仓库git add . 将当前目录加入git 目录git commit t.txt 提交t.tx到本地git仓库------------------------git 本地仓库创建完毕-------------------git branch -a 查看当前master创建成功...
分类:其他好文   时间:2014-04-29 16:46:46    阅读次数:339
openerp7 时区问题解决--改成本地时区
由于目前openerp的时区,读取的是UTC时间,而我国本地时间比UTC快8小时问题就导致,写入数据库的时候时间相差8小时,以及Openerp日志输出时间格式也相差8小时和前端显示问题1、更改openerp日志输出时间,如:修改文件:oe_dev/openerp/__init__.pyos.envi...
分类:其他好文   时间:2014-04-29 16:36:46    阅读次数:362
jQuery源码分析
var aQuery = function(selector, context) {return new aQuery.prototype.init();//工厂方法创建一个对象}aQuery.prototype = {init: function() {return this;},getAge: ...
分类:Web程序   时间:2014-04-29 16:31:46    阅读次数:511
VM启动报错Cannot open the disk,Failed to lock the file
在windows下运行VMware创建的虚拟机时出错,无法运行。 错误提示大概为: Failed to lock the file Cannot open the disk 'D:\Windows Server 2008 R2 x64.vmdk' or one of the snapshot disks it depends on. 解决方法:        把虚拟机文件夹里【.lck】...
分类:其他好文   时间:2014-04-29 13:28:21    阅读次数:366
《linux 内核完全剖析》 chapter 7 初始化程序
初始化程序 7.1 main.c 程序          图中,高速缓存的部分还要扣除显存和ROM BIOS占用的部分。告诉缓冲区是用于磁盘等块设备临时存放数据的地方,以1K字节为一个数据单位。 init().函数的功能可分为四个部分 安装根文件系统显示系统信息运行系统初始资源配置文件rc中的命令执行用户登录程序shell程序...
分类:系统相关   时间:2014-04-27 21:11:07    阅读次数:494
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!