1、简述osi七层模型和TCP/IP五层模型osi:物理层--->数据链路层--->网络层--->传输层--->会话层--->表示层--->应用层physical>datalink>network>transport>session>presentation>application物理层:二进制传输(比特流)。定义了各种物理设
分类:
其他好文 时间:
2020-12-16 12:22:57
阅读次数:
5
Progressive Web Apps (PWAs) 由于Web Apps缺少native apps的功能(例如发送推送通知,脱机工作以及在主屏幕上加载的功能)。现在浏览器和Web技术有了改进,现在Web Apps可以利用所有这些功能。利用这些功能的应用程序称为Progressive Web Ap ...
分类:
移动开发 时间:
2020-12-15 12:46:04
阅读次数:
7
一、容器刷新前源码分析 做过 SSM 框架整合的都会知道,如果我们需要启动项目,需要在 web.xml 中进行如下配置 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http:// ...
分类:
编程语言 时间:
2020-12-14 13:47:27
阅读次数:
6
1.类加载器(将字节码文加加载到方法区 这里有一个验证的过程,错误的class将会被jvm吐出)重点 1.1 虚拟机加载器 启动类加载器:Bootstrap 通过getClassLoder获得的是Null。例如object类和String类的类加载器就是null因为权限不够 扩展类加载器:exten ...
分类:
其他好文 时间:
2020-12-14 12:54:57
阅读次数:
2
Microsoft Word Application Reference The Microsoft Word Application COM object is a QAxObject with the CLSID {000209ff-0000-0000-c000-000000000046}. I ...
分类:
移动开发 时间:
2020-12-11 12:08:51
阅读次数:
6
erminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Application tried to present modally an active controller <ViewControl ...
分类:
移动开发 时间:
2020-12-11 11:54:40
阅读次数:
12
当使用VC自带的STL string append进行字符串拼接操作的时候,如下所示: // demo.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include<iostrea ...
分类:
编程语言 时间:
2020-12-11 11:45:13
阅读次数:
8
安装好wordpress后访问域名,没有弹出wordpress相关界面,而是下载一个文件。 <?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-heade ...
分类:
系统相关 时间:
2020-12-10 11:25:11
阅读次数:
11
安卓程序动态调试需要满足两个条件。1.在AndroidMainfest.xml文件中,在application标签下,Android:debuggable=true。2.系统默认调式,在build.prop(boot.img),ro.debugable=1。一:实例演示java层反调试以“百度加固”为例。1.将样本拖入jdax-gui中,进行反编译,来到加固程序的onCreate里,如下图所示。2
分类:
编程语言 时间:
2020-12-09 11:59:17
阅读次数:
6
springboot 提供了对项目的监控功能。 1.首先添加依赖包 implementation 'org.springframework.boot:spring-boot-starter-actuator' 2.application.yml 端点配置 因为actuator默认只支持端点 /hea ...
分类:
编程语言 时间:
2020-12-07 12:23:22
阅读次数:
5