01 2020 档案
摘要:{ 右键网络适配器 点击 tcp/ip 自动获取IP和DNS }
阅读全文
摘要:{ adb devices /* List of devices attached f5231c96 device */ adb -s f5231c96 shell /* shell@PD1510:/ $ */ //执行部分linux命令 } { android.mk LOCAL_PATH := $
阅读全文
摘要:{ //https://github.com/DragonBones/DragonBonesCPP }
阅读全文
摘要:{ 一、准备必要工具 工欲善其事,必先利其器,首先我们要下载好反编译apk时需要的相关工具 1.1、使用工具 1. apktool (资源文件获取) 2. dex2jar(源码文件获取) 3. jd-gui (源码查看) 1 2 3 1.2、工具介绍 apktool 作用:资源文件获取,可以提取出图
阅读全文
摘要:{ cocos2d-x 3.x版本, exe 是执行文件 src是脚本文件夹 res是资源文件夹 lua脚本在src里面,但是BabeLua设置的脚本路径没有生效,导致找不到脚本 后来在 AppDelegate.cpp里面把src加到搜索路径下,就可以调试得到了 LuaStack* stack =
阅读全文
摘要:{ 文化,我首先想到的是文化。Unix和Windows从诞生之初的文化差异本质上划分了两者的界限。直观看来,一个装逼文化,一个傻逼文化。 Unix诞生在贝尔实验室的MULTICS项目之后。据说当时这个项目设计得十分复杂,功能设计也几乎是上天入地无所不能。虽说当时贝尔实验室是很牛,可以牛到不用装逼也能
阅读全文
摘要:{ 拼接字符串 使用“+”可以对多个字符串进行拼接 语法格式: str1 + str2 ? 1 2 3 4 >>> str1 = "aaa" >>> str2 = "bbb" >>> print(str1 + str2) aaabbb 需要注意的是字符串不允许直接与其他类型进行拼接,例如 ? 1 2
阅读全文
摘要:{ //https://www.kernel.org/ }
阅读全文
摘要:{ //https://www.androiddevtools.cn/ }
阅读全文
摘要:{ //https://545c.com/dir/13777165-31832385-93ef91?31871338 }
阅读全文
摘要:{ //具体思路 1. .so共享库是linux使用的 2. 通过jni技术在java层声明,C/C++层调用 3. cocos 使用第三方.so 具体思路则是,在java层声明->jni->C/C++层调用(局限于android), 但如果在windows平台上做开发,可以ifdef _WIN32
阅读全文
摘要:{ //反编译 //apktool d -f xxx.apk -o files //编译 //apktool b files ->fils/dist/... }
阅读全文
摘要://文章来自//https://www.cnblogs.com/gavin-num1/p/5170247.html //侵权请联系本人 { UNICODE,GBK,UTF-8区别 一、编码历史与区别 一直对字符的各种编码方式懵懵懂懂,什么ANSI UNICODE UTF-8 GB2312 GBK D
阅读全文
摘要:{ 内存释放异常: { 1.内存已经被释放了一次 2.在类中有动态内存分配,在类对象作为值传递时会调用类对象的析构函数,类中的堆内存会被析构函数中的写的手动的delete ,所以不要值传递,用引用或者指针 3.堆内存进行访问时越界会对内存区进行改变,无法进行释放 比如{ void TCPSocket
阅读全文
摘要:{ //https://im.qq.com/linuxqq/download.html }
阅读全文
摘要:MAIN_MAKEFILE=1include ffbuild/config.makvpath %.c $(SRC_PATH)vpath %.cpp $(SRC_PATH)vpath %.h $(SRC_PATH)vpath %.inc $(SRC_PATH)vpath %.m $(SRC_PATH)
阅读全文
摘要:Server:{ #include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <arpa/inet.h> #include <sys/socket.h> #include <netin
阅读全文
摘要:{ 命令行执行sudo gedit /etc/profile,在文件末尾加入如下内容: #set NDK env NDKROOT=/home/ideasandroid/dev/android-ndk-r4 export PATH=$NDKROOT:$PATH 保存后,重启机器。至此 android
阅读全文
摘要:{ https://dl.google.com/android/repository/android-ndk-r17-windows-x86.ziphttps://dl.google.com/android/repository/android-ndk-r17-windows-x86_64.ziph
阅读全文
摘要:{ //https://github.com/simdsoft/yasio }
阅读全文
摘要:{ mkdir out cd out cmake .. cmake --build . cd debug }
阅读全文
摘要:{ //https://github.com/zhmmmm/ffmpegADDlibyuv }
阅读全文
摘要:{ https://github.com/lemenkov/libyuv }
阅读全文
摘要:{ //https://bbs.secgeeker.net/thread-135-1-1.html }
阅读全文
摘要:{ //https://github.com/BastilleResearch/mousejack //http://www.ac166.cn/post-132.html }
阅读全文
摘要:{ 一、一般模式下命令 1、光标移动 h:向左移动一个字符 l:向右移动一个字符 k:向上移动一个字符 j:向下移动一个字符 ctrl + f:向下移动一页 ctrl + b:向上移动一页 ctrl + d:向下移动半页 ctrl + u:向上移动半页 0:移动到行首 $:移动到行尾 H:移动到这一
阅读全文
摘要:{ //https://github.com/faizann24/wifi-bruteforcer-fsecurify }
阅读全文
摘要:{ https://www.mozilla.org/en-US/firefox/all/#product-desktop-release }
阅读全文
摘要:{ //linux 终端的炫酷解决方案// apt-get install figlet// apt-get install cowsay// whereis cowsay// cd /usr/games// ./cowsay -l// gedit /root/.bashrc } { 打开终端输入命
阅读全文
摘要:{ // 安装谷歌// wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb// dpkg -i google-chrome-stable_current_amd64.deb// apt-get
阅读全文
摘要:// 源库编辑// leafpad /etc/apt/sources.list// my Source//linux Source.list/*# #deb cdrom:[Debian GNU/Linux 2019.2 _Kali-rolling_ - Official Snapshot amd64
阅读全文