移动平台-周排行
错误:警告:AdocBaseD:\apache-tomcat-6.0.35\webapps\16SinsidethehostappBasehasbeenspecified,andwillbeignored办法:将Tomcat目次下\conf\Catalina\localhost中的..xml***。
分类:移动平台 时间:2014-06-10 23:10:39 收藏:0 阅读:995
//弹出actionsheet。选择获取头像的方式//从相册获取图片-(void)takePictureClick:(UIButton *)sender{// /*注:使用,需要实现以下协议:UIImagePickerControllerDelegate,// UINavigation...
分类:移动平台 时间:2014-06-12 07:00:29 收藏:0 阅读:469
一、Ashmem驱动程序       ~/Android/kernel/goldfish       ----include               ----linux                        ----ashmem.h       ----mm               ----ashmem.c       驱动程序详解请看《A...
分类:移动平台 时间:2014-06-17 16:41:29 收藏:0 阅读:1095
Android系统中TextView默认行间距比较窄,不美观。 我们可以设置每行的行间距,可以通过属性android:lineSpacingExtra或android:lineSpacingMultiplier来做。 在你要设置的TextView中加入如下代码: 1、android:lineSpac...
分类:移动平台 时间:2014-07-05 20:07:39 收藏:0 阅读:434
AndroidManifest.xml文件中界面对应的里加入android:windowSoftInputMode="adjustPan" 键盘就会覆盖屏幕android:windowSoftInputMode="stateVisible|adjustResize" 屏幕整体上移
分类:移动平台 时间:2014-07-16 19:10:21 收藏:0 阅读:789
1、下载openCV2、导入openCV的framework3、导入:opencv2AccelerateAssetsLibraryAVFoundationCoreGraphicsCoreImageCoreMediaCoreVideoQuartzCoreUIKitFoundation4、修改配置 ac...
分类:移动平台 时间:2014-07-22 22:44:02 收藏:0 阅读:477
Happy Three FriendsTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 0Accepted Submission(s): 0Probl...
分类:移动平台 时间:2014-08-11 00:12:51 收藏:0 阅读:775
public static int getExifOrientation(String filepath) { int degree = 0; ExifInterface exif = null; try { exif = new ExifInterface(filepath); } catch (IOException ex) { Log...
分类:移动平台 时间:2014-08-20 22:47:13 收藏:0 阅读:686
IOS的应用程序少不了crash,互联网统计分析工具友盟有一项目错误分析的功能,专门用于应用程序崩溃日志统计,最近研究友盟上统计到的崩溃日志,在此对崩溃日志做一个简单的总结。 IOS崩溃日志分类:一、低内存崩溃:IOS设备检测到低内存时,虚拟内存系统发出通知请求应用释放内存。这些通知发送到所有正.....
分类:移动平台 时间:2014-08-27 21:47:28 收藏:0 阅读:510
转自:http://blog.csdn.net/linweidong/article/details/6273507需求: Android的apk获取手机信息,把结果发给PC client注意地方:1.android默认手机端的IP为“127.0.0.1” 2.要想联通PC与android手机的so...
分类:移动平台 时间:2014-09-23 07:36:25 收藏:0 阅读:1241
1. 设定屏幕方向 当指定了屏幕的方向后(非SCREEN_ORIENTATION_UNSPECIFIED),屏幕就不会自动的旋转了 有2中方式控制屏幕方向: 1.1 修改AndroidManifest.xml 在AndroidManifest.xml的activity中加入: 横屏:            android:screenOrientation=”lan...
分类:移动平台 时间:2014-10-13 16:27:21 收藏:0 阅读:1005
问题重述: 在删掉原来工作空间,重新install pods之后,遇到warning: ld: warning: directory not found for option '-L/Users/.../Pods/build/Debug-iphoneos' 解决方案: 在Target-Build Settings中找到Search Paths-Library Search Path...
分类:移动平台 时间:2014-11-03 19:23:20 收藏:0 阅读:10122
public static String decode(String unicodeStr) { if (unicodeStr == null) { return null; } StringBuffer retBuf = new StringBuffer(); int maxLoop = unicodeStr.length(); for (int i = 0; i < maxLoo...
分类:移动平台 时间:2014-11-04 11:06:31 收藏:0 阅读:554
方法注册好后要经过哪些路Android一个异常捕获项目 https://github.com/xroche/coffeecatchcoffeecatchCoffeeCatch, atinynative POSIX signal catcher (especially useful for JNI c...
分类:移动平台 时间:2014-11-14 09:11:38 收藏:0 阅读:1113
找了一个老外重写的可滑动的 textarea:Ext.define('LeslieTest.view.TextArea',{ extend : 'Ext.field.TextArea', xtype : 'scrollTextArea', initialize : func...
分类:移动平台 时间:2014-11-15 10:00:19 收藏:0 阅读:266
//保存一张照片 String fileName = "IMG_" + String.valueOf(index) + ".jpg"; //jpeg文件名定义 File sdRoot = Environment.getExternalStorageDirectory(); //系统路径 String dir = "/jpeg/"; //文件夹名 File mkDir = new Fil...
分类:移动平台 时间:2014-11-23 17:32:51 收藏:0 阅读:704
今天在研究有米广告技术时,第一次编译他们提供的Android示例工程,结果出现如下错误:[2014-11-2911:28:25-com.youmi.android.offerdemo.YoumiOffersAdsDemo]W/ResourceType(15184):BadXMLblock:headersize201ortotalsize0islargerthandatasize0[2014-11-2911:28:25-com.youmi..
分类:移动平台 时间:2014-11-30 17:18:32 收藏:0 阅读:4891
目前情况: 移动硬盘上安装ubuntu,PC可以从该U盘启动,grub中选择ubuntu即可独立运行ubuntu。 PC上安装有Win8系统 目标: 在Win8中安装virtualbox,以虚拟机方式运行移动硬盘中已经安装好的ubuntu。 Win8中接上移动硬盘,在磁盘管理器中查看到移动硬盘为磁盘1(PC硬盘位磁盘0) 以管理员启动cmd窗口,进入vi...
分类:移动平台 时间:2014-11-30 23:26:02 收藏:0 阅读:1621
runOnUiThread(new Runnable(){ public void run() { // TODO Auto-generated method stub }});
分类:移动平台 时间:2014-12-07 23:07:17 收藏:0 阅读:1512
BUG: Caused by: java.lang.IllegalStateException: setRenderer has already been called for this instance. 或者NullPointer错误 解决方法: 把setEGLContextClientVersion(2);挪到setRenderer()前面。方法的注释上写到“If this ...
分类:移动平台 时间:2014-12-11 01:35:42 收藏:0 阅读:577
136373839408121
上一页162412下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!