码迷,mamicode.com
首页 >  
搜索关键字:bll    ( 514个结果
学Python,不懂一点PEP,谁都不愿意和你一起开发!
或许你是一个初入门Python的小白,完全不知道PEP是什么。又或许你是个学会了Python的熟手,见过几个PEP,却不知道这玩意背后是什么。那正好,本文将系统性地介绍一下PEP,与大家一起加深对PEP的了解。 目前,国内各类教程不可胜数,虽然或多或少会提及PEP,但笼统者多、局限于某个PEP者多, ...
分类:编程语言   时间:2019-01-08 12:14:46    阅读次数:171
【转】PowerDesigner物理数据表生成C#实体类Model
model实体类是什么: 在三层架构UI,BLL,DAL中,有时用户插入一条记录到数据库中,必然会有不少数据,按正常编程,也必然会一下子调用某个函数传入不少参数。为了减少参数的数量,达到高效简洁的效果,一般会用model实体类作为传输数据的载体。 model实体类一般对应着数据库里的字段,一个类实体 ...
分类:Windows程序   时间:2019-01-04 15:31:34    阅读次数:275
ASP.NET MVC导出Excel
首先下载 NPOI.dll 引用到项目中 建议下载地址:http://download.csdn.net/detail/pukuimin1226/5851747 前台代码: 后台代码: ...
分类:Web程序   时间:2019-01-02 16:20:09    阅读次数:241
pycharm最新版本激活码activation code
转至:https://blog.csdn.net/qq_26916671/article/details/83824103 复制以下code粘贴到activation code即可 ...
分类:其他好文   时间:2018-12-27 11:17:02    阅读次数:1445
MVC+Nhibernate+spring.net(二)
在上一篇文章中我们已经把数据查了出来,现在我们来完善一下:前台使用easyui 首先我们将NHelper类完善一下 自己完善一下bll类 现在开始写控制层和ui层 这是现实层的后台代码 删除的后台代码 添加的后台代码 修改的后台代码 以上便是mvc——hibernate入门级别的增删查改了,因为这是 ...
分类:编程语言   时间:2018-12-20 20:33:52    阅读次数:266
3-商品管理Co
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Web;using System.Web.Mvc;using MEH.Month.Test.BLL;using M ...
分类:其他好文   时间:2018-12-20 10:32:25    阅读次数:178
5_添加购物车 B+M
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using DAL;using MODEL; namespace BLL{ p ...
分类:其他好文   时间:2018-12-19 20:54:11    阅读次数:161
content-导入导出
using NPOI.HSSF.UserModel;using NPOI.SS.UserModel;using NPOI.XSSF.UserModel;using System;using System.Collections;using System.Collections.Generic;usi ...
分类:其他好文   时间:2018-11-22 20:48:14    阅读次数:127
控制器
using Login.BLL; using Login.Model; using System.Web.Mvc; using Login.Mvc.Fatier; public class LoginController : Controller { UserBll bll = new UserBl ...
分类:其他好文   时间:2018-11-22 18:58:57    阅读次数:200
DAL层,BLL层,控制器
//DAL //表 using FK.Month.Test.IDAL;using FK.Month.Test.Model;using System;using System.Collections.Generic;using System.Linq;using System.Linq.Express ...
分类:其他好文   时间:2018-11-22 17:11:21    阅读次数:214
514条   上一页 1 ... 4 5 6 7 8 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!