上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 141 下一页
摘要: 一.不多说直接上代码 #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2020/11/11 14:04 # @Author : ywy import os, sys path = r'xxxx'# 文件夹目录 files = os.li 阅读全文
posted @ 2020-11-11 14:19 小小咸鱼YwY 阅读(3531) 评论(0) 推荐(0) 编辑
摘要: 一.异常报告 frida.NotSupportedError: unexpected error while attaching to process with pid xxxx 二.解决方法 #首先要重启下 adb #断开之前的frida #adb shell #su root #setenfor 阅读全文
posted @ 2020-11-05 15:36 小小咸鱼YwY 阅读(2140) 评论(0) 推荐(0) 编辑
摘要: 转载https://blog.csdn.net/weixin_44326389/article/details/103736109 1.jquery插件 1.1 jquery.media.js [参考地址]https://justcoding.iteye.com/blog/2163072 1.2 j 阅读全文
posted @ 2020-11-01 21:11 小小咸鱼YwY 阅读(3773) 评论(0) 推荐(0) 编辑
摘要: 1 Ubuntu介绍 1.Ubuntu是一个以桌面应用为主的开源操作系统,它的界面做的非常好看 2.下载地址:http://cn.ubuntu.com/download 2 安装 略,比centos更加简单 3 设置Ubuntu支持中文 默认安装的 ubuntu 中只有英文语言,因此是不能显示汉字的 阅读全文
posted @ 2020-11-01 21:05 小小咸鱼YwY 阅读(1408) 评论(0) 推荐(0) 编辑
摘要: 1 shell编程是个啥 Shell 是一个命令行解释器,它为用户提供了一个向 Linux 内核发送请求以便运行程序的系统级程序 画图说明 2 shell编程打印hello world 2.1 代码部分 #!/bin/bash echo 'hello world' 代码解释: 1.#!/bin/ba 阅读全文
posted @ 2020-11-01 20:53 小小咸鱼YwY 阅读(197) 评论(0) 推荐(1) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 141 下一页