Deauthentication Attacks Theory This attack is used to disconnect any device from any network within our range even if the network is protected with a ...
分类:
Web程序 时间:
2019-11-09 19:44:15
阅读次数:
80
用GUI查看class文件时候出现INTERNAL ERROR 错误,是因为jd-gui解析不了该class文件,报错问题如下 解决方式:换个解析器,推荐luyten解析 下载地址:https://github.com/deathmarine/Luyten/releases/tag/v0.5.4_R ...
分类:
其他好文 时间:
2019-11-09 15:45:03
阅读次数:
199
服务Service从一定的角度来看,可以将其理解为没有界面的Activity, Service的生命周期方法比Activity少一些,只有onCreate, onStart, onDestroy 其中服务还分为两种使用, 第一种是开启关闭,第二种是绑定和解绑, 开启服务(startService) ...
分类:
移动开发 时间:
2019-11-09 12:06:31
阅读次数:
202
This is the class for text whose content and markup can both be changed. (这是一个内容和标记都可以更改的文本类) 快速实现 直接看代码: This is the class for text whose content and ...
分类:
移动开发 时间:
2019-11-09 09:18:29
阅读次数:
157
通过go list命令可以获取到一个包或文件的所有依赖。 查看golang的源码可以发现,通过"cmd/go/internal/load"的Packages函数可以获取到项目的依赖信息,但是,这里面有一个问题,internal包是收到保护的,是不允许进行引用的(编译器编译不过),此时,需要copy一 ...
分类:
其他好文 时间:
2019-11-08 18:58:47
阅读次数:
188
[StructLayout(LayoutKind.Sequential)] internal sealed class SERVICE_STATUS_PROCESS { [MarshalAs(UnmanagedType.U4)] public uint dwServiceType; [Marshal ...
public class RangeValueAttribute : ValidationAttribute { public int Min { get; set; } public int Max { get; set; } protected override ValidationResult ...
分类:
其他好文 时间:
2019-11-07 15:01:00
阅读次数:
68
样式的优先级 多重样式(Multiple Styles):如果外部样式、内部样式和内联样式同时应用于同一个元素,就是使多重样式的情况。 一般情况下,优先级如下: (外部样式)External style sheet <(内部样式)Internal style sheet <(内联样式)Inline ...
分类:
Web程序 时间:
2019-11-07 13:37:12
阅读次数:
110
ImportError: No module named _internal.main
分类:
其他好文 时间:
2019-11-06 10:29:00
阅读次数:
114
ImportError: No module named _internal.main
分类:
其他好文 时间:
2019-11-06 10:24:43
阅读次数:
77