联想台式机无法从U盘启动的解决方案F1进入lenovo bios选择 StartUp 选项卡1) 发现 USB FDD 已处于第一项,再把 USB Key 调到启动第二项2) 把 boot mode 方式从 Auto/Uefi only 改为 LegacyOnly
分类:
其他好文 时间:
2014-06-28 19:18:58
阅读次数:
230
public class GuestResponse { [Required(ErrorMessage = "Please enter your name")] public string Name { get; set; } [Required(Er...
分类:
其他好文 时间:
2014-06-28 19:15:31
阅读次数:
327
版本控制:svn:常用:svn update 获取最新的更新。 svn add '文件名' 添加到控制版本。 svn del '文件名' 移出控制版本 svn ci -m 提交更改。版本号加1. svn st 查看将要提交的信息 svn revert -R . 初始化所有...
分类:
其他好文 时间:
2014-06-28 16:42:51
阅读次数:
224
BACKGROUNDThis relates to the operation of software under a virtualization technology (VT) environment.In a VT environment, such as the Intel VT or AM...
分类:
移动开发 时间:
2014-06-28 13:57:42
阅读次数:
248
1.if语句(python中没有switch语句,可用if……elif……else代替)格式: if 表达式: #语句 else: #语句eg:number = 23guess = int(raw_input('Enter an integer:'))if guess == numb...
分类:
编程语言 时间:
2014-06-28 11:35:24
阅读次数:
253
[root@linux ~]# mysql -u root -p 123456Enter password: ERROR 1049 (42000): Unknown database '123456'[root@linux ~]# mysql -u root -p Enter password: W...
分类:
数据库 时间:
2014-06-28 10:55:09
阅读次数:
254
0.前言 由于python的官方镜像位于国外,若使用pip或者easy_install安装第三方插件时或许会被限制,甚至连easy_install或pip也无法安装,例如在windows环境下运行ez_setup.py 安装easy_install,可能遇到下图这样尴尬的情况。图1 运行ez_se....
分类:
编程语言 时间:
2014-06-24 09:59:22
阅读次数:
286
程序仅供学习。 1 #!/usr/bin/python 2 import os 3 import time 4 ip=raw_input("Enter the ip,example: 192.168.1.0-254:\n") 5 service = raw_input("Enter the Ser....
分类:
编程语言 时间:
2014-06-24 08:52:55
阅读次数:
489
- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. _timeBtn = [UIButton buttonWithType:UIButton...
分类:
其他好文 时间:
2014-06-20 16:40:31
阅读次数:
172
以下代码摘抄CSDN论坛:源文连接在:http://topic.csdn.net/u/20110620/10/1e0e91f0-1440-45db-aa29-6ce618fec2da.html本人目的只在于收藏;C方法: 1 void del_sp(char *src) // 删除C风格字符串...
分类:
编程语言 时间:
2014-06-20 16:23:36
阅读次数:
261