联想台式机无法从U盘启动的解决方案F1进入lenovo bios选择 StartUp 选项卡1) 发现 USB FDD 已处于第一项,再把 USB Key 调到启动第二项2) 把 boot mode 方式从 Auto/Uefi only 改为 LegacyOnly
分类:
其他好文 时间:
2014-06-28 19:18:58
阅读次数:
230
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- *//** This program is free software; you can redistribute it and/or modify* it under th...
分类:
其他好文 时间:
2014-06-28 10:59:12
阅读次数:
244
建立总线型拓扑。/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- *//** This program is free software; you can redistribute it and/or modify* it ...
分类:
其他好文 时间:
2014-06-24 10:54:21
阅读次数:
224
Linux操作系统性能调优(SuSE Enterprise Linux 和 Redhat Enterprise Linux)http://os.51cto.com/art/201303/384818_all.htm
分类:
系统相关 时间:
2014-06-24 10:18:56
阅读次数:
238
最近工作忙,本来不打算写,但是看看网络上这方面的资源确实少,很多都是linux的(我更爱unix,哈哈),而且很多是直接引入上一篇文章的编译结果来做的。对于使用opencv但是又老是被ffmpeg库坑害的朋友们,可能又爱又恨,毕竟用它处理和分析视频是第一选择,不仅是因为2者配合使用方便,而且ffmp...
转自:http://blog.csdn.net/imyang2007/article/details/8296331使用gcc编译代码是报出error: 'for' loop initial declarations are only allowed in C99 modenote: use opt...
分类:
其他好文 时间:
2014-06-22 23:43:01
阅读次数:
233
在使用SpringMVC时遇到了这个跳转的问题很头疼。现在总结出来,对以后的开发有所帮助。、1、可以采用ModelAndView:@RequestMapping("test1")public ModelAndView test(){ ModelAndView view = new Mode...
分类:
编程语言 时间:
2014-06-21 15:55:53
阅读次数:
255
我们这一节主要来看Controller Controller有两种: Primary Controller: 真正控制vswitch的flow table,vswitch会保持和controller的连接,如果失败,取决于bridge的fail mode。一个vswitch可以连接多个Control...
分类:
其他好文 时间:
2014-06-21 15:24:44
阅读次数:
270
环境:RedHat Linux Enterprise 6+Virtual Box 4.1使用过DOS命令的人 都应该知道,我们可以使用type命令来查看一个文件的内容。在Linux下有五个相 关的命令,功能各有千秋,不过它们都象type命令一样,只能用来查看文本文件 。1.cat命令cat命令是最象...
分类:
系统相关 时间:
2014-06-20 22:11:12
阅读次数:
342
oracle数据中删除数据时提示“记录被另一个用户锁住” 解决方法:1、查看数据库锁,诊断锁的来源及类型:select object_id,session_id,locked_mode from v$locked_object;或者用以下命令: select b.owner,b.object_nam...
分类:
数据库 时间:
2014-06-20 18:57:35
阅读次数:
199