-
Msg_Web
.net做的留言簿,包括留言的添加,删除,显示(. net to do the book, including the messages to add, delete, display)
- 2010-01-26 20:24:56下载
- 积分:1
-
finance
说明: 金融客户管理系统,主要针对金融客户管理的CRM(Financial Customer Management System)
- 2019-03-11 16:25:36下载
- 积分:1
-
DMC(动态矩阵控制)的程序的仿真与实现
DMC(动态矩阵控制)的程序的仿真与实现-VC realization of DMC
- 2022-07-19 05:01:15下载
- 积分:1
-
2009年图书:芯片上的网络
2009年图书:芯片上的网络 - 理论和实践-2009 Books: on-chip networks- theory and practice
- 2022-05-28 11:04:14下载
- 积分:1
-
不同于Lumi.net以及openpop的另一款利用控件收pop邮件的代码,内有实例及控件说明。...
不同于Lumi.net以及openpop的另一款利用控件收pop邮件的代码,内有实例及控件说明。-Unlike Lumi.net and openpop control of another land use pop mail code, there are examples and the control description.
- 2022-05-05 18:04:58下载
- 积分:1
-
New folder
DFSBGFSDZBGSFDZJEDClkJNdcJNwcLjnHWALESnh.S
- 2018-08-12 21:54:38下载
- 积分:1
-
谷-歌翻译桌面应用程序 C#.NET
翻译 maninwest@Codeforge 作者:Akshay Pauranik@CodeProject如果在你 C#应用中实现谷—歌翻译,且不用购买其 API趣味点我们使用谷——歌翻译服务,所有必须有网络连接需要跟浏览器一样发送 HTTP请求解析输出并显示结果。应用的功能和特性应启动或其串口激活后即从剪贴板中抓取输入字符串。每个 textbox 的关联菜单中都有语言更改选项键入的同时进行翻译.显示给出单词的单
- 2023-03-01 20:25:03下载
- 积分:1
-
。局域网监控程序,可以扫描主机,监控数据包,流量等。
.net实现局域网监听程序,可实现扫描主机,监听封包,流量统计等功能-. net LAN monitoring procedures, can be scanned host, monitor packets, traffic statistics function
- 2022-02-03 01:28:35下载
- 积分:1
-
asp.net
asp.net动态网站编程指南(asp.net dynamic websites Programming Guide)
- 2020-09-09 14:08:06下载
- 积分:1
-
获取页面间传值
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void btnRedirect_Click(object sender, EventArgs e)
{
Response.Redirect("Request.aspx?value=获得页面间的传值");
}
}
- 2023-04-05 04:10:03下载
- 积分:1