-
基于net的正弦波产生程序,希望能对大家有所帮助
基于net的正弦波产生程序,希望能对大家有所帮助-sine have procedures in the hope that we can help
- 2022-07-05 10:08:22下载
- 积分:1
-
asp.net
- 2008-10-30 19:30:14下载
- 积分:1
-
仓库管理
这是一个仓库管理系统代码。它是建立在ASP.NET。它已被复制到另一个来源。这是一个演示仓库管理的项目。
- 2022-05-14 16:18:49下载
- 积分:1
-
.net删除命令源代码
.net删除学生信息源代码,里面包括全选 学号 姓名 性别 详细 学院 操作等,用GridView空间来实现
- 2022-04-23 09:35:30下载
- 积分:1
-
该程序使用国产数据库openbase为数据库,进行图片管理系统的实现...
该程序使用国产数据库openbase为数据库,进行图片管理系统的实现-The program uses a database of domestic openbase as databases, image management system for
- 2022-07-20 15:42:16下载
- 积分:1
-
MovieEX
说明: 一款简单的电影网站管理系统!三层架构开发,很适合新手学习!里面有完整的数据库文件,下载后只需配置好数据库即可!(A simple movie website management system! Three-tier architecture development, it is suitable for beginners to learn! Which has a complete database file, download only the database can be configured!)
- 2010-04-24 10:31:05下载
- 积分:1
-
VB.net,下做的一个小东西,连接数据库,连接数据库,连接数据库的功能...
VB.net,下做的一个小东西,连接数据库,连接数据库,连接数据库的功能 -VB.net, the next to do a little thing, connect to the database, connect to the database, connect to the database features
- 2022-10-05 16:40:03下载
- 积分:1
-
beijiStockSystem
一个VB.NET编写的股票分析系统,包括K线的显示及RSI指标的显示。(A vb.net write stock analysis system, including K line display and RSI display index.
)
- 2020-07-02 23:40:01下载
- 积分:1
-
ShopPrice
主要实现如下功能:
1.快速查询某件产品的进价、售价和供货单位。
2.快速查询供货商的的电话,以便打电话询问商品是否有货。
3.可以按照数据库各字段进行排序显示
DB下为Sql2005数据库,附加即可
注意:该系统需要Asp.netMVC框架支持(The main functions are as follows:
1 a fast query of the purchase price of the products, price and delivery unit.
2 quickly check the supplier s phone, in order to make a phone call to ask whether the goods are available.
3 can be sorted according to the field
DB under the Sql2005 , can be added to
Note: the system needs Asp.netMVC framework support)
- 2016-09-26 18:20:02下载
- 积分: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