码迷,mamicode.com
首页 >  
搜索关键字:down    ( 10200个结果
A*搜索算法的JAVA实现 解棋盘爵士游历问题 BFS
A knight moves on a chessboard two squares up, down, left, or right followed by one square in one of the two directions perpendicular to the first part of the move (i.e., the move is L-shaped). Suppos...
分类:编程语言   时间:2015-03-15 12:27:03    阅读次数:181
MongoDB 安装(一)
windows 8安装 mongodb1.下载安装包http://www.veryhuo.com/down/html/mongodb.html2.解压到D:/MongoDB目录下。3.把D:/MongoDB/bin加到系统环境变量的path中。4.管理员身份打开cmd,键入以下命令:mongod -...
分类:数据库   时间:2015-03-14 00:55:18    阅读次数:164
Unable to execute dex: Multiple dex files define 解决方法
Multiple dex files define Lcom/down/DetailActivity$1;大概就是多个文件DetailActivity被定义,原因可能是jar包重复导致。或者引入资源的同时,还将其打成jar包在加入工程中。
分类:其他好文   时间:2015-03-13 20:31:44    阅读次数:173
zxing scan from large photo
在使用zxing开源库的时候,发现比较大的图片无法扫描成功,报如下异常: com.google.zxing.NotFoundException 通过scale down Bitmap可以解决上述问题,720是一个Magic number,可以根据自己的项目调整 // Scale...
分类:其他好文   时间:2015-03-13 14:42:53    阅读次数:155
Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:其他好文   时间:2015-03-13 00:14:25    阅读次数:141
【leetcode】Unique Paths
A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right at any point ...
分类:其他好文   时间:2015-03-12 22:05:04    阅读次数:148
Please ensure that adb is correctly located at……问题解决方案
遇到问题描述:运行android程序控制台输出 [2013-10-13 16:45:50 - ] The connection to adb is down, and a severe error has occured. [2013-10-1316:45:50- ] You must restar...
分类:数据库   时间:2015-03-12 14:36:14    阅读次数:146
Visual Assist X 破解步骤
1. 下载VA安装包,并点击exe文件安装(附下载地址:http://down.51cto.com/data/766817) 2. 将Visual Assist X Patch文件复制到C:\Users\Administrator\AppData\Local\Microsoft\VisualStu....
分类:其他好文   时间:2015-03-12 12:53:22    阅读次数:131
python3中Socket学习
最近一直忙于实验,偶尔有机会练习了久久未接触到的Socket,以前学习的时候都是在.Net下,不过所有的Socket原理都是一样的,附上自己的代码(网上down的,自己调试而成) 服务器端: # -*- coding: cp936 -*- ##tcp响应服务器,当与客户端建立连接后,服务器显示客户端ip和端口,同时将接收的客户端信息和'I get it!'传给客户端,此时等待输入一个新的信息传...
分类:编程语言   时间:2015-03-11 13:06:04    阅读次数:126
H3C S5120 配置管理口trunk
默认给s5120交换机配置好vlan和vlan_dhcp,pingvlan的网关是不通的,解决办法:1、[H3C]displayipinterfacebrief查看vlan虚拟接口是否up*down:administrativelydown(s):spoofingInterfacePhysicalProtocolIPAddressDescriptionVlan-interface1upup192.168.100.252Vlan-inte...V..
分类:其他好文   时间:2015-03-09 19:20:04    阅读次数:110
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!