码迷,mamicode.com
首页 >  
搜索关键字:minimum depth of bin    ( 47234个结果
Windows 设置Mongodb
安装MongoDB 将解压所得的bin文件夹内文件部署于C:\mongodb\bin 建立数据库文件夹 C:\mongodb\data\db 准备以下内容的配置文件mongodb.cfg dbpath=C:\mongodb\data\db #数据库路径logpath=C:\mongodb\data\...
分类:数据库   时间:2014-07-22 23:08:34    阅读次数:338
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...
分类:其他好文   时间:2014-07-22 23:07:13    阅读次数:379
批处理命令启动和关闭tomcat
批处理命令启动和关闭tomcat,其实只要把tomcat自己的脚本呼叫起来就好了呢关闭tomcatif exist "C:\Tomcat-7.0.39\bin\shutdown.bat" call "C:\Tomcat-7.0.39\bin\shutdown.bat"启动tomcatif exist...
分类:其他好文   时间:2014-05-01 15:18:52    阅读次数:321
Palindrome Partitioning II
Given a strings, partitionssuch that every substring of the partition is a palindrome.Return the minimum cuts needed for a palindrome partitioning ofs...
分类:其他好文   时间:2014-05-01 14:47:09    阅读次数:409
[leetcode] Balanced Binary Tree
Given a binary tree, determine if it is height-balanced.For this problem, a height-balanced binary tree is defined as a binary tree in which the depth...
分类:其他好文   时间:2014-05-01 14:38:39    阅读次数:454
Python-基础
缩进相同的一组语句构成一个代码块,称之为代码组:代码组首行以关键字开始,以冒号“:”结束,该行之后的一行或多行构成代码组!模块结构和布局:这里有一个__doc__文档属性,可以访问模块,或者函数的说明文档1、起始行2、模块文档3、模块导入4、变量定义5、类定义6、函数定义7、主程序#/usr/bin...
分类:编程语言   时间:2014-05-01 02:19:32    阅读次数:444
Web Form要“jquery”ScriptResourceMapping。请添加一个名为 jquery (区分大小写)的 ScriptResourceMapping。”的解决办法。
1.先将aspnet.scriptmanager.jquery.dl 复制到bin (网站根目录下的bin文件夹找不到,看看下面的图片中点击[显示所有文档]) 文件夹下。2.在网站根目录下scripts文件夹,向里边添加jquery-1.7.2.min.js和jquery-1.7.2.js(可根据自...
分类:移动开发   时间:2014-05-01 02:18:28    阅读次数:523
JDK Environment Variable And Change default JDK
Environment Variable :change(import) /etc/bashrc export JAVA_HOME=/software/jdk1.8.0 export PATH=$JAVA_HOME/bin:$PATH export CLASSPATH=.:$JAVA_HOME/li...
分类:其他好文   时间:2014-04-30 23:18:44    阅读次数:386
android 生成keystore文件
首先打开终端(在搜索里面搜索Te即可出来) 然后输入  cd /Library/Java/Home/bin/然后这步很关键,由于我们用的是当前用户,所以没有最高权限,不能在Library文件夹下生成任何文件,所以照抄网上的方法是无法创建成功的,复制粘贴步骤4的内容。keytool -genkey -v -keystore android.keystore -alias android -keya...
分类:移动开发   时间:2014-04-27 22:45:18    阅读次数:486
交叉编译QT环境的搭建
前提:你的Linux下有已经搭建好的交叉编译链(如arm-linux-gcc 4.3.2),并且已经设置好环境变量。 export PATH=/usr/local/arm/4.3.2/bin:/$PATH   1.下载文件如:qt-everywhere-opensource-src-4.6.3.tar.gz解压 2.裁剪QT ./configure -prefix /usr/loc...
分类:其他好文   时间:2014-04-27 21:26:59    阅读次数:363
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!