未分類 第4頁

Nginx 403 selinux

To check if SELinux is running: # getenforce To disable SELinux until next reboot: # setenforce Permissive Restart Nginx...

android设置系统属性SystemProperties

出處: http://blog.csdn.net/topgun_chenlingyun/article/details/7717484 引用的类:android.os.SystemProperties 有这么一些方法: 设置值: void ...

如何在makefile中添加多行註釋

出處: http://stackoverflow.com/questions/4493291/how-to-add-multi-line-comments-in-makefiles 有沒有辦法註釋掉多行makefiles像C語法/ * * ...

Android.mk寫法彙整

出處: https://codingnote.blogspot.tw/2017/05/androidmk.html 用Android.mk編譯C/C++程式 ##是用來單行註解 LOCAL_PATH:= $(call my-dir) # c...

Android抓包方法(二) 之Tcpdump命令+Wireshark

出處: https://www.cnblogs.com/findyou/p/3491035.html 前言 做前端測試,基本要求會抓包,會分析請求數據包,查看接口是否調用正確,數據返回是否正確,問題產生是定位根本原因等。學會抓包分析是測試人...

android tcpdump

tcpdump -p -vv -s 0 -w /sdcard/tcp.pcap ctrl+c  exit adb pull /sdcard/tcp.pcap