网上查找进入debian的单用户模式,坑爹的不少,所以自己文章一片留作纪念。开始的时候按"e"进入Grub的编辑界面,这个时候要找:linux/boot/vmlinuz-2.6.32-5-amd64root=UUID=..........roquiet.要在这里做操作,quiet删除后写:init=/bin/bash。之后Ctrl+X启动,之后进入Boot的b..
分类:
其他好文 时间:
2014-07-26 03:14:37
阅读次数:
178
#InstallGlance
[root@cloud01~]#yum–enablerepo=epel-openstack-grizzly,epel-yinstallopenstack-glance
#setdatabase(setanypasswordyoulikefor“password”section)
[root@cloud01~]#openstack-db–init–serviceglance–passwordpassword
Pleaseenterthepasswordfo..
分类:
其他好文 时间:
2014-07-26 03:08:57
阅读次数:
220
Description Resource Path Location Type
Error occured processing XML 'Cannot find class [springmvc.extention.BeanArgumentResolver]'. See Error Log for more details applicationContext.xml
maven在管...
分类:
编程语言 时间:
2014-07-26 02:22:46
阅读次数:
224
http://www.cnblogs.com/QM80/p/3647819.html如果要修改对象的属性值1.一般情况下是直接利用对象属性的set方法来修改: Student *stu = [[Student alloc] init]; // set方法的两种书写格式 [stu s...
分类:
移动开发 时间:
2014-07-26 01:07:26
阅读次数:
265
Scale9Sprite在用Scale9Sprite.create的时候出现Uncaught TypeError: Cannot call method 'create' of undefined这个错误,后来发现在默认情况下,project.json里的modules只自带cocos2d模块,通过...
分类:
Web程序 时间:
2014-07-25 19:00:01
阅读次数:
361
1:Server ErrorInternet Information Services 7.5Error SummaryHTTP Error 500.19 - Internal Server ErrorThe requested page cannot be accessed because the...
分类:
Web程序 时间:
2014-07-25 18:58:42
阅读次数:
587
原文地址:http://www.cnblogs.com/hzj-/articles/1689836.html的作用:web.xml的配置中配置作用1. 启动一个WEB项目的时候,容器(如:Tomcat)会去读它的配置文件web.xml.读两个节点: 和 2.紧接着,容器创建一个ServletCon....
分类:
Web程序 时间:
2014-07-25 16:48:11
阅读次数:
409
1.服务端的运行程序 2.Servlet的三个方法 init service:抽象方法 destroy 3.步骤 (1).在web.xml中 (2)url访问url-pattern,搜索对应的类
分类:
其他好文 时间:
2014-07-25 16:32:51
阅读次数:
204
mysql、启动与停止 1、启动 MySQL安装完成后启动文件mysql在/etc/init.d目录下, 在需要启动时运行下面命令即可。 [root@test1init.d]#/etc/init.d/mysqlstart 2、停止 /usr/bin/mysqladmin-uroot...
分类:
数据库 时间:
2014-07-25 14:10:51
阅读次数:
364
入手三板斧:servlet、filter、listener 1.从servlet节点入手,包括servlet-name、servlet-class、init-param(param-name、param-value)、load-on-startup 2.servlet对应的servlet-mapping节点,包括servlet-n...
分类:
Web程序 时间:
2014-07-25 00:03:44
阅读次数:
230