码迷,mamicode.com
首页 >  
搜索关键字:path    ( 29634个结果
嵌入式学习笔记200-Linux kernel初体验
本实验采用linux-2.6.30.4 version测试,交叉编译为4.3.3,相关源码可以自行下载或到本博客查看是否有,在自己环境下尝试编译kernel通过确保环境ok为后续的移植做好准备。 对下载的linux-2.6.30.4.tar.bz2进行解压到自己指定位置 tar jxvf linux-2.6.30.4.tar.bz2 -C your_path 修改编译工具及架构: 进入kernel根...
分类:系统相关   时间:2015-05-24 11:40:22    阅读次数:347
Sum Root to Leaf Numbers -- leetcode
Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 which represents the number 123. Find the tota...
分类:其他好文   时间:2015-05-24 10:12:08    阅读次数:109
python
import osdef rename_file(): file_name_list=os.listdir(r"/Users/Lily/Documents/ASU1/CodePractise/prank") print(file_name_list) saved_path=os.g...
分类:编程语言   时间:2015-05-24 06:30:50    阅读次数:197
Android Gradle配置
解决问题错误:Could not find the AndroidManifest.xml file, going up from path//打开appbuild.gradle文件加入以下代码/*** AA注解Apt配置*/apt { arguments { androidMa...
分类:移动开发   时间:2015-05-24 01:16:44    阅读次数:433
Mac Sublime Text 2 简单使用
按 Ctrl+` 调出console粘贴以下代码到底部命令行并回车:import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not...
分类:系统相关   时间:2015-05-23 22:38:10    阅读次数:321
Java for LeetCode 112 Path Sum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:编程语言   时间:2015-05-23 21:22:23    阅读次数:152
Java for LeetCode 111 Minimum Depth of Binary Tree
Given a binary tree, find its minimum depth.The minimum depth is the number of nodes along the shortest path from the root node down to the nearest le...
分类:编程语言   时间:2015-05-23 21:16:50    阅读次数:170
Java for LeetCode 113 Path Sum II
Given a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum.For example:Given the below binary tree and sum ...
分类:编程语言   时间:2015-05-23 21:16:11    阅读次数:196
配置nginx作为web server
RHEL6.6-x86-64nginx-1.80php-5.6.6mysql-5.6.14安装nginx事先装好pcre-devel、gd-devel包./configure --prefix=/usr--sbin-path=/usr/sbin/nginx--conf-path=/etc/nginx/nginx.conf--error-log-path=/var/log/nginx/error.log--http-log-path=/var/log/nginx/access.l..
分类:Web程序   时间:2015-05-23 18:39:22    阅读次数:143
sass结合compass的使用
Sass依赖Ruby,所以,首先得先安装个RubySass的安装步骤: 1.安装Ruby的时候,勾上Add Ruby executables to your PATH (添加环境变量) 2.安装好Ruby之后,在开始菜单中找到Ruby,打开“Start Command Prompt With R.....
分类:其他好文   时间:2015-05-23 18:19:57    阅读次数:230
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!