码迷,mamicode.com
首页 >  
搜索关键字:orm    ( 15737个结果
编写T4模板+DapperHelper(Sqlite数据库,简单更改即可适用其他数据库)==》简易ORM
T4模板 <#@ template debug="false" hostspecific="false" language="C#" #> <#@ output extension=".cs" #> <#@ assembly name="System.Data" #> <#@ assembly na ...
分类:移动开发   时间:2021-02-17 14:41:02    阅读次数:0
自己动手写窗体设计器之Vb.net篇
这个窗体设计器项目是从去年写的一个工具软件中扣出来的, 实现了一个窗体设计器的常规功能: 1. 拖动画控件, 按下Shift键可以连续画多个控件; 2. 橡皮筋虚线选框; 3.选择控件与切换选择状态, 可与Shift键联动切换; 4. 8方向拖动手柄; 5. 设计器窗口网点状背景; 6. 双缓冲绘图 ...
分类:Windows程序   时间:2021-02-16 12:36:48    阅读次数:0
Java多线程之CountDownLatch
在java.util.concurrent包中,有一个CountDownLatch的多线程同步器。参考javadoc的说明如下: “A synchronization aid that allows one or more threads to wait until a set of operati ...
分类:编程语言   时间:2021-02-16 11:49:28    阅读次数:0
ionic 应用在iOS上打开相机拍照闪退(解决)
在config.xml下添加: <platform name="ios"> <config-file parent="NSCameraUsageDescription" target="*-Info.plist"> <string>需要访问您的相机</string> </config-file> < ...
分类:移动开发   时间:2021-02-09 11:54:35    阅读次数:0
EF基础篇-DB First
EDM entity data model 实体数据模型 Conceptual models 概念模型 Mappings 连接 Storage models 存储模型 Orm object relational mapping 对象关系映射 EF entity framework 是基于ADO.Ne ...
分类:数据库   时间:2021-02-06 12:17:48    阅读次数:0
qintptr
Integral type for representing pointers in a signed integer (useful for hashing, etc.).Typedef for either qint32 or qint64. This type is guaranteed to ...
分类:其他好文   时间:2021-02-05 10:54:15    阅读次数:0
Arm Development Studio 2020.1-1 Linux 64Bit下载
Arm Development Studio 2020.1-1 Linux 64Bit下载,请访问米尔科技下载中心 what's included in Development Studio? Arm Development Studio IDE Development Studio helps y ...
分类:系统相关   时间:2021-02-05 10:33:42    阅读次数:0
springboot一些注解
RestController和Controller的区别 @RestController = @ResponseBody + @Controller 如果只是使用@RestController注解Controller,则Controller中的方法无法返回jsp页面,或者html,配置的视图解析器 ...
分类:编程语言   时间:2021-02-04 12:13:15    阅读次数:0
重写定义Spring Boot FeignClient 捕获异常信息
FeignClient 默认的解析器: public static FeignException errorStatus(String methodKey, Response response) { // 这里做了处理 String message = format("status %s readi ...
分类:编程语言   时间:2021-02-03 11:08:33    阅读次数:0
WPF 颜色选择器
System.Windows.Forms.ColorDialog colorDialog = new System.Windows.Forms.ColorDialog(); //允许使用该对话框的自定义颜色 colorDialog.AllowFullOpen = true; colorDialog. ...
分类:Windows程序   时间:2021-02-03 10:32:12    阅读次数:0
15737条   上一页 1 ... 17 18 19 20 21 ... 1574 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!