移动平台-月排行
最近好久没来写博文,因为项目还在开发中,暂时都在学习,要么就是自驾旅游,很少写博文了,由于公司有苹果电脑,所以领导要求也要禁用usb,统一管理我就开始研究MAC电脑的usb接口首先不可能直接在苹果电脑上操作,所以我现在虚拟机上操作1.MACOX镜像2.MACOX虚拟机补丁这2个都..
分类:移动平台 时间:2014-03-22 10:19:01 收藏:0 阅读:870
安装py2app: sudo pip install py2app打包: 1、进入工程目录下面: cd ProjectDirctory 2、生成 setup.py 文件: py2applet --make-setup MyApplication.py 3、清空以前生成的编译文件: rm -rf bu...
分类:移动平台 时间:2014-03-30 08:44:30 收藏:0 阅读:2695
cc2540 cc2541 OAD教程(空中更新固件)为AmoMcu阿莫单片机原创,首发于csdn, 如需转载,请注明出处,谢谢!    如果需要蓝牙4.0BLE开发开发板和资料, 请看这里  http://amomcu.taobao.com/ , 这里能提供基于cc2540或cc2541的蓝牙4.0BLE开发的详细硬件和软件资料, QQ群257318688,  阿莫单片机论坛  w...
分类:移动平台 时间:2014-04-20 17:12:16 收藏:0 阅读:2006
获取第一帧图片 导入 AVFoundation.Framework、CoreMedia.Framework 实现代码如下: + (UIImage*) thumbnailImageForVideo:(NSURL *)videoURL atTime:(NSTimeInterval)time { AVURLAsset *asset = [[[AVURLAsset alloc] initWi...
分类:移动平台 时间:2014-04-23 03:24:00 收藏:0 阅读:1559
摘自:RadioWar wiki1、编译(获取)客户端Proxmark3的Android 客户端项目地址:https://github.com/marcv81/proxdroid根据目前测试来看,三星galaxy S2 ,三星galaxy S3 ,HTC One V 都工作正常。要求手机root,并...
分类:移动平台 时间:2014-05-05 10:10:25 收藏:0 阅读:1396
1 // 邮箱有效性验证2 Pattern pattern = Pattern3 .compile("\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*");4 Matcher mc = 5 pattern....
分类:移动平台 时间:2014-05-06 23:56:00 收藏:0 阅读:1034
http://blog.csdn.net/zqchn/article/details/8770913的补充 FileUtils文件 public class FileUtils {     public static String getPath(Context context, Uri uri) {           if ...
分类:移动平台 时间:2014-05-12 06:20:31 收藏:0 阅读:735
/** * 带文本提示的进度条 */public class TextProgressBar extends ProgressBar { private String text; private Paint mPaint; public TextProgressBar...
分类:移动平台 时间:2014-05-27 16:28:58 收藏:0 阅读:907
- (id)initWithFrame:(CGRect)frame; // default initializer// (CGRect)frame:UIView的大小创建一个UIView- (void)viewDidLoad{ UIView *v = [[UIView all...
分类:移动平台 时间:2014-06-09 14:53:40 收藏:0 阅读:558
1.错误 /usr/lib/python2.5/site-packages/Cheetah/Compiler.py:1532: UserWarning:  You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully s...
分类:移动平台 时间:2014-07-30 17:35:24 收藏:0 阅读:3737
第一次在博客园发布文章,就把我刚弄明白的关于Android开发中的提示设置,分享给大家。Tomast是Android中经常用到的一个方法,用于简单的用户提示,经过摸索我发现了Tomast的两种使用方式,先不扯别的,分享一下,还望大师指教。第一种系统默认的方式:Toast.makeText(getAp...
分类:移动平台 时间:2014-08-03 12:30:05 收藏:0 阅读:436
Android点赞动画效果 ,点赞后加一...
分类:移动平台 时间:2014-10-03 15:54:46 收藏:0 阅读:478
默认的前置camera, 文字”XI”在preview时显示为”IX”(前置camera preview时默认会有mirror效果), 拍摄出来的照片为"XI",如何让拍摄出来的照片也是”IX” , 也就是和preview时保持一致?   对于普通单拍(非ZSD或其他拍照模式), 需要修改的代码为normalShot.cpp文件中的onCmd_capture()方法, 将原来的 b...
分类:移动平台 时间:2014-10-12 23:00:19 收藏:0 阅读:611
问题重述: 在删掉原来工作空间,重新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
Transform基本移动函数: transform.Translate(Vector3.forward *TranslateSpeed); //向x轴移动xSpeed,同时想z轴移动zSpeed,y轴不动 transform.Translate(xSpeed,0,zSpeed); //直接将当前物体移动到x轴为xPostion,y轴为0,z轴为zPostion的三维空...
分类:移动平台 时间:2014-11-04 21:10:52 收藏:0 阅读:2931
android 禁止viewpager预加载...
分类:移动平台 时间:2014-11-06 22:02:25 收藏:0 阅读:5828
刚接触iOS,按照教程操作运行出现错误 Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unable to dequeue a cell with identifier Cell - must register a nib or a class for the ident...
分类:移动平台 时间:2014-11-13 12:58:26 收藏:0 阅读:682
方法注册好后要经过哪些路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
对于下面的值,写出变量x的C语言表达式。代码应该对任何字长w≥8都能工作。我们给出当x=0x87654321以及w=32时表达式的结果,仅供参考。A.x的最低有效字节,其他位均为0。[0x00000021]。B.除了x的最低有效字节外,其他位都取补,最低有效字节保持不变。[0x789ABC21]。C...
分类:移动平台 时间:2014-11-19 07:08:02 收藏:0 阅读:1087
181828384858121
上一页162412下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!