在ida目录下,symsrv.dll同目录下创建一个symsrv.yes文件。 symsrv.yes将可下载; symsrv.no将失败; 没有相关文件将会弹出授权询问,选择yes和no将创建对应文件作为下次启动时的判断条件。 https://www.unknowncheats.me/forum/g ...
分类:
数据库 时间:
2020-09-17 14:09:12
阅读次数:
36
""" Django settings for swiper project. Generated by 'django-admin startproject' using Django 1.11.15. For more information on this file, see https:// ...
分类:
其他好文 时间:
2020-09-16 12:28:25
阅读次数:
36
一、pre-installerldap1.1、实验环境系统:CentOS7Openldap:2.4.44Freeradius:3.0.13Ldapadmin:1.8.3(win64)Phpldapadmin:1.2.31.2、系统优化关闭防火墙:systemctlstopfirewalld.service&&systemctldisablefirewalld.service关闭Ne
分类:
其他好文 时间:
2020-09-14 19:12:56
阅读次数:
58
源码: public final boolean tryAcquireSharedNanos(int arg, long nanosTimeout) throws InterruptedException { if (Thread.interrupted()) throw new Interrupt ...
分类:
其他好文 时间:
2020-09-14 19:10:37
阅读次数:
24
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2010-2014 Intel Corporation */ #include <stdio.h> #include <string.h> #include <stdint.h> #inc ...
分类:
其他好文 时间:
2020-09-14 18:59:42
阅读次数:
32
课程链接:https://edu.51cto.com/course/24749.html三维点云是物理世界的三维数据表达形式,其应用日益广泛,如自动驾驶、AR/VR、FaceID等。PointNet网络模型是直接对三维点云数据进行深度学习的开山之作,PointNet++是对PointNet的改进技术。本课程对PyTorch版的PointNet++进行原理讲述、论文复现和代码详解。包括:提供三维点云
分类:
Web程序 时间:
2020-09-14 18:47:47
阅读次数:
67
目录 什么是PCM? PCM数据格式 FFmpeg支持的PCM数据格式 FFmpeg中Packed和Planar的PCM数据区别 字节序 PCM音频数据的处理 参考 1. 什么是PCM? PCM(Pulse Code Modulation,脉冲编码调制)音频数据是未经压缩的音频采样数据裸流,它是由模 ...
分类:
其他好文 时间:
2020-09-12 21:54:21
阅读次数:
64
#VS Code:Windows下编写运行C/C程序(GCC) ##安装Visual Studio Code ##在VS Code中安装 C/C扩展(快捷键:Ctrl+Shift+X) ##安装Mingw-w64 下载地址:https://sourceforge.net/projects/mingw ...
分类:
编程语言 时间:
2020-09-11 14:14:04
阅读次数:
70
今天在写二分查找,计算中间值的时候是这样写的: long mid = left + (right - left) >> 1; 然后提交一直都是超时,脑改了很多地方都不行,只能debug,发现循环死在left=16,right=30时,由于循环一直是进入left=mid+1中,然而mid根本没有变,所 ...
分类:
其他好文 时间:
2020-09-09 19:21:19
阅读次数:
59
本文热部署插件(Arthas Hot Swap)是基于 Arthas redefine 命令实现的,使用该插件进行远程热部署无需任何配置,无需使用 debug 端口,只需几个简单动作就能完成。
分类:
编程语言 时间:
2020-09-09 19:00:49
阅读次数:
55