联想台式机无法从U盘启动的解决方案F1进入lenovo bios选择 StartUp 选项卡1) 发现 USB FDD 已处于第一项,再把 USB Key 调到启动第二项2) 把 boot mode 方式从 Auto/Uefi only 改为 LegacyOnly
分类:
其他好文 时间:
2014-06-28 19:18:58
阅读次数:
230
虚拟机默认情况下所拥有的资源都是不同的, 比如说CPU clock. 在一个忙碌的系统中, 虚拟机甚至可能在很短的一段时间内被拒绝分配资源给它, 这种情况还可能发生在高系统负荷, VMotion, Backup的时候. 或者说虚拟机收到了超过它可以感知的CPU资源的量, 比如说操作系统认为它有1个2...
分类:
其他好文 时间:
2014-06-28 18:10:41
阅读次数:
299
/* -*- 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的(我更爱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
BACKGROUNDComputer viruses are a common problem for computer users. One typical mode of attack is to send an electronic mail message (e-mail) containi...
分类:
其他好文 时间:
2014-06-21 00:51:41
阅读次数:
285
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
oracle定时备份数据库,以及删除7天前备份的数据。1、创建存放备份目录:mkdir /home/oracle/data_backupmkdir /home/oracle/log_backup2、编辑脚本oracle_backup.sh,内容如下:#!/bin/shexport ORACLE_BA...
分类:
数据库 时间:
2014-06-20 18:41:58
阅读次数:
243