最新 最热

sSetCreateProcessNotifyRoutineEx and i got 0xC0000022 Error (Access Denied)

For passing this problem only need to add this value LINKER_FLAGS=/integritycheck to SOURCE file !

2021-01-27
0

通过修改第三方so的elf符号表兼容redhat6.2下低版本glibc

背景:第三方so依赖glibc2.14版本,如何在不升级redhat 6.2自带的gblic2.12情况下,运行so?

2021-01-14
0

Android OpenCV(十):图像透视变换

透视变换的方程组有8个未知数,所以要求解就需要找到4组映射点,四个点就刚好确定了一个三维空间。

2021-01-06
0

OpenCV与仿射变换

拉伸、收缩、扭曲、旋转是图像的几何变换,在三维视觉技术中大量应用到这些变换,又分为仿射变换和透视变换。

2020-11-12
0

activity全屏实现沉浸式效果,并且单独触摸不会弹出虚拟按键的方法

设置activity的theme属性隐藏标题栏和状态栏,然后在onWindowFocusChanged方法中调用方法

2020-11-05
0

Android快速实现触摸移动的悬浮窗

本文实例为大家分享了Android实现触摸移动的悬浮窗的具体代码,供大家参考,具体内容如下

2020-11-05
0

Android 代码设置开机自启动App的方法

此处注册了此广播。用来监听。。2个 category 分别是 home 和 launcher 2个都可以。。2选1即可

2020-11-05
0

优化程序链接速度

以 clang 为例,它依赖超过 100 个组件,最终产物 511M,链接平均耗时在 25s 以上(根据配置不同,会有所差异)。

2020-10-26
0

Codeforces Beta Round #8 A. Train and Peter

Peter likes to travel by train. He likes it so much that on the train he falls asleep.

2020-09-28
0

linux中 chmod +x 和 chmod u+x的区别

而 chmod +x somefile 和 chmod a+x somefile 是一样的

2020-09-27
0