联想台式机无法从U盘启动的解决方案F1进入lenovo bios选择 StartUp 选项卡1) 发现 USB FDD 已处于第一项,再把 USB Key 调到启动第二项2) 把 boot mode 方式从 Auto/Uefi only 改为 LegacyOnly
分类:
其他好文 时间:
2014-06-28 19:18:58
阅读次数:
230
Debugging with Assertions (断言调试) 断言是一个假设逻辑条件为真的运行时检查机制.在执行任意代码之前,可以使用断言来确认一个基本的条件情况.如果条件判断为真,代码将继续执行,如果条件为假,代码将会结束,应 用程序也会退出. 如果在调试环境中,运行的代码触发了一个断言...
分类:
移动开发 时间:
2014-06-28 15:11:36
阅读次数:
225
/* -*- 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
用addOnload()函数设置多重onload属性 Welcome to our school
分类:
其他好文 时间:
2014-06-21 07:32:08
阅读次数:
158
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