上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页
摘要: 123 阅读全文
posted @ 2023-06-25 23:55 子过杨梅 阅读(30) 评论(0) 推荐(0)
摘要: import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.io.IOException; public class Main { static boolean a=true; static JFrame 阅读全文
posted @ 2023-06-25 23:52 子过杨梅 阅读(26) 评论(0) 推荐(0)
摘要: <%-- Created by IntelliJ IDEA. User: 绿波亭 Date: 2023/5/29 Time: 14:51 To change this template use File | Settings | File Templates. --%> <%@ page conte 阅读全文
posted @ 2023-06-02 21:16 子过杨梅 阅读(16) 评论(0) 推荐(0)
摘要: <%-- Created by IntelliJ IDEA. User: 绿波亭 Date: 2023/5/29 Time: 14:24 To change this template use File | Settings | File Templates. --%> <%@ page impor 阅读全文
posted @ 2023-06-01 22:04 子过杨梅 阅读(33) 评论(0) 推荐(0)
摘要: <%-- Created by IntelliJ IDEA. User: 绿波亭 Date: 2023/5/29 Time: 17:34 To change this template use File | Settings | File Templates. --%> <%@ page conte 阅读全文
posted @ 2023-05-31 22:08 子过杨梅 阅读(9) 评论(0) 推荐(0)
摘要: import tkinter as tk import tkinter.ttk as ttk import datetime import calendar today_date=datetime.date.today() today_date_year = int(today_date.year) 阅读全文
posted @ 2023-05-30 20:41 子过杨梅 阅读(152) 评论(0) 推荐(0)
摘要: 创建和添加HttpSession session = request.getSession();session.setAttribute("customerInfo","1");12设置过期时长:1.1:在主页面或者公共页面中加入:session.setMaxInactiveInterval(15* 阅读全文
posted @ 2023-05-29 22:05 子过杨梅 阅读(20) 评论(0) 推荐(0)
摘要: 1) 定义: char: 固定长度,存储ANSI字符,不足的补英文半角空格。 nchar: 固定长度,存储Unicode字符,不足的补英文半角空格 varchar: 可变长度,存储ANSI字符,根据数据长度自动变化。 nvarchar: 可变长度,存储Unicode字符,根据数据长度自动变化。 nv 阅读全文
posted @ 2023-05-27 18:59 子过杨梅 阅读(121) 评论(0) 推荐(0)
摘要: String sql = "select * from activity where activity_sub Like '%"+str+"%'"; Class.forName("com.mysql.jdbc.Driver"); String url = "jdbc:mysql://localhos 阅读全文
posted @ 2023-05-25 21:33 子过杨梅 阅读(11) 评论(0) 推荐(0)
摘要: 勾选服务器块中第二栏 阅读全文
posted @ 2023-05-25 09:48 子过杨梅 阅读(9) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页