上一页 1 2 3 4 5 6 ··· 13 下一页

2025年2月3日

摘要: from flask import Flask, request, send_from_directory, render_template_string, redirect, url_for, sessionimport osapp = Flask(__name__)app.secret_key 阅读全文
posted @ 2025-02-03 09:30 shenhshihao 阅读(44) 评论(0) 推荐(0)

2025年2月1日

摘要: import javax.swing.*; import javax.swing.event.*; import javax.swing.filechooser.FileNameExtensionFilter; import javax.swing.text.BadLocationException 阅读全文
posted @ 2025-02-01 23:16 shenhshihao 阅读(39) 评论(0) 推荐(0)
摘要: # import piexif # from PIL import Image # # # def deg_to_dms_rational(deg_float): # """ # 将十进制的度数转换为 EXIF 所需的 (度, 分, 秒) 的分数表示形式。 # """ # # 取绝对值 # deg_ 阅读全文
posted @ 2025-02-01 14:41 shenhshihao 阅读(76) 评论(0) 推荐(0)
摘要: # import piexif # from PIL import Image # # # def deg_to_dms_rational(deg_float): # """ # 将十进制的度数转换为 EXIF 所需的 (度, 分, 秒) 的分数表示形式。 # """ # # 取绝对值 # deg_ 阅读全文
posted @ 2025-02-01 14:27 shenhshihao 阅读(40) 评论(0) 推荐(0)

2025年1月31日

摘要: server: import java.io.*;import java.net.*;import java.util.*;import javax.crypto.*;import javax.crypto.spec.SecretKeySpec;import org.json.JSONObject; 阅读全文
posted @ 2025-01-31 14:39 shenhshihao 阅读(33) 评论(0) 推荐(0)

2024年7月19日

摘要: double中用 %lf 进行输入 scanf("%lf",&x); .在整型数组中用 %d 进行输入 scanf("%d",&a); 注意:数组名必须带取地址符& 注意:此时&a 传输的是首地址 4.在字符串数组中用 %s 进行输入 scnaf("%s",a); 注意:数组名不能带取地址符& sc 阅读全文
posted @ 2024-07-19 23:11 shenhshihao 阅读(34) 评论(0) 推荐(0)

2023年5月6日

摘要: 阅读全文
posted @ 2023-05-06 20:47 shenhshihao 阅读(77) 评论(0) 推荐(0)
摘要: #include <iostream>#include "unistd.h"#include "stdio.h"#include "stdlib.h"#include "string.h"#include "arpa/inet.h"#include "pcap.h"#include "libnet. 阅读全文
posted @ 2023-05-06 20:46 shenhshihao 阅读(33) 评论(0) 推荐(0)

2023年5月5日

摘要: 要实现以上的效果 分别绘制和擦除多余边框即可 阅读全文
posted @ 2023-05-05 14:04 shenhshihao 阅读(234) 评论(0) 推荐(0)

2023年4月28日

摘要: #include <iostream>#include "unistd.h"#include "stdio.h"#include "stdlib.h"#include "string.h"#include "arpa/inet.h"#include "pcap.h"#include "libnet. 阅读全文
posted @ 2023-04-28 23:27 shenhshihao 阅读(43) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 13 下一页

导航