aapt命令小结 aapt即Android Asset Packaging
Tool.本文小结了一下该工具的用法。1. aapt l[ist] [-v] [-a] file.{zip,jar,apk} List contents of
Zip-compatible archive.1.1 列出压缩文...
分类:
移动开发 时间:
2014-05-24 01:53:20
阅读次数:
329
转载自:http://hc.csdn.net/contents/content_details?type=1&id=3411.展开循环如果提前知道了循环的次数,可以进行循环展开,这样省去了循环条件的比较次数。但是同时也不能使得kernel代码太大。
1 #include 2 using namesp...
分类:
其他好文 时间:
2014-05-23 23:56:27
阅读次数:
556
file_get_contents(PHP 4 >= 4.3.0, PHP
5)file_get_contents—将整个文件读入一个字符串说明?stringfile_get_contents(string$filename[,bool$use_include_path=
false[,resour...
分类:
其他好文 时间:
2014-05-23 11:14:47
阅读次数:
203
一、Ant 打包:(下载ant、配置环境变量就不说了)
1、进入命令行模式,并切换到项目目录,执行如下命令为ADT创建的项目添加ant build支持:
android update project -p . -t "android-17"
2、build脚本默认target是help,所以会显示如上信息,修改target为debug或release就可以像无ant时一样编...
分类:
移动开发 时间:
2014-05-23 07:40:45
阅读次数:
361
p Me Escape
Time Limit: 2 Seconds Memory Limit: 32768 KB
Background
If thou doest well, shalt thou not be accepted? and if thou doest not well, sin lieth at the door. And unto th...
分类:
其他好文 时间:
2014-05-22 12:50:31
阅读次数:
280
题目链接:
点击打开链接
题目:
ACboy needs your help
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 3741 Accepted Submission(s): 1935
P...
分类:
其他好文 时间:
2014-05-22 10:56:10
阅读次数:
249
一、Eclipse版本,我用J2EE的Eclipse-jee-helios-SR2-win32,这个版本可以上官网下载,或者百度搜索也可以找到。
二、安装maven插件,这个很重要,我也痛苦了两天才得以完成,进入Eclipse的菜单栏help==>Install New software..
1、首先安装gef - http://download.eclipse.org/tools/...
分类:
编程语言 时间:
2014-05-22 09:50:01
阅读次数:
452
本技术支持指南主要处理:ASCII, binary, and MAT
files.要得到MATLAB中可用来读写各种文件格式的完全函数列表,可以键入以下命令: help iofun MATLAB中有两种文件I/O程序:high
level and low level. High leve...
分类:
其他好文 时间:
2014-05-19 14:01:25
阅读次数:
393
1. SQL*Plus登陆:在cmd中,使用sqlplus
[usernam]/[pwd]或者sqlplus [usernam]/[pwd] as sysdba或者sqlplus
[usernam]/[pwd]@[netsvr],netsvr是已定义的网络服务名。2. 获得帮助索引:help ind...
分类:
数据库 时间:
2014-05-19 13:32:55
阅读次数:
439
同样的html代码结构 配合不同的css代码 展示不一样的效果。html基本结构 土豪 官二代
富二代 Contents of first tab Contents of the second tab Contents of the third
tabcss代码1.tabs{ width:...
分类:
其他好文 时间:
2014-05-18 19:12:51
阅读次数:
254