上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 38 下一页
摘要: 1. Pillow (Pillow Imaging Library) 特点: 易用性:Pillow 是 Python Imaging Library (PIL) 的一个分支,专为简单图像处理任务设计,如基本的裁剪、旋转、滤镜应用等。 文件格式支持广泛:支持多种图像格式的读写,包括常见的 JPEG、P 阅读全文
posted @ 2024-06-05 11:13 夏季彼岸德 阅读(20) 评论(0) 推荐(0)
摘要: bestresult.jsp <%@ page import="java.util.ArrayList" %><%@ page import="Bean.SubwayBean" %><%@ page contentType="text/html;charset=UTF-8" language="ja 阅读全文
posted @ 2024-05-08 22:45 夏季彼岸德 阅读(13) 评论(0) 推荐(0)
摘要: DB.java package Bean;import java.sql.*;public class DB { public Connection conn = null; public Statement stmt = null; public ResultSet rs = null; Stri 阅读全文
posted @ 2024-05-08 22:44 夏季彼岸德 阅读(12) 评论(0) 推荐(0)
摘要: SubwayLine.java package main;import Bean.DB;import Dao.Sub;import javax.servlet.ServletException;import javax.servlet.annotation.WebServlet;import jav 阅读全文
posted @ 2024-05-08 22:44 夏季彼岸德 阅读(13) 评论(0) 推荐(0)
摘要: 最后一天今天是看看哪里有漏洞,并且用ai给打了点补丁package com.example.myactivity; import android.Manifest;import android.app.AlertDialog;import android.content.DialogInterfac 阅读全文
posted @ 2024-05-07 17:13 夏季彼岸德 阅读(16) 评论(0) 推荐(0)
摘要: 第六天首先按照一个教程配了很多跟图片相关的东西,看不太懂举例其中一个文件ImageUtilspackage com.example.myactivity.util; import android.content.ContentResolver;import android.content.Conte 阅读全文
posted @ 2024-05-04 21:11 夏季彼岸德 阅读(19) 评论(0) 推荐(0)
摘要: 第七天,开始第一步增 package com.example.myactivity; import android.app.ProgressDialog;import android.content.Intent;import android.content.pm.ActivityInfo;impo 阅读全文
posted @ 2024-05-04 21:11 夏季彼岸德 阅读(21) 评论(0) 推荐(0)
摘要: 第八天package com.example.myactivity; import android.app.ProgressDialog;import android.content.Intent;import android.net.Uri;import android.os.Bundle; im 阅读全文
posted @ 2024-05-04 21:11 夏季彼岸德 阅读(19) 评论(0) 推荐(0)
摘要: 第九天package com.example.myactivity; import android.app.Application; import android.util.Log;import android.widget.FrameLayout;import android.widget.Ima 阅读全文
posted @ 2024-05-04 21:11 夏季彼岸德 阅读(19) 评论(0) 推荐(0)
摘要: 第五天,整个项目重做的第一天package com.example.myactivity; import android.Manifest;import android.app.AlertDialog;import android.content.DialogInterface;import and 阅读全文
posted @ 2024-05-01 17:06 夏季彼岸德 阅读(7) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 38 下一页