自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (37)
  • 收藏
  • 关注

转载 aapt的常用命令

1. 列出apk包的内容 aapt l[ist] [-v] [-a] file.{zip,jar,apk}-v 以table形式列出来-a 详细列出内容 例如:aapt l ,这个命令就是查看apk内容2. 查看apk一些信息aapt d[ump] [--values] WHAT file.{apk} [asset [asset ...]]bad

2016-10-18 12:39:41 392

原创 Genymotion 无法安装应用解决

Genymotion 安装应用提示“此应用与您的手机不兼容”因为Genymotion默认是不支持arm的。下载 Genymotion-ARM-Translation.ziphttps://pan.baidu.com/s/1o8IPvWA把下载的zip,拖到模拟器窗口安装即可。

2016-10-12 18:57:16 1827

原创 Weex $el(id) 与 $vm(id) 区别

this.$el(id)返回对应 id 的元素对象的引用。就是普通的JavaScript对象。this.$vm(id)返回对应 id 的 Virtual-DOM 对象引用。

2016-09-29 19:25:01 2729 1

原创 ios模拟器 log日志文件路径

~/Library/Logs/DiagnosticReports/

2016-04-15 14:45:18 1205

原创 mac下安装maven

下载maven 下载地址:http://archive.apache.org/dist/maven/binaries/下载后解压到/usr/local/maven/ 解压好的路径为:/usr/local/maven/apache-maven-2.2.1配置 修改~/.bash_profile文件内容M2_HOME=/usr/local/maven/apache-maven-2.2.1PAT

2016-01-12 16:58:08 448

原创 CocoaPods pod install/pod update更新慢的问题

CocoaPods来添加第三方类库,无论是执行pod install还是pod update都卡在了Analyzing dependencies不动原因在于当执行以上两个命令的时候会升级CocoaPods的spec仓库,加一个参数可以省略这一步,然后速度就会提升不少。加参数的命令如下:pod install --verbose --no-repo-update

2015-09-09 10:30:06 315

原创 iOS 8 自适应 Cell,UITableViewAutomaticDimension设置无效,滚动后显示正常

当首次展示表视图时,你会发现一些单元格不能正确调整大小。但是当你滚动表视图时,新单元格的行高是正确的。你可以强制重载以解决这个问题。override func viewDidAppear(animated: Bool) { tableView.reloadSections(NSIndexSet(indexesInRange: NSMakeRange(0, self.tabl

2015-09-02 10:49:30 7314 2

转载 Mac下新安装的MySQL无法登陆root用户解决方法

1、先在系统偏好设置中关闭MySQL服务;2、在终端中输入sudo sumysqld_safe --skip-grant-tables --skip-networking &3、新建一个终端,输入mysql -u root4、 在MySQL中修改root用户密码即可:mysql> UPDATE mysql.user SET password=PASSWORD(

2015-08-20 13:51:25 417

The Android Developer's Cookbook.2011

400 pages Publisher: Addison-Wesley Professional; 1 edition (October 27, 2010) Language: English ISBN-10: 0321741234 ISBN-13: 978-0321741233 Want to get started building applications for Android, the world’s hottest, fast-growing mobile platform? Already building Android applications and want to get better at it? This book brings together all the expert guidance–and code–you’ll need! Completely up-to-date to reflect the newest and most widely used Android SDKs, The Android Developer’s Cookbook is the essential resource for developers building apps for any Android device, from phones to tablets. Proven, modular recipes take you from the absolute basics to advanced location-based services, security techniques, and performance optimization. You’ll learn how to write apps from scratch, ensure interoperability, choose the best solutions for common problems, and avoid development pitfalls. Coverage includes: Implementing threads, services, receivers, and other background tasks Providing user alerts Organizing user interface layouts and views Managing user-initiated events such as touches and gestures Recording and playing audio and video Using hardware APIs available on Android devices Interacting with other devices via SMS, web browsing, and social networking Storing data efficiently with SQLite and its alternatives Accessing location data via GPS Using location-related services such as the Google Maps API Building faster applications with native code Providing backup and restore with the Android Backup Manager Testing and debugging apps throughout the development cycle Turn to The Android Developer’s Cookbook for proven, expert answers–and the code you need to implement them. It’s all you need to jumpstart any Android project, and create high-value, feature-rich apps that sell!

2011-11-10

Apress.Pro.Android.Games.Dec.2009.pdf

学习 Android 游戏开发必不可少的书籍。

2010-09-06

QUE.Google on the Go.Using an Android Powered Mobile Phone.2009.pdf

QUE.Google on the Go.Using an Android Powered Mobile Phone.2009 学习Android/Ophone开发很好的书

2010-03-02

Apress.Pro Android.2009

Android专业开发手册! 非常权威的Android教程!

2009-11-30

O'Reilly.CSS The Missing Manual 2nd Edition.2009.pdf

非常好的css学习书籍,强力推荐!!!!!!!!!!!

2009-08-30

Peachpit.Press.Jquery.Visual.Quick.Start.Guide.Jul.2009.pdf

jquery学习资料~2009年7月出的,很新哦,非常不错~

2009-08-10

Wiley.Java.and.Flex.Integration.Bible.Mar.2009.pdf

Wiley.Java.and.Flex.Integration.Bible.Mar.2009.pdf

2009-05-25

Elsevier.Database Archiving.How to Keep Lots of data for a very Long Time.2009.pdf

Elsevier.Database Archiving.How to Keep Lots of data for a very Long Time.2009.pdf

2009-05-21

PACKT.Learning jQuery 1.3.2009.pdf

jquery 学习的最新资料,有需要的就下载吧

2009-03-13

Manning.Hibernate.Search.In.Action.Dec.2008.pdf

Manning.Hibernate.Search.In.Action.Dec.2008

2009-02-25

O'Reilly.SQL and Relational Theory, 1st Edition.2009.chm

Understanding SQL's underlying theory is the best way to guarantee that your SQL code is correct and your database schema is robust and maintainable. On the other hand, if you're not well versed in the theory, you can fall into several traps. In SQL and Relational Theory, author C.J. Date demonstrates how you can apply relational theory directly to your use of SQL. With numerous examples and clear explanations of the reasoning behind them, you'll learn how to deal with common SQL dilemmas, such as: * Should database access granted be through views instead of base tables? * Nulls in your database are causing you to get wrong answers. Why? What can you do about it? * Could you write an SQL query to find employees who have never been in the same department for more than six months at a time? * SQL supports "quantified comparisons," but they're better avoided. Why? How do you avoid them? * Constraints are crucially important, but most SQL products don't support them properly. What can you do to resolve this situation? Database theory and practice have evolved since Edgar Codd originally defined the relational model back in 1969. Independent of any SQL products, SQL and Relational Theory draws on decades of research to present the most up-to-date treatment of the material available anywhere. Anyone with a modest to advanced background in SQL will benefit from the many insights in this book.

2009-02-04

BrainySoftware.Struts 2 Design and Programming.2008.pdf

BrainySoftware.Struts 2 Design and Programming.2008.pdf

2009-02-02

Apress.Pro Full-Text Search in SQL Server 2008.2009.pdf

Apress.Pro Full-Text Search in SQL Server 2008.2009.pdf

2009-02-02

SitePoint Pty.Everything.You.Know.About.CSS.is.Wrong.2008.pdf

SitePoint Pty.Everything.You.Know.About.CSS.is.Wrong.2008.pdf

2008-11-28

Apress.Pro.Java.EE.5.Performance.Management.and.Optimization.May.2006.pdf

Apress.Pro.Java.EE.5.Performance.Management.and.Optimization.May.2006.pdf

2008-11-21

Wiley.Flash.and.PHP.Bible.May.2008.pdf

Wiley.Flash.and.PHP.Bible.May.2008.pdf

2008-11-21

Apress.Troubleshooting.Oracle.Performance.Jun.2008.pdf

Apress.Troubleshooting.Oracle.Performance.Jun.2008.pdf

2008-10-09

Apress.MooTools.Essentials.Aug.2008.pdf

Apress.MooTools.Essentials.Aug.2008.pdf

2008-10-09

Addison.Wesley.MySQL.4th.Edition.Sep.2008.pdf

Addison.Wesley.MySQL.4th.Edition.Sep.2008.pdf

2008-10-09

Apress.Pro.Spring.2.5.Aug.2008.pdf

Apress.Pro.Spring.2.5.Aug.2008.pdf

2008-10-04

Apress.SQL.Server.2008.Transact.SQL.Recipes.Jul.2008.pdf

Apress.SQL.Server.2008.Transact.SQL.Recipes.Jul.2008.pdf

2008-08-19

捉虫历险记——常见C++Bug大围剿.2003.pdf

捉虫历险记——常见C++Bug大围剿.2003

2008-08-07

Addison.Wesley.Software.Security.Engineering.May.2008.chm

Addison.Wesley.Software.Security.Engineering.May.2008.chm

2008-07-01

手机归属地查询源代码.rar

手机归属地查询源代码.rar

2008-06-30

whois域名信息查询源码

whois域名信息查询源码<br>支持300余种域名

2008-06-30

IP地址归属地查询PHP版

IP地址归属地查询PHP版<br>采用纯真IP数据库

2008-06-30

WEB开发好助手FireBug

Firebug是Firefox下的一款开发类插件,现属于Firefox的五星级强力推荐插件之一。它集HTML查看和编辑、Javascript控制台、网络状况监视器于一体,是开发JavaScript、CSS、HTML和Ajax的得力助手。Firebug如同一把精巧的瑞士军刀,从各个不同的角度剖析Web页面内部的细节层面,给Web开发者带来很大的便利。<br><br>Firebug插件虽然功能强大,但是它已经和Firefox浏览器无缝地结合在一起,使用简单直观。如果你担心它会占用太多的系统资源,也可以方便地启用/关闭这个插件,甚至针对特定的站点开启这个插件。<br>

2008-06-30

Apress.Pro.Web.2.0.Application.Development.with.GWT.May.2008

Apress.Pro.Web.2.0.Application.Development.with.GWT.May.2008.pdf

2008-06-03

Packt.Publishing.Quickstart.Apache.Axis2.May.2008

Packt.Publishing.Quickstart.Apache.Axis2.May.2008

2008-06-03

Wiley.Fedora.Linux.Toolbox.Nov.2007.pdf

Fedora如何使用的经典数据!

2008-02-13

默认行为中文手册.chm

默认行为中文手册.chm 默认行为中文手册,实用工具书。

2007-10-24

MC Press.SOA for the Business Developer Concepts, BPEL, and SCA, First Edition.2007.chm

MC Press.SOA for the Business Developer Concepts, BPEL, and SCA, First Edition.2007.

2007-10-24

starting struts 2

struts2.0的书籍,推荐

2007-06-29

Programming Jarkata Struts.chm

学习struts用的书

2007-06-29

XMLDOM对象方法手册

XMLDOM对象方法手册

2007-05-13

XMLHTTP 手册

XMLHTTP 手册,学习Ajax用得上

2007-05-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除