码迷,mamicode.com
首页 >  
搜索关键字:frame    ( 7319个结果
IDEA调试Servlet工程
建立Servlet工程 建立工程 新建Java工程 IDEA 2020版本建立工程时无法选择“Web Application”选项,用户需要建立Java工程后,再修改工程属性。 建立Java工程: 下一步,不要选择通过模板创建工程: 下一步,设置工程名称servletDemo,下一步完成工程创建 设 ...
分类:其他好文   时间:2021-03-02 12:17:37    阅读次数:0
YUV420 转 RGB 测试
逐像素浮点运算转换的,很慢,目测 1080p 只有 12fps 左右 sws_scale(img_convert_context, (const unsigned char *const *)p_frame->data, p_frame->linesize, 0, p_codec_context-> ...
分类:其他好文   时间:2021-02-26 12:53:55    阅读次数:0
Best PDF Document Viewers for Linux Systems
This article is the continuation of our ongoing series about Linux Top Tools, in this series we will introduce you most famous open source tools for L ...
分类:系统相关   时间:2021-02-24 13:22:40    阅读次数:0
通过expected_conditions判断网页元素是否存在
expected_conditions模块: 是Selenium的一个子模块,selenium.webdriver.support.expected_conditions 可以对网页上元素是否存在进行判断,一般用于断言或与WebDriverWait配合使用 1 import time 2 from ...
分类:Web程序   时间:2021-02-22 11:51:54    阅读次数:0
【SpringMVC】Jackson解决乱码问题配置
<!--Jackson JSON乱码问题配置--> <mvc:annotation-driven> <mvc:message-converters register-defaults="true"> <bean class="org.springframework.http.converter.St ...
分类:编程语言   时间:2021-02-16 11:57:16    阅读次数:0
pom.xml报错:Failed to read artifact descriptor for xxxxxx.jar问题的解决方法
pom.xml报错:Failed to read artifact descriptor for xxxxxx.jar问题的解决方法 ...
分类:编程语言   时间:2021-02-15 12:05:54    阅读次数:0
[WPF 学习] 18. 摄像头(肢解DirectShow)
公司的产品需要人脸比对,摄像头相关的需求如下(突然发现除了英文不太好外,实际上中文也不太好,所以直接上一个接口) using System; using System.Drawing; using System.Windows.Media; namespace YK { public enum EC ...
分类:Windows程序   时间:2021-02-08 12:29:07    阅读次数:0
GUI第一个界面
第一个GUI界面 import java.awt.*; //GUI第一个界面 public class TestFrame { public static void main(String[] args) { Frame frame = new Frame("我的第一个java图形界面"); //设 ...
分类:其他好文   时间:2021-02-08 11:40:12    阅读次数:0
fiddler 抓 app https
https://www.cnblogs.com/kristin/p/8445141.html 抓不到的原因: 1 协议 fiddler并不支持全部协议,目前已知的有http2、tcp、udp、websocket等,如果应用走了以上协议,那么fiddler肯定是抓不到的。 http2:因为fiddle ...
分类:移动开发   时间:2021-02-04 12:02:15    阅读次数:0
TCP/IP 协议栈在 Linux 内核中的运行时序分析-付世荣-SA20225160
调研要求 1.在深入理解Linux内核任务调度(中断处理、softirg、tasklet、wq、内核线程等)机制的基础上,分析梳理send和recv过程中TCP/IP协议栈相关的运行任务实体及相互协作的时序分析。 2.编译、部署、运行、测评、原理、源代码分析、跟踪调试等。 3.应该包括时序图。 1. ...
分类:系统相关   时间:2021-01-30 12:11:09    阅读次数:0
7319条   上一页 1 ... 6 7 8 9 10 ... 732 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!