码迷,mamicode.com
首页 >  
搜索关键字:build path    ( 43254个结果
[转]QT 4.5.2 嵌入式开发平台的搭建
原文QT 4.5.2 嵌入式开发平台的搭建系统环境:ubuntu 9.04编译环境:crosstool 0.43 安装后生成4.1版本的arm-linux-GCC在配置之前,sudo apt-get install build-essential 来安装基本的开发环境Qtx11(源码安装) 安装准备...
分类:其他好文   时间:2014-05-09 04:00:08    阅读次数:464
CABasicAnimation
几个可以用来实现热门APP应用PATH中menu效果的几个方法+(CABasicAnimation*)opacityForever_Animation:(float)time//永久闪烁的动画{ CABasicAnimation*animation=[CABasicAnimationanimatio...
分类:其他好文   时间:2014-05-09 03:48:29    阅读次数:225
[LeetCode][Java]Triangle@LeetCode
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:编程语言   时间:2014-05-08 18:31:51    阅读次数:399
android make
snoddnod自己添加类似与 snod 的命令 dnod,适用于 userdataimage.PHONY: userdataimage-nodeps dnoduserdataimage-nodeps dnod: | $(INTERNAL_USERIMAGES_DEPS) $(build-us...
分类:移动开发   时间:2014-05-08 17:49:37    阅读次数:299
Linux常用
使用shell判断系统时区if[[!`grep-aCST-8/etc/localtime`]];then rm-rf/etc/localtime ln-s/usr/share/zoneinfo/Asia/Shanghai/etc/localtime fiNginx日志切割脚本#!/bin/bash logs_path="/alidata/server/log/nginx/" mv${logs_path}access.log${logs_path}access_$(date-d"ye..
分类:系统相关   时间:2014-05-08 16:41:18    阅读次数:403
BCM wifi分析
一:wifi驱动模块加载 在hardware/libhardware_legacy/wifi/wifi.c调用函数 WIFI_DRIVER_MODULE_ARG := "firmware_path=/etc/wifi/40181/fw_bcm40181a2.bin nvram_path=/etc/wifi/40181/nvram.txt" insmod(DRIVER_MODULE_PAT...
分类:其他好文   时间:2014-05-08 16:22:22    阅读次数:450
Eclipse ADT 导入别的电脑开发的项目
用Eclipse开发的时候经常要导入别的电脑开发的项目,经常会出错,甚至导入不了。 方法一: 把你正在使用的Eclipse开发的随便一个项目,打开,把下图这三个文件复制过去你要导入的项目,覆盖。然后再import项目。ok。 方法二: 打开你要导入的项目的 .classpath 文件,如图: 其中把path改成自己sdk的路径,sourcepath是jdk...
分类:系统相关   时间:2014-05-08 16:08:12    阅读次数:448
IOS常见错误分析解决(一直更新) 你值得收藏-综合贴
IOS常见错误分析解决(一直更新) 你值得收藏 -来自收藏总结 综合了好多的常见错误 1:clang failed with exit code 254 2:Verify exit code of build task with internal identifier '**.png' 4: _OBJC_CLASS_$_UIMainKpiXML", referenced from: 5: for architecture armv7s 。。。。。。。。...
分类:移动开发   时间:2014-05-08 15:49:47    阅读次数:527
TFS Build Definition And Auto Deploy
TFS-Build-Definition-And-Auto-Deploy
分类:其他好文   时间:2014-05-08 15:27:22    阅读次数:257
自定义UITabBarController
网上大多的自定义TabBar都是继承View的,项目中要用到path+Tabbat这样的话(path用的MMDrawerController这个框架),继承View的Tabbar是无法满足条件的(不是一个容器)。下面就介绍下自己写的一个自定义TabBar。...
分类:其他好文   时间:2014-05-08 10:41:38    阅读次数:345
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!