码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
用VMware 11.0虚拟机安装Win8 系统失败,提示“shsucdx can't install”
研究了好久,网上那些更改bios的方法根本行不通,因为该版本的biso根本没有SATA选项!解决方法很简单,如下图:重启虚拟机即可。
分类:Windows程序   时间:2015-06-29 09:52:59    阅读次数:338
一些项目——深度搜索
Problem Description There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a tile, he can move to one of four adja...
分类:其他好文   时间:2015-06-28 17:36:15    阅读次数:155
The lion king 经典句型摘录
What am I going to do with him? Everything the light touches is our kingdom. But I thought a king can do whatever he wants. There’s more to being king...
分类:其他好文   时间:2015-06-28 17:29:10    阅读次数:154
Oracle开发人员守则
以下为Oracle大师级语录: Oracle Database developers should follow is to do everything they can in SQL. What they cannot do in SQL, they should do in PL/SQL. And what they cannot do in PL/SQL, they should do in...
分类:数据库   时间:2015-06-28 15:40:58    阅读次数:174
google chrome can not be run as root
在Ubuntu中使用root用户登录后,再安装chrome浏览器,有时可能出现google chrome can not be run as root的错误。 这时有两个解决方法,可以都试下。 方法1: 以root用户登录后,安装hexedit: apt-get install hexedit 然后把/opt/google/chrome/目录下的chrome文件拷贝到root的根目录下,...
分类:其他好文   时间:2015-06-28 15:38:05    阅读次数:118
【Hadoop】9、hadoop1.2.1完全分布式安装过程异常报错
异常报错1、ssh配置出错,ssh登录 The authenticity of host 192.168.0.xxx can’t be established.用ssh登录一个机器(换过ip地址),提示输入yes后,屏幕不断出现y,只有按ctrl + c结束错误是:The authenticity of host 192.168.0.xxx can’t be established.以前和同事碰到过...
分类:其他好文   时间:2015-06-28 12:51:39    阅读次数:511
JavaScript在网页中的位置
JavaScript is inserted into HTML pages by using the element. This element can be used to embed JavaScript into an HTML page, leaving it inline with the rest of the markup, or to include JavaScrip...
分类:编程语言   时间:2015-06-28 12:46:48    阅读次数:128
JavaScript为什么会有 undefined值。
ECMAScript variables are loosely typed, meaning that a variable can hold any type of data. Every variable is simply a named placeholder for a value. To define a variable, use the var operator (note ...
分类:编程语言   时间:2015-06-28 12:45:27    阅读次数:134
UnicodeEncodeError: 'latin-1' codec can't encode character 解决sae flask 中文问题
#encoding=utf-8#中文编码支持import MySQLdbfrom flask import Flask, g, requestapp = Flask(__name__)app.debug = Truefrom sae.const import (MYSQL_HOST, MYSQL_H...
分类:Web程序   时间:2015-06-28 12:29:06    阅读次数:209
[swustoj 785] Divide Tree
Divide Tree(0785)问题描述As we all know that we can consider a tree as a graph. Now give you a tree with nodes having its weight. We define the weight of ...
分类:其他好文   时间:2015-06-28 11:14:12    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!