上一页 1 ··· 7 8 9 10 11
摘要: 1.web.config 配置<!-- 必须有的配置节--> <configSections> <section name="nhibernate" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.3300.0,Culture=neutral, PublicKeyToken=b77a5c561934e089" /> </configSections> <nhibernate> <add key= 阅读全文
posted @ 2007-10-15 10:51 草青工作室 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 错误如下!!The following types may not be used as proxies:Entitys.login: method get_Upwd should be virtualEntitys.login: method get_id should be virtualEntitys.login: method get_Uname should be virtualEntitys.login: method set_Uname should be virtualEntitys.login: method get_LastTime should be virtualEnt 阅读全文
posted @ 2007-10-15 09:52 草青工作室 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 将 login 对应的映射文件 login.hbm.xml 设置成“嵌入式资源”方法是 在解决方案资源管理器中找到 该映射文件 右击---属性----在将“生成操作”设置成“嵌入的资源”问题解决!! 阅读全文
posted @ 2007-10-15 09:44 草青工作室 阅读(141) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Resources;namespace test{ public partial class Form1 : Form { public Form1() //过早函数 { InitializeComponent(); /// 初始化推盘程序参数 this.n 阅读全文
posted @ 2007-09-27 15:54 草青工作室 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2007-09-27 13:54 草青工作室 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 子窗体一旦最大化后,子窗体的图标就越过菜单栏跑到最上面去了,他的位置高过了菜单栏,弄的界面很难看的解决办法!!!!!在主窗口属性中把 MainMenuStrip设置成你的主菜单,也可在代码中加入:this.MainMenuStrip = this.menuMain; 阅读全文
posted @ 2007-09-27 13:49 草青工作室 阅读(102) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11