摘要:
1.0 版本 1.1 服务器端 using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; usin 阅读全文
摘要:
1 摇奖机 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using S 阅读全文
摘要:
1 进程 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; nam 阅读全文
摘要:
1 get Get方式将数据发送到服务端,那么会将用户在表单中的数据放置到浏览器的地址栏中发送到服务器 格式:表单元素name属性的值=用户输入的值 请求地址:http://localhost:59448/GetAndPost.ashx?txtName=123&txtPwd=123 接收方式: st 阅读全文
摘要:
说明:NPOI组件的使用 1 添加引用 2 代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using S 阅读全文