码迷,mamicode.com
首页 >  
搜索关键字:eclipse xml android    ( 168746个结果
[Android学习系列15]下拉刷新列表实现动态加载
使用google官方的SwipeRefreshLayout参考:http://blog.csdn.net/easyer2012/article/details/22857807http://stormzhang.github.io/android/2014/03/29/android-swipere...
分类:移动开发   时间:2014-04-30 21:33:22    阅读次数:634
jbpm错误
解决方案 修改jbpm.hibernate.cfg.xml文件为 //org.hibernate.dialect.MySQLDialect 修改为 org.hibernate.dialect.MySQLInnoDBDialect ...
分类:其他好文   时间:2014-04-30 21:23:40    阅读次数:445
delphi xe6 调用java原生GPS的方法
如果用xe6自带的LocationSensor控件,默认优先使用网络位置,为了直接使用GPS位置,在网上搜到了以下代码,经实测证实是可用的。uses Androidapi.JNI.Location, Androidapi.JNIBridge, Androidapi.JNI.JavaTypes, An...
分类:编程语言   时间:2014-04-30 21:22:24    阅读次数:1004
A Book Store Application Using AngularJS and Asp.Net Web Api
There are many examples out there demonstrating how AngularJS and Web API can be used together but almost all of them are in MVC, so I tried to implem...
分类:移动开发   时间:2014-04-30 21:19:35    阅读次数:625
tomcat中文乱码问题
在JavaWeb开发中,使用tomcat,与字符编码有关的有浏览器当前使用的编码(用于请求数据的编码),如果是jsp页面且没有手动修改浏览器浏览器编码,则就是page指令的pageEncoding属性所指定的编码tomcat的server.xml中的Connector元素的URIEncoding和u...
分类:其他好文   时间:2014-04-30 21:01:54    阅读次数:507
Android使用AndEngine创建第一个程序
首先要把andengine.jar复制到libs文件夹里01package com.hu.anden;0203import org.anddev.andengine.engine.Engine;04import org.anddev.andengine.engine.camera.Camera;05...
分类:移动开发   时间:2014-04-30 20:37:13    阅读次数:527
[转]android logo:内核、android开机动画
平台信息:内核:linux2.6/linux3.0系统:android/android平台:S5PV310(samsungexynos4210/4412)作者:xubin341719(欢迎转载,请注明作者)android开logo,这一块在工作改动的也是比较多的,也比较简单,不同的公司,不同型号的产...
分类:移动开发   时间:2014-04-29 11:35:46    阅读次数:711
delphi xe6 打开andoridGPS设置
Androidapi.JNI.JavaTypes, Androidapi.JNI.GraphicsContentViewText, Androidapi.JNI.Location, Androidapi.JNIBridge, Androidapi.JNI.Os, Androidapi.Helper....
分类:其他好文   时间:2014-04-29 11:28:45    阅读次数:356
SqlServer SSAS IIS 部署
参考MSDN官网:http://technet.microsoft.com/zh-cn/library/gg492140.aspx注意事项:网络上有文章说,最后验证是否成功 是在浏览器中输入url地址,有XML结果返回。此说法错误。坑苦了我。如:Win7下IIS 7.5配置SSAS(2008)远程访...
分类:数据库   时间:2014-04-29 11:24:46    阅读次数:629
Android 48个小知识
1、判断sd卡是否存在boolean sdCardExist = Environment.getExternalStorageState().equals(android.os.Environment.MEDIA_MOUNTED);2、TextView部分文字设置颜色TextView tv = ne...
分类:移动开发   时间:2014-04-29 11:18:47    阅读次数:501
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!