#G

buntu12.10 64位 + android-ndk-r9 编译ffmpeg遇到的问题

 android-ndk-r8d/build/core/build-binary.mk:41: *** target file `clean' has both : and :: entries. &...

ubuntu64,ndk-r9 编译 ffmpeg 2.1.1的config文件

#!/bin/bashNDK_ROOT=/home/wjh/fox/android-ndk-r9c/PREBUILT=${NDK_ROOT}toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64PLATFORM=android-14ARCH=--arch=a...

android之ffmpeg:设置cygwin

开发androidndk的时候需要一个编译工具编译c程序,ndk需要linux下编译,所以win环境下提供Cygwin模拟linux编译Candroid-ndk较低版本的这个工具的配置网上很多,我这儿记述点android-ndk-r7b下配置Cygwin的步骤:1.到Cygwin的官方网站下载Cygwin的安装程序,地...

mac book 华为C8815不能debug

最近遇到一个头疼的问题,华为c8815机器,死活不能在mac下debug,虽然最终是能够debug了,但是走了很多弯路。(1)以为是mac的系统问题,所以重装了系统。为了重装系统,备份资料,用快盘上传了所有觉得重要的资料,还好快盘容量大。1T啊(2)重装后,还是不能识别,怎么办,难道是root的问题吗,反正就是猜,于是...

Git 使用总结

Git和svn还是比较像的(1)git如何提交一个文件的修改   比如本地修改了某个文件,需要提交,文件命为a.cpp//修改的注释>gitcommit-m"修改注释"a.cpp//最后提交到服务器>gitpush(2)git如何新增加一个文件  &nb...
ymnets ·2023-05-06

Ubuntu apt-get卸载小记

过sudoapt-getinstallxxxx安装软件后,总是无法卸载干净,这里以Apache为例,提供方法:首先sudoapt-getremoveapache2再sudoapt-getautoremove最近在Ubuntu下写python,需要看下python的文档,我找了很多关于ubuntu下查看chm的资料,最后...

更新证书错误Code Sign error: Provisioning profile ‘XXXX'can't be found

                在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试一直会出现CodeSignerror:Provisioningp...

Ubuntu 下使用 mutt 和 msmtp 发送 Gmail 邮件

参考:     http://www.cnblogs.com/refrag/archive/2012/11/28/2793533.html      http://www.habadog.com/2011/11/23/send-m...

git 新建服务器的版本以及项目的用户

一,git客户端账号生成1.git的客户端的公钥生成ssh-keygen-trsa-C"test@gmail.com" mac机器会在/Users/用户/.ssh会生成id_rsa和id_rsa.pub 2. 将id_rsa.pub的文件内容复制到git服务器的这目录 /home...

腾讯bugly团队提供的android国内镜像

 如果使用AndroidSDKManager下载比较慢或者打不开,可以使用国内镜像使用说明 http://android-mirror.bugly.qq.com:8080/include/usage.html...

umeng track 相关

NSString*appKey=@"57105bbbe0f55a7938002063";NSString*deviceName=[[[UIDevicecurrentDevice]name]stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];NS...
ymnets ·2020-03-25

CAGradientLayer的一些属性解析

CAGradientLayer的一些属性解析iOS中Layer的坐标系统:效果:-(void)viewDidLoad{[superviewDidLoad];CAGradientLayer*colorLayer=[CAGradientLayerlayer];colorLayer.frame=(CGRect){CGPoin...

APP One Link ,android and ios qrcode merge as One QRCode and one short link

AdroidandiosqrcodemergeasOneQRCodeandoneshortlinkispublish,thewebsiteis www.apponelink.com...

umeng 渠道统计ios

1、使用前提:需要在工程中添加依赖框架:AdSupport.framework 和 Security.framework2、在AppDelegate.m文件中的-(BOOL)application:(UIApplication*)applicationdidFinishLaunchingWithOp...

umeng 渠道统计 android

1、配置AndroidManifest.xml,添加权限 <uses-permissionandroid:name="android.permission.ACCESS_NETWORK_STATE"/><uses-permissionandroid:name="android.permiss...
首页上一页...21322133213421352136...下一页尾页