上一页 1 2 3 4 5 6 7 ··· 12 下一页
三层架构和MVC的区别 一、三层架构 三层架构(3-tier architecture) 通常意义上的三层架构就是将整个业务应用划分为:界面层(User Interface layer)、业务逻辑层(Business Logic Layer)、数据访问层(Data access layer)。区分层 Read More
posted @ 2020-12-03 16:00 2eggs Views(345) Comments(0) Diggs(0) Edit
select * from v$version; 1 Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production 0 2 PL/SQL Release 12.2.0.1.0 - Production 0 3 Read More
posted @ 2020-11-11 07:55 2eggs Views(94) Comments(0) Diggs(0) Edit
mybatis XML 注解 内部原理 非 mybatis 操作数据库过程 MyBatis 框架核心 1.3 MyBatis的框架核心 1、 mybatis配置文件,包括Mybatis全局配置文件和Mybatis映射文件,其中全局配置文件配置了数据源、事务等信息;映射文件配置了SQL执行相关的 信息 Read More
posted @ 2020-09-28 16:02 2eggs Views(549) Comments(0) Diggs(0) Edit
https://blog.csdn.net/qq_31145141/article/details/103864600 @SpringBootApplication @MapperScan("com.lhb.dao") // mybatis扫描 @EnableAsync//注意这里,这个注解启用了线 Read More
posted @ 2020-09-25 09:49 2eggs Views(1537) Comments(0) Diggs(0) Edit
宅急送新BOS系统 软件需求规格说明书 修订历史记录: *A - 增加 M - 修订 D - 删除 变更版本号 日期 变更类型 (A*M*D) 修改人 摘 要 备注 0.1 2010-5-24 A 创建 1.0 2010-7-15 M 合并 1.01 2010-7-21 M 第二次合并 目录 目录. Read More
posted @ 2020-09-25 09:31 2eggs Views(318) Comments(0) Diggs(0) Edit
1、解决方案分两部分 Server 提供WebApi 及简单网页,Model数据格式、DB访问接口、Sql访问 Client 提供硬件连接方案、及业务逻辑功能、数据展示、提示信息 2、Server结构如 3、Client结构如 4、Client警示信息 警示Code 前两个字符 U(SD) UI S Read More
posted @ 2020-09-18 11:11 2eggs Views(81) Comments(0) Diggs(0) Edit
@{ Layout = null; } <!DOCTYPE html> <html> <head> <meta http-equiv="refresh" content="2000"> <meta name="viewport" content="width=device-width" /> <ti Read More
posted @ 2020-09-15 12:58 2eggs Views(152) Comments(0) Diggs(0) Edit
1、clean项目,重新编译项目。 【解决】一般使用eclipse/myeclipse的菜单 project -> clean …可以解决。同时最好选中Build Automatically选项。 2、若是没有解决,不要着急,继续来。重新导入jar包。【解决】右键项目->build path -> Read More
posted @ 2020-09-08 14:39 2eggs Views(811) Comments(0) Diggs(0) Edit
镜头 https://www.baslerweb.com/cn/products/vision-components/lenses/#series=baslerace;model=aca192025um https://www.baslerweb.com/cn/products/tools/lens Read More
posted @ 2020-09-02 08:50 2eggs Views(368) Comments(0) Diggs(0) Edit
haclon c# 联合 C:\Program Files\MVTec\HALCON-18.11-Steady\bin\dotnet35 using HalconDotNet; .net framework (client Profile ) 精简版类库 D:\2_notebook\15-trani Read More
posted @ 2020-08-28 13:40 2eggs Views(673) Comments(1) Diggs(0) Edit
上一页 1 2 3 4 5 6 7 ··· 12 下一页