- 博客(428)
- 资源 (1)
- 收藏
- 关注
原创 真机运行,提示同步资源失败,未得到同步资源的授权,请停止运行后重新运行,并注意手机上的授权提示
项目根目录unpackage文件下debug目录运行adb install -r android_debug.apk。
2023-03-28 10:40:55 1963 1
原创 Mac下使用Homebrew安装FFmpeg
brew uninstall --force --ignore-dependencies ffmpegbrew install chromaprint amiaopensource/amiaos/decklinksdkbrew tap homebrew-ffmpeg/ffmpegbrew install ffmpegbrew install --cask xquartzbrew upgrade homebrew-ffmpeg/ffmpeg/ffmpeg $(brew options h.
2021-07-24 16:18:00 1276
原创 C++ 保留小数
#include <iostream>#include <iomanip>#include <math.h>#include <cmath>#include <stdint.h>using namespace std;float round_number(float number, int precision) {int decimals = pow(10, precision);return (round(n.
2020-10-23 16:01:52 574
转载 macOS Homebrew 安装 OpenCV 及切换版本【转】
转自:https://zhuanlan.zhihu.com/p/121721651一、安装Homebrew安装具体过程略。 Homebrew国内镜像加速:# 替换 Homebrew git -C "$(brew --repo)" remote set-url origin https://mirrors.ustc.edu.cn/brew.git# 替换 Homebrew Core git -C "$(brew --repo homebrew/core)" remote set-url o
2020-10-22 15:02:23 3791
原创 INSTALL_FAILED_NO_MATCHING_ABIS 解决方案
INSTALL_FAILED_NO_MATCHING_ABISFailed to extract native libraries, res=-113android->defaultConfig节点下添加ndk { // Specifies the ABI configurations of your native // libraries Gradle should build and package with your APK./.
2020-10-21 11:07:47 331
翻译 无法打开“clang”,因为无法确认开发者的身份
#!/bin/bashecho "Resetting Extended Attributes"sudo xattr -cr toolchains/llvm/prebuilt/darwin-x86_64/bin/clangsudo xattr -cr toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++sudo xattr -cr toolchains/llvm/prebuilt/darwin-x86_64/lib64/libc++.dylibsudo
2020-06-01 11:49:29 10772
原创 Web手势库Alloyfinger AlloyCrop
github:https://github.com/AlloyTeam/AlloyFinger
2020-05-23 18:44:48 235
转载 nginx对PHP文件报File not found.错
问题描述nginx对PHP文件报File not found.错配置nginx+php5.4的时候,配置完成后,浏览器打开php文件就提示File not found.错误。解决办法:fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;改成如下这句,即可fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;...
2020-05-23 10:25:38 296
翻译 Sublime Text清除历史记录
Go to Menu Bar > Preference > Settings. One the right hand side add the following two lines,{ "hot_exit": false, "remember_open_files": false}Here is a screenshot,
2020-05-22 19:09:48 1416
原创 pip切换镜像
pip3 install --index-url=http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com jinja2
2020-05-21 11:12:59 3082
翻译 安卓项目
300款最新安卓项目源码领取方式https://mp.weixin.qq.com/s?__biz=MjM5NTk2MDk4MA==&mid=2453888278&idx=1&sn=4264c118ceaaac2e166e641e8ebb6c35&source=41#wechat_redirect...
2019-10-22 16:55:27 182
原创 GitHub上受欢迎的Android UI Library
https://hndeveloper.github.io/2017/github-android-ui.html
2019-08-28 22:13:19 197
转载 iOS和Android使用SSL双向认证构建安全通讯信道[转]
转自:https://yaoguais.github.io/article/app/https-api.html在移动开发中,服务端和客户端通讯一般都是使用restful接口,这里就会涉及到安全问题. 比如: 在服务器端返回的数据中有一个字段是控制某个资源是否可见的(像微信的私密照片),而恶意的开发者通过Charles等工具可以直接修改掉这个字段, 就会导致用户本不该看到的资源被看到.这里...
2019-08-07 18:23:06 972
转载 在OpenGL中利用shader進行實時瘦臉大眼等臉型微調[转]
转自https://www.twblogs.net/a/5b8656982b71775d1cd4fa93在OpenGL中利用shader進行實時瘦臉大眼等臉型微調在現在這個靠臉吃飯的時代,如果你沒有一張瓜子臉一雙大眼睛,那還怎麼去吃飯呢,而現在一些直播視頻App相機應用基本都會有瘦臉大眼效果.本文是在OpenGl環境下,在shader中通過對像素位置進行偏移來實現放大縮小的,實現起來快速簡...
2019-08-03 10:25:02 683
转载 OpenGL 顶点,坐标系,纹理坐标[转]
转自https://blog.csdn.net/tom_221x/article/details/38454753了解坐标系是绘制图形的基础。在使用openGL的场景中,有世界坐标,局部坐标,纹理坐标,和屏幕坐标几种。openGL 坐标系:分3个轴,x,y,z 中心点为o, 箭头方向为正方向,最大与最小值为1和-1,这是经过归一化处理的。这样设计是为了显卡计算方便。屏幕坐标...
2019-08-03 10:06:26 463
转载 Apache Kafka
Installing Apache Kafka and Zookeeper from the RPM repositoryInstall Apache Kafka and Zookeeper with its default configuration using RPM.Before you beginApache Kafka and Zookeeper requires Java ...
2019-07-25 18:17:58 137
转载 kafka systemd
cd /optwget http://apache-mirror.rbc.ru/pub/apache/kafka/0.10.1.0/kafka_2.11-0.10.1.0.tgztar xvzf kafka_2.11-0.10.1.0.tgzln -s kafka_2.11-0.10.1.0/ kafkavi /etc/systemd/system/kafka...
2019-07-25 18:12:11 1036
原创 ida int to hex
import struct; print struct.unpack('f',struct.pack('i',1003599639))
2019-07-21 21:00:50 215
转载 opengl绘制点
https://solarianprogrammer.com/2013/05/13/opengl-101-drawing-primitives/OpenGL 101: Drawing primitives - points, lines and trianglesPosted on May 13, 2013 by PaulThe code for this post is on Git...
2019-07-13 19:45:55 375
转载 Maven WEB项目使用ProGuard进行混淆,最佳解决方案[转]
转自https://m.aliyun.com/yunqi/articles/59854最新版com.github.wvengen代替了老的com.pyx4me在pom.xml文件中添加 <!-- ProGuard混淆插件--> <plugin> <groupId>com.githu...
2019-07-13 18:34:24 313
转载 iOS 相机实时美白,磨皮,双边滤波、Canny边缘检测和肤色检测(实战篇)【转】
转自https://cloud.tencent.com/developer/article/1148638基于GPUImage的人脸磨皮、美白、提亮的美颜滤镜GPUImageBeautifyFilter是一个自定义的美颜滤镜,可以用来处理实时视频流或者是静态图片主要原理是双边滤波、Canny边缘检测和肤色检测Sample CodeGPUImageVideoCamera *vid...
2019-07-13 13:38:33 787
转载 Xcode进行iOS开发中Build与version区别?build自增设置?build随时间变化?【转】
转自:https://www.jianshu.com/p/a2e10a56fa89『导言』xcode开发中,version和build可能总是让大家迷惑。其实version平时大家叫做发布版本号,build叫做编译版本号。图1.xcode中version与build一 、发布相关:1.0 发布app到AppStore时候:version相同时候,build...
2019-07-12 09:59:29 746
转载 ios美颜 调研 GPUImage GPUImageBeautifyFilter BeautifyFaceDemo[转]
转自http://www.voidcn.com/article/p-dqzdlcah-bqb.html最近需要给直播项目中添加美颜的功能,调研了很多SDK和开源代码(视决,涂图,七牛,金山云,videoCore等),综合成本/效果/对项目侵入性,最后决定使用一款基于 GPUImage 实现的 BeautifyFaceDemo 美颜滤镜。集成GPUImageBeautifyFilt...
2019-07-04 17:10:10 1126
转载 Intel操作系统引擎OpenGL示例[转]
转自https://www.helplib.com/yingyongkaifa/article_5701本文介绍了多操作系统引擎中的OpenGLBox示例。 这是一个真正的跨平台示例。 在下面的屏幕截图中,你可以看到基于iOS和Android的基于java的应用程序和行为相同。 不同平台的应用程序共享数据和源代码的一部分。 这是如何实现的向下滚动? ! 每个OpenGL程序员...
2019-07-03 10:43:06 373
转载 Android 美颜类相机开发汇总[转]
https://blog.csdn.net/weixin_34128534/article/details/87276304
2019-06-20 00:30:19 1211
转载 《OpenGL ES 2.0 for Android》读书笔记[转]
转自https://cloud.tencent.com/developer/article/1119400这是一本关于OpenGL ES 2.0(以下简称OpenGL)快速入门的书。本书使用OpenGL2.0完成了一个3D游戏的制作,游戏名叫做Air Hockey,从Android开发环境的搭建到最后游戏的开发完工,作者每一步都讲述的很详实,是一个很好的学习OpenGL的例子。? 本文是我在...
2019-06-14 10:55:07 260
转载 Android开发之OpenGL、OpenGL ES的概念和实例讲解【转】
转自https://www.2cto.com/kf/201806/752471.html什么是OpenGL?Open Graphics Library (OpenGL) is a cross-language, cross-platform application programming interface (API) for rendering 2D and 3D vector g...
2019-06-14 10:41:46 675
转载 《Android 创建线程源码与OOM分析》【转】
转自https://mp.weixin.qq.com/s/Z7cCCF8jzS6NpVEd0b0Emg| 导语 企鹅FM近几个版本的外网Crash出现很多OutOfMemory(以下简称OOM)问题,Crash的堆栈都在Thread::start方法上。该文详细分析了发生原因。有两种栈:出现次数最多的一种,称之为堆栈A。 java.lang.OutO...
2019-06-12 18:28:03 367
转载 我这样减少了26.5M Java内存!【转】
转自https://wetest.qq.com/lab/view/359.htmlWeTest 导读历时五天的内存优化已经结束,这里总结一下这几天都做了什么,有哪些收获。优化了,或可以优化的地方都有哪些。(因为很多事还没做,有些结论需要一定样本量才能断定,所以叫一期)一期优化减少JavaHeap内存占用约26.5M。在任何性能优化之前,要做的第一件事就是找到性能瓶颈!而找到性能瓶...
2019-06-12 18:24:34 341
转载 编译GSLSDevil的全过程[转]
转自https://www.cnblogs.com/time-is-life/p/7019093.htmlGLSLDevil是调试OpenGL程序的工具。GLSLDevil的新版本已经改名为GLSL-Debugger, github的地址在这里:http://glsl-debugger.github.io/从github下载zip文件,解压缩, 目录结构如下:然后按照g...
2019-06-12 11:03:04 242
转载 opengl 调试工具
学习:http://wiki.jikexueyuan.com/project/modern-opengl-tutorial/tutorial2.htmlhttps://www.khronos.org/opengl/wiki/Debugging_Tools1Debug Output 2RenderDoc 3BuGLe 4AMD CodeXL 5APITrace 6G...
2019-06-12 10:58:18 1114
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人