-
Spring中关于SqlRowSet的Invalid scale size. Cannot be less than zero错误处理
Spring中关于SqlRowSet的Invalidscalesize.Cannotbelessthanzero异常处理在使用Spring中使用JdbcTemplate.queryForRowSet()方法时,抛出了SQLException:Invalidscalesize.Cannotbelessthanzero异常。报这个异常情况如下:2数据库环境为oracle而且使用了RowSet时。具体原...
58
热度 -
MFC发送跟接收http的一个小程序中有些不懂的地方
MFC发送和接收http的一个小程序中有些不懂的地方本帖最后由oyljerry于2015-08-1915:26:38编辑#include"StdAfx.h"#include"HttpClient.h"//#include"yazuoLog.h"#defineBUFFER_SIZE1024#defineNORMAL_CONNECTINTERNET_FLAG_KEEP_CONNECTION#defin...
245
热度 -
对Android的Application的容易理解
对Android的Application的简单理解先定义一个Applicationpackagecom.xesam;importandroid.app.Application;importandroid.content.res.Configuration;importandroid.util.Log;publicclassApplicationActivityextendsApplication{...
93
热度 -
[转]Android 设计思维
[转]Android设计思想原文地址?http://www.cnmsdn.com/html/201006/1276745370ID6171_17.html?设计思想一个声明解释一些对Android开发者有用的技术思想和观点。通过阅读这一页,你将了解如何写出在嵌入式设备(比如,手机)上性能良好,并且与系统其他部分协作出色的应用。设计思想学习如何在一个新的API上创建应用的过程都是类似的,即便平台本身...
79
热度 -
高效率Android代码
高效Android代码There'snowayaroundit:Android-powereddevicesareembeddeddevices.Modernhandsetsmaybemorelikesmallhandheldcomputersthanmerephonesthesedays,buteventhefastest,highest-endhandsetdoesn'tevencomeclo...
45
热度 -
让您自己写的Android的Launcher成为系统中第一个启动的,也是唯一的Launcher
让你自己写的Android的Launcher成为系统中第一个启动的,也是唯一的Launcher.如果你要定制一个Android系统,你想用你自己的Launcher(Home)作主界面来替换Android自己的Home,而且不希望用户安装的Launcher来替换掉你的Launcher.我们可以通过修改Framework来实现这样的功能。这里以Android2.1的源代码为例来实际说明。1)首先了解一...
11
热度 -
Android 中护持屏幕唤醒的方法
Android中保持屏幕唤醒的方法最近在解一个bug时,用到了这个知识点。在这里总结一下:bug是这样描述的:在Camera切换到摄像时,摄像过程大概持续2,3分钟,就自动进锁屏了有时也会持续很长时间进锁屏。这是一个概率性的问题(即随机出现)。从原理上分析上来看,肯定是屏幕被锁住了。log上分析会看到下面的信息:07-0113:56:24.144284315IActivityManager:goi...
31
热度 -
TextView在android4.1跟4.1.1上报ArrayIndexOutOfBoundsException的分析
TextView在android4.1和4.1.1上报ArrayIndexOutOfBoundsException的分析很久以前做的表情输入及显示,用的系统的SpannableString,以前都好端端的没问题,最近突然报出个棘手的bug,在4.1和4.1.1的手机上显示某位用户的评论时,程序直接挂掉,异常信息:?9-1716:38:27.429:E/AndroidRuntime(10425):F...
90
热度 -
Android ListView pull up to refresh 改建(转)
AndroidListViewpulluptorefresh改造(转)转自:http://dengyin2000.iteye.com/blog/1187823android的UI组件,其中就包括了一个android-pulltorefresh组件。https://github.com/johannilsson/android-pulltorefresh这个组件是用在twitter微博中的,往下拉列...
158
热度 -
poj3436-ACM Computer Factory(最大流,拆点dinic)
poj3436--ACMComputerFactory(最大流,拆点dinic)ACMComputerFactoryTimeLimit:1000MSMemoryLimit:65536KTotalSubmissions:5501Accepted:1887SpecialJudgeDescriptionAsyouknow,allthecomputersusedforACMcontestsmustbeid...
550
热度 -
Android NDK 设立编译模式debug和release
AndroidNDK设置编译模式debug和release原文:http://stackoverflow.com/questions/14564918/android-ndk-release-buildUnlessyouhavecreatedtheApplication.mkordefinedyourapplicationasdebuggableinsidetheAndroidManifest.x...
13
热度 -
android 管理Bit地图内存 - 开发文档翻译
android管理Bitmap内存-开发文档翻译由于本人英文能力实在有限,不足之初敬请谅解本博客只要没有注明“转”,那么均为原创,转贴请注明本博客链接链接ManagingBitmapMemory管理Bitmap内存InadditiontothestepsdescribedinCachingBitmaps,therearespecificthingsyoucandotofacilitategarba...
13
热度 -
ubuntu装配lamp环境+phpmyadmin
ubuntu安装lamp环境+phpmyadmin一:Apachesudoapt-getinstallapache2二:phpsudoapt-getinstallphp5libapache2-mod-php5(1)安装php必用插件:sudoapt-getinstallphp5-mysqlphp5-curlphp5-gdphp5-idnphp-pearphp5-imagickphp5-imapph...
78
热度 -
用PHP编纂Android应用程序
用PHP编写Android应用程序Google的开源Android移动操作系统正在席卷全球智能手机市场,和苹果不一样,它对那些想将应用程序提交到iPhoneAppStore的开发人员有着严格的指导方针和要求,Google的Android平台非常开放,甚至还可以用PHP编写Android应用程序,Irontech创建了一个运行在Android上的PHP移植程序,结合Android的脚本层(Scrip...
66
热度 -
[转]PHP-FPM高载荷技巧
[转]PHP-FPM高负载技巧?转http://www.187299.com/archives/category/nginx/page/4http://www.zhiyuanjun.net/?p=9于Nginx对高并发的优良性能,故配了个Nginx+php-fpm来跑在线代理程序,是按照张宴文章配的,刚配置好时运行正常,但运行一段时间后,网站打开很慢,打开网站后,在输入框输入要访问的网站,也慢得不...
74
热度 -
MySQL 优化之 ICP (index condition pushdown:目录条件下推)
MySQL优化之ICP(indexconditionpushdown:索引条件下推)ICP技术是在MySQL5.6中引入的一种索引优化技术。它能减少在使用二级索引过滤where条件时的回表次数和减少MySQLserver层和引擎层的交互次数。在索引组织表中,使用二级索引进行回表的代价相比堆表中是要高一些的。相关文档地址:http://dev.mysql.com/doc/refman/5.6/en/...
225
热度 -
《Pro Oracle SQL》 Chapter2-2.1 Oracle Architecture Basics
《ProOracleSQL》Chapter2--2.1OracleArchitectureBasicsChapter2SQLExecution????SQL的执行KarenMorton??(page51)???YoulikelylearnedthemechanicsofwritingbasicSQLinarelativelyshortperiodoftime.Overthecourseofafew...
270
热度 -
《Pro Oracle SQL》Chapter 八 - 8.5 Lead and Lag
《ProOracleSQL》Chapter8--8.5LeadandLagLeadandLag???????(page249)???Lag?and?lead?functionsprovideinter-rowreferencingability.Lag?providestheabilitytoaccesspriorrowintheresultset.The?leadfunctionallowsac...
12
热度 -
《Pro Oracle SQL》CHAPTER2-2.9 Predicate Pushing
《ProOracleSQL》CHAPTER2--2.9PredicatePushingPredicatePushing??谓词推进??????(page69)???Predicatepushingisusedtoapplythepredicatesfromacontainingqueryblockintoanon-mergeablequeryblock.?Thegoalistoallowanind...
84
热度 -
《Pro Oracle SQL》Chapter8-8.8 Performance Tuning
《ProOracleSQL》Chapter8--8.8PerformanceTuningPerformanceTuning????性能调优????(page266)???AnalyticfunctionsareveryusefulintuningcomplexSQLstatements.Inter-rowreferencing,aggregationatmultiplelevels,andnth-...
71
热度