-
大小: 4.58MB文件類型: .rar金幣: 2下載: 0 次發布日期: 2023-10-28
- 語言: C#
- 標簽: winform??spring.net??Nhibernate??
資源簡介
這個框架使用Spring.NET-1.3.2和NHibernate-3.2.0,在mysql5.1上建了一個user表,字段請各位看映射文件啦(什么?你不懂什么是映射文件?)IDE用的是vs2008,.net框架用的是3.5。雖然配置得比較粗糙,好歹也算是個能跑的范例,在此拋磚引玉,希望各位有什么改進的建議也能在留言中提出。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?HelloSpring.bean;
using?HelloSpring.dao;
using?HelloSpring.util;
using?System.Collections;
namespace?HelloSpring
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????SpringContext.init();
????????????UserDao?dao?=?SpringContext.Context.Getobject(“UserDao“)?as?UserDao;
????????????ArrayList?list;
????????????User?u?=?null;
????????????try
????????????{
????????????????list?=?(ArrayList)dao.GetAllobjectsList();
????????????????if?(list!=null?&&?list.Count>0)
????????????????{
????????????????????u?=?(User)list[0];
????????????????????textBox1.Text?=?u.Name;
????????????????}
????????????????
????????????}
????????????catch?(System.Exception?ex)
????????????{
????????????????System.Diagnostics.Debug.WriteLine(ex.StackTrace);
????????????}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????401??2012-07-10?17:53??HelloSpring\HelloSpring\app.config
?????文件????????453??2012-07-11?16:32??HelloSpring\HelloSpring\bean\User.cs
?????文件?????114688??2012-07-12?09:19??HelloSpring\HelloSpring\bin\Debug\antlr.runtime.dll
?????文件?????565248??2012-07-10?17:20??HelloSpring\HelloSpring\bin\Debug\Apache.NMS.ActiveMQ.dll
?????文件??????73728??2012-07-10?17:20??HelloSpring\HelloSpring\bin\Debug\Apache.NMS.dll
?????文件??????73728??2012-07-12?09:19??HelloSpring\HelloSpring\bin\Debug\Castle.DynamicProxy.dll
?????文件??????28672??2012-07-11?09:59??HelloSpring\HelloSpring\bin\Debug\Common.Logging.dll
?????文件???????7680??2012-07-10?17:30??HelloSpring\HelloSpring\bin\Debug\Common.Logging.Log4Net.dll
?????文件????????558??2012-07-12?13:53??HelloSpring\HelloSpring\bin\Debug\config\spring_bean.xm
?????文件???????2505??2012-07-12?13:53??HelloSpring\HelloSpring\bin\Debug\config\spring_nhibernate.xm
?????文件????????371??2012-07-11?17:22??HelloSpring\HelloSpring\bin\Debug\config\User.hbm.xm
?????文件??????61440??2012-07-10?17:20??HelloSpring\HelloSpring\bin\Debug\DotNetMock.dll
?????文件??????45056??2012-07-10?17:20??HelloSpring\HelloSpring\bin\Debug\DotNetMock.fr
?????文件??????14848??2012-07-12?13:53??HelloSpring\HelloSpring\bin\Debug\HelloSpring.exe
?????文件????????401??2012-07-10?17:53??HelloSpring\HelloSpring\bin\Debug\HelloSpring.exe.config
?????文件??????44544??2012-07-12?13:53??HelloSpring\HelloSpring\bin\Debug\HelloSpring.pdb
?????文件??????14328??2012-07-12?13:53??HelloSpring\HelloSpring\bin\Debug\HelloSpring.vshost.exe
?????文件????????401??2012-07-10?17:53??HelloSpring\HelloSpring\bin\Debug\HelloSpring.vshost.exe.config
?????文件????????490??2007-07-21?01:33??HelloSpring\HelloSpring\bin\Debug\HelloSpring.vshost.exe.manifest
?????文件??????32768??2012-07-11?17:56??HelloSpring\HelloSpring\bin\Debug\Iesi.Collections.dll
?????文件?????270336??2012-07-10?16:59??HelloSpring\HelloSpring\bin\Debug\log4net.dll
?????文件????3522048??2012-07-11?17:56??HelloSpring\HelloSpring\bin\Debug\NHibernate.dll
?????文件?????139264??2012-07-10?17:20??HelloSpring\HelloSpring\bin\Debug\nunit.core.dll
?????文件??????57344??2012-07-10?17:20??HelloSpring\HelloSpring\bin\Debug\nunit.core.interfaces.dll
?????文件?????135168??2012-07-10?17:20??HelloSpring\HelloSpring\bin\Debug\nunit.fr
?????文件?????180224??2012-07-10?17:20??HelloSpring\HelloSpring\bin\Debug\NUnitAsp.dll
?????文件??????45056??2012-07-10?17:20??HelloSpring\HelloSpring\bin\Debug\NUnitAspEx.dll
?????文件?????286720??2012-07-10?17:20??HelloSpring\HelloSpring\bin\Debug\NVelocity.dll
?????文件?????438272??2012-07-10?17:20??HelloSpring\HelloSpring\bin\Debug\Quartz.dll
?????文件?????259584??2012-07-10?17:20??HelloSpring\HelloSpring\bin\Debug\Rhino.Mocks.dll
............此處省略92個文件信息
- 上一篇:用C#做的簡單的學生學籍管理系統課程設計
- 下一篇:新聞發布系統源碼
評論
共有 條評論