资源简介

这是我大三的课程设计 设计本系统,模拟医药超市的部分管理功能,以便于对人员及药品有更好的管理。药品由专门的采购人员从医药经销商处购进医药超市,并将药品信息记录入库,顾客从超市购买药品需填写相关个人信息,每次售药需登记经办人(医药超市员工,即销售人员)的信息,以及所售药品的信息。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Web;
using System.Web.Configuration;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace medicinesystem
{
    public partial class agency_add : System.Web.UI.Page
    {
        SqlConnection sqlcon;
        SqlCommand sqlcom;
        string strCon = “Data Source=(local);Database=医药管理信息系统;Uid=sa;Pwd=123“;
        protected void Page_Load(object sender EventArgs e)
        {
            //string Text = Session[“LNAME“].ToString();
        }

        //按钮触发添加数据
        protected void Button1_Click(object sender EventArgs e)
        {
            sqlcon = new SqlConnection(strCon);
            string RadioText = “男“;
            if (RadioButton1.Checked)
                RadioText = RadioButton1.Text;
            if (RadioButton2.Checked)
                RadioText = RadioButton2.Text;
            //int time = int.Parse(DateTime.Now.Year.ToString()) - int.Parse(Calendar1.SelectedDate.Year.ToString());//ToShortDateString());
            //Console.WriteLine(DateTime.Now.Year.ToString() + ““ + Calendar1.SelectedDate.Year.ToString());
            string Nowtime = “a“ + DateTime.Now.Year.ToString() + DateTime.Now.Month.ToString() + DateTime.Now.Day.ToString()
                + DateTime.Now.Hour.ToString() + DateTime.Now.Minute.ToString() + DateTime.Now.Second.ToString();
            string sqlstr = “Insert Into agency(anoanameasexaphone“
               + “aremark) values (‘“ + Nowtime + “‘‘“ + TextBox1.Text
               + “‘‘“ + RadioText + “‘‘“ + TextBox2.Text + “‘‘“ + TextBox3.Text +  “‘)“;
            /*string sqlstr = “Insert Into agency(anoanameapasswordasexaphone“
            + “aremark) values (‘@ano‘‘@aname‘‘@apassword‘‘@asex‘‘@aphone‘‘@aremark‘)“;
            sqlcom.Parameters.AddWithValue(“@ano“ Nowtime);
            sqlcom.Parameters.AddWithValue(“@aname“ TextBox1.Text);
            sqlcom.Parameters.AddWithValue(“@apassword“ TextBox2.Text);
            sqlcom.Parameters.AddWithValue(“@asex“ RadioText);
            sqlcom.Parameters.AddWithValue(“@aphone“ TextBox3.Text);
            sqlcom.Parameters.AddWithValue(“@aremark“ TextBox4.Text);*/
            sqlcom = new SqlCommand(sqlstr sqlcon);
            sqlcon.Open();
            sqlcom.ExecuteNonQuery();
            sqlcon.Close();
            Response.Write(“ript>window.location.href=‘agency_opt.aspx‘ript>“);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-12-25 09:30  医药管理系统\
     目录           0  2017-12-25 09:30  医药管理系统\源程序\
     目录           0  2017-12-25 09:29  医药管理系统\源程序\medicinesystem\
     目录           0  2017-12-25 09:29  医药管理系统\源程序\medicinesystem\.vs\
     目录           0  2017-12-25 09:29  医药管理系统\源程序\medicinesystem\.vs\config\
     文件       86114  2018-01-21 14:49  医药管理系统\源程序\medicinesystem\.vs\config\applicationhost.config
     目录           0  2017-12-25 09:29  医药管理系统\源程序\medicinesystem\.vs\medicinesystem\
     目录           0  2017-12-25 09:29  医药管理系统\源程序\medicinesystem\.vs\medicinesystem\v15\
     文件      103936  2018-01-21 15:01  医药管理系统\源程序\medicinesystem\.vs\medicinesystem\v15\.suo
     目录           0  2018-01-21 14:50  医药管理系统\源程序\medicinesystem\.vs\medicinesystem\v15\sqlite3\
     文件     1462272  2018-01-21 14:50  医药管理系统\源程序\medicinesystem\.vs\medicinesystem\v15\sqlite3\storage.ide
     目录           0  2017-12-25 09:29  医药管理系统\源程序\medicinesystem\medicinesystem\
     文件        1373  2017-11-26 21:30  医药管理系统\源程序\medicinesystem\medicinesystem\Login.aspx
     文件        2930  2017-12-11 08:10  医药管理系统\源程序\medicinesystem\medicinesystem\Login.aspx.cs
     文件        2163  2017-11-23 23:44  医药管理系统\源程序\medicinesystem\medicinesystem\Login.aspx.designer.cs
     目录           0  2017-12-25 09:29  医药管理系统\源程序\medicinesystem\medicinesystem\Properties\
     文件        1321  2017-11-21 21:56  医药管理系统\源程序\medicinesystem\medicinesystem\Properties\AssemblyInfo.cs
     文件        1246  2017-11-21 21:56  医药管理系统\源程序\medicinesystem\medicinesystem\Web.Debug.config
     文件        1307  2017-11-21 21:56  医药管理系统\源程序\medicinesystem\medicinesystem\Web.Release.config
     文件        1829  2017-11-28 10:34  医药管理系统\源程序\medicinesystem\medicinesystem\Web.config
     文件        2324  2017-11-28 08:51  医药管理系统\源程序\medicinesystem\medicinesystem\agency_add.aspx
     文件        2588  2017-11-28 08:51  医药管理系统\源程序\medicinesystem\medicinesystem\agency_add.aspx.cs
     文件        2881  2017-11-28 08:50  医药管理系统\源程序\medicinesystem\medicinesystem\agency_add.aspx.designer.cs
     文件        2533  2017-12-05 12:47  医药管理系统\源程序\medicinesystem\medicinesystem\agency_opt.aspx
     文件        3868  2017-12-04 20:58  医药管理系统\源程序\medicinesystem\medicinesystem\agency_opt.aspx.cs
     文件        1831  2017-11-24 16:16  医药管理系统\源程序\medicinesystem\medicinesystem\agency_opt.aspx.designer.cs
     目录           0  2017-12-25 09:29  医药管理系统\源程序\medicinesystem\medicinesystem\bin\
     文件       32760  2017-05-05 09:59  医药管理系统\源程序\medicinesystem\medicinesystem\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
     文件        1805  2017-05-05 09:25  医药管理系统\源程序\medicinesystem\medicinesystem\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
     文件       40448  2018-01-21 14:50  医药管理系统\源程序\medicinesystem\medicinesystem\bin\medicinesystem.dll
     文件        1829  2017-11-28 10:34  医药管理系统\源程序\medicinesystem\medicinesystem\bin\medicinesystem.dll.config
............此处省略206个文件信息

评论

共有 条评论