04 2021 档案

Winform学习(一)——页面的切换
摘要:有时需要创建一个主窗体,然后切换不同的页面,可以创建一个公共的Panel,然后不同的页面都显示在这个Panel中。 1、Form主窗体中添加Panel控件,修改name为mainPanel; 2、添加一个新的用户控件Test.cs. 3、显示代码。每次都会重新创建这个窗体显示。 mainPanel. 阅读全文

posted @ 2021-04-13 21:11 七七2020 阅读(4235) 评论(0) 推荐(0)

c#使用HttpListener监听post及get请求
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2021-04-07 09:19 七七2020 阅读(4642) 评论(0) 推荐(0)

java post请求form表单格式发送数据,ContentType=multipart/form-data
摘要:/** * post请求form表单格式发送数据 * multipart/form-data * @param url 接口地址 * @param param 参数数组 * @return 返回结果 * @throws IOException */ public static String send 阅读全文

posted @ 2021-04-01 10:17 七七2020 阅读(4035) 评论(0) 推荐(0)

导航