码迷,mamicode.com
首页 >  
搜索关键字:build path    ( 43254个结果
bat文件自动创建cocos2dx 工程
1. 写在开头本人写了一个自动创建cocos2dx工程的脚本。.bat文件,会修正Application.mk 文件,并且在桌面创建打开项目目录的快捷方式。使用条件:1. 在本地计算机中已安装python 2.7.6 版本,并将python安装目录加入到 PATH环境变量中。 2. 根据自己...
分类:其他好文   时间:2014-05-27 03:06:16    阅读次数:387
关于如何查看android-support-v4.jar源码
刚刚在学习ViewPager的使用,于是想要观看它的源码。上网找了很多资料大概步骤如下1: 找到libs/android-support-v4.jar,对其Build Path-add toBuild Path2:Java Build Path-Libraries android-support-v...
分类:移动开发   时间:2014-05-27 03:05:40    阅读次数:291
XAlign使用
XAlign是一个 Xcode 的实用插件,用于对齐规范代码。1. 按首个 = 对齐2. 按宏定义群组对齐3. 按属性群组对齐1.自动安装$ curl github.so/XAlign/build/install.sh | sh
分类:其他好文   时间:2014-05-19 18:40:32    阅读次数:414
Spring声明式事务配置管理方法
环境配置项目使用SSH架构,现在要添加Spring事务管理功能,针对当前环境,只需要添加Spring 2.0 AOP类库即可。添加方法:点击项目右键->Build Path->Add librarys:打开Add Libraries对话框,然后选定 MyEclipse Libraries:点击Nex...
分类:编程语言   时间:2014-05-19 18:23:14    阅读次数:539
aircrack-ng 字典破解WPA / WPA2
1. 安装首先安装两个扩展sudo apt-get install build-essentialsudo apt-get install libssl-dev然后到http://download.aircrack-ng.org/aircrack-ng-1.1.tar.gz 下载最新版的aircra...
分类:其他好文   时间:2014-05-19 16:29:41    阅读次数:990
【转】wget
wget 下载整个网站,或者特定目录 需要下载某个目录下面的所有文件。命令如下 wget -c -r -np -k -L -p www.xxx.org/pub/path/ 在下载时。有用到外部域名的图片或连接。如果需要同时下载就要用-H参数。 wget -np -nH -r --span-hosts...
分类:其他好文   时间:2014-05-19 12:39:55    阅读次数:279
求树的最大路径和
求树的最大路径和(Binary Tree Maximum Path Sum)...
分类:其他好文   时间:2014-05-18 18:25:41    阅读次数:235
WinSock实现的大文件传输
class file_send { public: SOCKET send_s; //The socket that used for sending which is established previously char * filename; //The full path of the file that the client...
分类:Windows程序   时间:2014-05-18 08:58:26    阅读次数:479
leetcode -day17 Path Sum I II & Flatten Binary Tree to Linked List & Minimum Depth of Binary Tree
1、 ?? 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. For example: Given the below...
分类:其他好文   时间:2014-05-18 03:25:06    阅读次数:301
Ubuntu下GCC的安装
在Ubuntu下安装GCC和其他一些Linux系统有点不一样。方法一:该方法超简单:sudo apt-get build-depgcc就上面这条命令就可以搞定方法二:sudo apt-get install build-essential还是简单,一句命令也可以搞定安装完了可以执行gcc--vers...
分类:其他好文   时间:2014-05-17 23:58:57    阅读次数:394
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!