码迷,mamicode.com
首页 >  
搜索关键字:fast compressive tra    ( 3081个结果
Wireshark的简单使用
TCP包 先看一下Wireshark抓到的TCP的包对应的协议层: Frame:对应是物理层,主要是传输bit流。 Ethernet:数据链路层,传输数据帧,二层通信主要是通过mac地址。 Internet:网络层,传送数据包, 互联网层IP包头部信息,这一层通过抓包能够知道源IP和目的IP Tra ...
分类:其他好文   时间:2019-11-14 23:49:53    阅读次数:78
Numpy 学习
题意描述 Time fies so fast ~ there is no time left for you to sad. ( ~ my poor english) ...
分类:其他好文   时间:2019-11-13 22:18:56    阅读次数:88
php 环境require(): open_basedir restriction in effect 错误
php 环境require(): open_basedir restriction in effect 错误 错误日志显示,访问脚本不在 open_basedir的限定目录里面 解决方法打开fastcgi.conf设置如下fastcgi_param PHP_ADMIN_VALUE "open_bas ...
分类:Web程序   时间:2019-11-13 21:58:01    阅读次数:88
IIS7和IIS7.5解析漏洞
IIS7/7.5在Fast-CGI运行模式下,在一个文件路径(/xx.jpg)后面加上/xx.php会将/xx.jpg/xx.php 解析为 php 文件。 常用利用方法:将一张图和一个写入后门代码的文本文件合并将恶意文本写入图片的二进制代码之后,避免破坏图片文件头和尾 e.g. copy xx.j ...
分类:其他好文   时间:2019-11-12 01:13:17    阅读次数:101
FastDFS整合SpringBoot(五)
pom.xml <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> <dependency ...
分类:编程语言   时间:2019-11-11 21:40:03    阅读次数:87
kbmmw 5.10.00 发布
We are happy to announce v5.10.00 of the most complete development add on for Delphi and C++Builder for building native modular and fast multi-tier so ...
分类:其他好文   时间:2019-11-11 09:59:11    阅读次数:104
线程BLOCKED
此时的线程C无法进入synchronized{}代码块,用jstack看应该是BLOCKED状态,如下图: 我们看看monitorenter指令对应的源码吧,位置:openjdk/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp 1 IR ...
分类:编程语言   时间:2019-11-10 17:33:52    阅读次数:113
[LeetCode] 148. Sort List
给链表排序。题意是给一个链表,请对其排序,并满足时间O(nlogn),空间O(1)的要求。 按照题目要求,因为时间是nlogn,所以自然而然想到偏向二分的做法,但是我是真做不到空间O(1),我只会用递归的方法,空间是O(n)。思路是找到链表的中点,然后用merge sort的思路递归再把链表一点点拼 ...
分类:其他好文   时间:2019-11-10 10:22:46    阅读次数:100
小米线刷出现remote: partition table doesn't exist
将线刷的包中的flash_all.bat右键编辑,然后在内容最前面加入这一句fastboot %* flash partition "%~dp0images\gpt_both0.bin" || @echo "Flash partition" && exit /B 1就可以了 记得线刷的时候要选全部删 ...
分类:移动开发   时间:2019-11-08 19:00:25    阅读次数:131
coding++:java-全局异常处理
本次使用工具:SpringBoot <version>1.5.19.RELEASE</version> Code: AbstractException: package mlq.global.anomaly.exception; import mlq.global.anomaly.utils.Err ...
分类:编程语言   时间:2019-11-08 10:53:48    阅读次数:99
3081条   上一页 1 ... 38 39 40 41 42 ... 309 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!