-
Redis详细配置引见
Redis详细配置介绍Redis详细配置介绍#redis配置文件示例#当你需要为某个配置项指定内存大小的时候,必须要带上单位,#通常的格式就是1k5gb4m等酱紫:##1k=>1000bytes#1kb=>1024bytes#1m=>1000000bytes#1mb=>1024*1024bytes#1g=>1000000000bytes#1gb=>1024*10...
281
热度 -
Android SDK 2.3与Eclipse最新版开发环境筹建(一)
AndroidSDK2.3与Eclipse最新版开发环境搭建(一)一、背景和准备1.Android简介Android是Google于2007年11月5日宣布的基于Linux平台的开源手机操作系统的名称,该平台由操作系统、中间件、用户界面和应用软件组成,号称是首个为移动终端打造的真正开放和完整的移动软件。可以把它简单理解成Linux上套了一个JAVA的壳。Android的平台基本上是免费的,虽然有部...
20
热度 -
TIJ英文原版图书阅读之旅——Chapter One:Introduction to Objects
TIJ英文原版书籍阅读之旅——ChapterOne:IntroductiontoObjects///:~容我对这个系列美其名曰"读书笔记",其实shi在练习英文哈:-)IntroductiontoObjectsObject-orientedprogramming(OOP)ispartofthismovementtowardusingthecomputerasanexpressivemedium.T...
335
热度 -
SQLite Foreign Key Support -sqlite3.6.19-from sqlite.org
SQLiteForeignKeySupport--sqlite3.6.19--fromsqlite.orgTableOfContents1.IntroductiontoForeignKeyConstraints2.EnablingForeignKeySupport3.RequiredandSuggestedDatabaseIndexes4.AdvancedForeignKeyConstraintF...
149
热度 -
Android Lint 稽查项说明
AndroidLint检查项说明?查看检查项:$lint--show?执行结果:Correctness===========AdapterViewChildren-------------------Summary:AdapterViewscannothavechildreninXMLPriority:10/10Severity:WarningCategory:CorrectnessAdapter...
94
热度 -
android intent中定义的Activity Action跟Broadcast Action
androidintent中定义的ActivityAction和BroadcastAction?StringACTION_AIRPLANE_MODE_CHANGEDBroadcastAction:TheuserhasswitchedthephoneintooroutofAirplaneMode.StringACTION_ALL_APPSActivityAction:Listallavailable...
49
热度 -
SQLite小结
SQLite总结SQLiteDatabaseSQLiteisanembeddedrelationaldatabaseengine.Itsdeveloperscallitaself-contained,serverless,zero-configurationandtransactionalSQLdatabaseengine.其实只需要记住SQLite不需要数据库服务器,不需要额外配置,其数据库本身...
88
热度 -
十分全面的SQL Server巡检脚本来自sqlskills团队的Glenn Berry 大牛
非常全面的SQLServer巡检脚本来自sqlskills团队的GlennBerry大牛非常全面的SQLServer巡检脚本来自sqlskills团队的GlennBerry大牛GlennBerry大牛会对这个脚本持续更新--SQLServer2012DiagnosticInformationQueries--GlennBerry--April2015--LastModified:April27,2...
544
热度 -
android KeyCode课题
androidKeyCode专题?相关的几个文件:frameworks/base/data/keyboards/Generic.kl#Copyright(C)2010TheAndroidOpenSourceProject##LicensedundertheApacheLicense,Version2.0(the"License");#youmaynotusethisfileexceptincomp...
92
热度 -
android api 完整通译之Contacts Provider (学习安卓必知的api,中英文对照)
androidapi完整翻译之ContactsProvider(学习安卓必知的api,中英文对照)ContactsProvider电话簿(注:联系人,联络人、通信录)提供者-------------------------------QUICKVIEW快速概览*Android'srepositoryofinformationaboutpeople.*Android的关于人的信息的仓库。*Syncs...
67
热度