相关文章
MySQL每日一练:单表查询
一、首先需要创建一个名为worker的表:
mysql> create table worker(-> part_id int(11) not null comment 部门号,-> work_id int(11) not null comment 职工号,-> work_time date not null comment 工作时间,-> salary float(8,2) not null commen…
建站知识
2024/12/11 12:31:00
小程序 真机调试Unhandled promise rejection page not found
小程序开发测试的时候没报错,页面可以正常跳转,但是真机调试报错:
Unhandled promise rejection {errMsg: "redirectTo:fail page "pages/changePassword/changeP…openidoUHH-" is not found"}原因是:未在a…
建站知识
2025/1/21 5:03:38
raw socket应用笔记
一、Socket 框图 二、socket help
man socket三、socket接口
int socket(int domain, int type, int protocol);四、通信协议族(通信域)
/* Supported address families. */
#define AF_UNSPEC 0
#define AF_UNIX 1 /* Unix domain sockets */
#de…
建站知识
2024/12/20 9:14:44
weblogic 下cxf webservice 调用服务报错
weblogic 下cxf webservice 调用服务报错
<Aug 22, 2019 8:56:57 PM CST> <org.apache.cxf.phase.PhaseInterceptorChain> <Interceptor for {http://services.gzyc.chinasofti.com/}commonWebService has thrown exception, unwinding now java.lang.RuntimeE…
建站知识
2024/11/24 22:23:30
路由代理(msf、CobaltStrike)与内网渗透
kali:192.168.239.0/24
win7:192.168.239.0/24 192.168.52.0/24
win2003:192.168.52.0/24
win2008:192.168.52.0/24以下用到的工具可以gitthub上下载。
CobaltStrike代理
开启CobaltStrike 在命令行中输入
socks 2222通过火狐…
建站知识
2024/11/27 4:50:19
流媒体传输协议:RTMP、HLS和RTSP介绍
问题背景:
问题背景:
流媒体传输协议经过几十年的发展,越来越丰富。近期的SRT、DASH、QUIC等都已经在实际中有所应用,但是这些协议里面应用最成熟,最广的协议还是RTSP/RTP/RTCP、HLS和RTMP协议。同时这些协议背后…
建站知识
2024/11/25 5:02:09
海康、大华等IpCamera RTSP地址和格式
实时流 海康 rtsp://[username]:[password][ip]:[port]/[codec]/[channel]/[subtype]/av_stream 说明: username: 用户名。例如admin。 password: 密码。例如12345。 ip: 为设备IP。例如 192.0.0.64。 port: 端口号默认为554,若为默认可不填写。 codec&a…
建站知识
2024/11/29 3:23:06
display:The Wayland Book 节选
source code:https://git.sr.ht/~sircmpwn/wayland-book
本文内容均节选自 《The Wayland Book》
High-level design
Your computer has input and output devices, which respectively are responsible for receiving information from you and displaying inf…
建站知识
2025/1/10 16:20:59