-
Professional Android 二 Development - 7
ProfessionalAndroid2Development-7?Inmobiledevelopmentitwasconsiderednormalforthird-partyapplicationstoreceivedifferenthardwareaccessandexecutionrightsfromthosegiventonativeapplicationswrittenbythephon...
187
热度 -
编译语言程序
汇编语言程序《1》、实现绕圈的笑脸:assumecs:codecodesegmentdecdhdecdlincdhincdl;预存指令start:movax,csmovds,axmovsi,0leadi,s1;使ds:si指向预存指令,ds:di指向目的地址movdx,0h;光标起始坐标0,0s:movah,2movbh,0int10h;调用int10h第2号中断,置光标;>>>...
177
热度 -
《Pro Oracle SQL》Chapter 八 - 8.1-8.2 Anatomy of Analytic Functions -8.3
《ProOracleSQL》Chapter8--8.1-8.2AnatomyofAnalyticFunctions-8.3RiyajShamsudeen?(page243)???OnlineAnalyticProcessing(OLAP)queriesperformmulti-dimensionalaggregationandareusefulinbusinessdecision-makingpr...
161
热度 -
数据仓库2008年大事记跟2009年预测
数据仓库2008年大事记和2009年预测http://www.tdwi.org/News/display.aspx?ID=9261?12/17/2008?ByMikeSchiff?As2008drawstoaclose,it’stimetolookbackatsomeofthemajoreventsoftheyearandspeculateonwhatmightoccurin2009.Butfir...
121
热度 -
论文翻译:C-box: A scalable and consistent TSDF-based dense mapping approach
摘要 维护一个一致性的环境稠密地图对于机器人进行高层次决策是重要的。然而,在长时空的建图过程中,累积漂移误差将导致地图不一致性。本文提出了一个新的稠密建图方法,解决建图一致性挑战的时候实现了可扩展性。我们方法的中心是将环境表示为一个TSDF子地图的集合。这些子地图通过基于特征的相机跟踪和BA优化进行定位。我们的主要贡献在于一个能够识别地图中稳定区域的pipeline,以及对子地图的融合。所提出的方...
87
热度 -
JSF轨范,Standard Request Processing Lifecycle Phases
JSF规范,StandardRequestProcessingLifecyclePhases 尝试翻译了一下JSF12规范中关于6大处理过程的内容,有些地方不太明确.不过感觉对JSF的了解还是有一定帮助.自学用.StandardRequestProcessingLifecyclePhasesThestandardphasesoftherequestprocessinglifecyclearedes...
836
热度 -
Android常见有关问题集锦
Android常见问题集锦Android常见问题集锦(持续更新)SVN:Commitfailed(detailsfollow):svn:xxxisscheduledforaddition,butismissing描述:删除文件夹后点commit提交,但是提示以下错误:“svn:Commitfailed(detailsfollow):svn:‘xxx’isscheduledforaddition,b...
213
热度 -
抽取个sql生成器工具 - 摘自 fuelphp1.1 版本
抽取个sql生成器工具--摘自fuelphp1.1版本<?php/***Sql创造者类**@author色色*/classSqlCreator{ //查询类型 constDB_SELECT=1; constDB_INSERT=2; constDB_UPDATE=3; constDB_DELETE=4; /** *返回ExprSql创建器对象 * *@paramstring$expr * ...
267
热度 -
Android Event事件源分析
AndroidEvent事件流分析一、前言:最近太忙了,因此好久没空来写博客了,差点让大家以为荒废了。。嘻嘻,这不,今天忙里偷个闲,来写这篇文章,帮助自己,也是帮助大家深入了解Event事件流的整个过程,涉及到的文件有:ViewRoot(Impl),ViewGroup,View,PhoneWindow.DecorView及Activity。这些文件,我会抽空将我的理解写到博客。二、事件流:2.1V...
79
热度 -
加紧您的网站的最佳实践(Best Practices for Speeding Up Your Web Site)
加快您的网站的最佳实践(BestPracticesforSpeedingUpYourWebSite) MinimizeHTTPRequests tag:content 80%oftheend-userresponsetimeisspentonthefront-end.Mostofthis timeistiedupindownloadingallthecomponentsinthepage:imag...
646
热度 -
超大整数计算
超大整数计算 ava中long类型可以表示-9,223,372,036,854,775,808(即-2^64)到9,223,372,036,854,775,807(即2^64-1)范围内的整数。有的时候我们希望能够处理在此范围之外的整数。 为此,我们设计了一个BigInteger类。它可以支持大整数的加、减、乘操作。请根据提供的代码框架,完成整个程序。 >注: ...
498
热度 -
JavaScript Patterns 读书笔记(7)
JavaScriptPatterns读书笔记(七) 7.ClientPattern DOMAccess??DOMaccessisexpensive;it’sthemostcommonbottleneckwhenitcomestoJavaScriptperformance.ThisisbecausetheDOMisusuallyimplementedseparatelyfromtheJavaScr...
665
热度 -
MD5程序排错
MD5程序排错 程序代码: color=#0000FF>publiccolor=#0000FF>classMD5{ color=#0000FF>privatecolor=#0000FF>staticcolor=#0000FF>finalcolor=#0000FF>byteSINGLE_ONE_BIT=(color=#0000FF>byte)0X80; color=#00...
456
热度 -
【PHP内核学习】变量跟数据类型
【PHP内核学习】变量和数据类型|=-----------------------------------------------------------------------=||=---------------------=[PHP内核中的变量和数据类型]=--------------------=||=--------------------------------------------...
7
热度 -
<1>jQuery基础, 选择器跟dom元素操作
<1>jQuery基础,选择器和dom元素操作 参考资料:《javascript权威指南》,《jQuery权威指南》这部分需要在有了javascript基础后学习更清晰。一、Jquery概述Javascript的核心api设计很简单,但由于浏览器之间的严重不兼容性,导致客户端的api过于复杂。IE9的到来缓解了这种不兼容性导致的糟糕镜框,然而使用javascript框架或工具类库能简化...
289
热度 -
可汗学院的知识map构建方法(转)
可汗学院的知识地图构建方法(转) Jason’soriginalconceptof?anewdashboardinterface?fornavigatingtheKhanAcademy’sexerciseshas?cometolife(you’llneedanaccount). My“Addition1”skillsareimproving. "Whydidyoudothis?" Sincewe...
398
热度 -
(二)入门指南――(10)Firebug
(2)入门指南――(10)FirebugUp-to-dateinstructionsforinstallingandusingFirebugcanbefoundontheproject'shomepageathttp://getfirebug.com/.Thetoolistooinvolvedtoexploreingreatdetailhere,butasurveyofsomeofthemostr...
397
热度 -
YUI 三 :IO
YUI3:IO ?YUIIO是一个通讯工具,用于数据获取和内容更新,它使用XMLHttpRequest对象来用于“同区域”请求,当用于“跨区域”请求时,使用相反的传输工具。 开始 <scriptsrc="http://yui.yahooapis.com/3.3.0/build/yui/yui-min.js" charset="utf-8"></script> ? //...
322
热度 -
Richfaces 着重点技术精讲
Richfaces重点技术精讲 转载richfaces精讲 http://hintcnuie.iteye.com/blog/127309 ? 关键字:ajax4jsfrichfaces总结 AjaxcomponentsattributeshelpRichFacestoexposeitsfeatures.Mostoftheattributeshavedefaultvalues.Thus,youc...
456
热度 -
JavaScript Patterns 读书笔记(6)
JavaScriptPatterns读书笔记(六) 6.DesignPattern Singleton???Theideaofthesingletonpatternistohaveonlyoneinstanceofaspecificclass.Thismeansthatthesecondtimeyouusethesameclasstocreateanewobject,youshouldgetth...
461
热度