上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 123 下一页
摘要: 下载 wget https://repo.huaweicloud.com/java/jdk/8u201-b09/jdk-8u201-linux-x64.tar.gz 解压 tar -zxvf jdk-8u201-linux-x64.tar.gz 移动文件 mv jdk1.8.0_201 /usr/l 阅读全文
posted @ 2020-11-10 15:34 公众号python学习开发 阅读(122) 评论(0) 推荐(0) 编辑
摘要: https://www.jb51.net/article/185692.htm 阅读全文
posted @ 2020-11-05 15:32 公众号python学习开发 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 强烈推荐龙哥的unidbg学习交流星球,更新频率高。 package com.cxa; import com.github.unidbg.Module; import com.github.unidbg.arm.ARMEmulator; import com.github.unidbg.linux. 阅读全文
posted @ 2020-11-04 17:04 公众号python学习开发 阅读(1474) 评论(0) 推荐(0) 编辑
摘要: [app] # (str) Title of your application title = My Camera # (str) Package name package.name = myapp # (str) Package domain (needed for android/ios pac 阅读全文
posted @ 2020-11-03 23:21 公众号python学习开发 阅读(549) 评论(0) 推荐(0) 编辑
摘要: mac安装依赖 brew install automake brew install autoconf brew install libtool 安装sdk环境 最好安装个android studio,然后打开sdk配置下载Android 27 SDK 创建虚拟环境virtualenv 安装pyth 阅读全文
posted @ 2020-11-03 21:39 公众号python学习开发 阅读(804) 评论(0) 推荐(0) 编辑
摘要: from kivy.app import App from kivy.uix.boxlayout import BoxLayout from kivy.uix.button import Button from kivy.uix.label import Label from kivy.uix.te 阅读全文
posted @ 2020-11-03 16:04 公众号python学习开发 阅读(647) 评论(0) 推荐(0) 编辑
摘要: requests.post('https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=你的机器人的key', headers={'Content-Type': 'application/json'},data=json.dumps({'msgtype 阅读全文
posted @ 2020-11-03 15:39 公众号python学习开发 阅读(542) 评论(0) 推荐(0) 编辑
摘要: 首先创建的工程的时候 使用pycharm就没事,也就是推荐python环境是virtualenv 缺少依赖,安装依赖就好了 brew install cmake brew install automake brew install autoconf brew install libtool 再次运行 阅读全文
posted @ 2020-11-03 11:07 公众号python学习开发 阅读(228) 评论(0) 推荐(0) 编辑
摘要: from kivy.app import App from kivy.uix.button import Button from kivy.uix.boxlayout import BoxLayout from kivy.uix.label import Label from kivy.uix.te 阅读全文
posted @ 2020-11-03 02:18 公众号python学习开发 阅读(232) 评论(0) 推荐(0) 编辑
摘要: var current_application = Java.use('android.app.ActivityThread').currentApplication(); var context = current_application.getApplicationContext(); Andr 阅读全文
posted @ 2020-11-02 21:35 公众号python学习开发 阅读(3190) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 123 下一页