码迷,mamicode.com
首页 >  
搜索关键字:linq to ef    ( 21280个结果
主要说常用的:Linux常用命令大全
常用的: 查看部署了哪些java項目-bash-4.1$ ps -ef|grep java開始獲取ROOT權限操作-bash-4.1$ su -Password: 已經獲取了root權限[root@TY-KOUHUO-AP01 ~]# cd /var/opt/.mycat/[root@TY-KOUH ...
分类:系统相关   时间:2020-01-14 23:31:08    阅读次数:105
根据新旧文件版本或者时间对比,抽取更新文件
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.... ...
分类:其他好文   时间:2020-01-13 21:30:47    阅读次数:69
C#_winfrom与API之HttpClient
最近需要写一些winfrom与端口交互的代码,需要的自取哦! using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using Syst ...
分类:Windows程序   时间:2020-01-12 22:25:50    阅读次数:114
python oop
1、 python中的__str__()函数 2、python 何时单用__hash__或__eq__何时一起用 https://blog.csdn.net/sinat_38068807/article/details/86519944#%EF%BC%881%EF%BC%89%E4%BB%A5%E4 ...
分类:编程语言   时间:2020-01-12 22:15:42    阅读次数:113
抽象工厂
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Dapper; using System.Data.SqlClient; ...
分类:其他好文   时间:2020-01-11 21:59:35    阅读次数:78
MySQL 实现 EF Code First TimeStamp/RowVersion 并发控制
在将项目迁移到MySQL 5.6.10数据库上时,遇到和迁移到PostgreSQL数据库相同的一个问题,就是TimeStamp/RowVersion并发控制类型在非Microsoft SQL Server数据库中的实现。 先上网搜索解决方案,找到Ak.Ini的博文http://www.cnblogs ...
分类:数据库   时间:2020-01-11 09:32:39    阅读次数:109
Oracle启动停止规范
本启动停止规范适用于单实例数据库。一.启动数据库:sqlplus/assysdbaSQL>startup启动成功后,启动监听lsnrctlstatus启动监听后,动态监听需要等待一分钟左右,才可以将服务注册成功。或手动在SQLPLUS中发出altersystemregister;二.关闭数据库:应用停掉停监听器ps-ef|grepLOCAL|wc-l[oracle@r11g~]$lsnrct
分类:数据库   时间:2020-01-11 09:25:35    阅读次数:118
wpf自定义Mvvm框架
1.DelegateCommand.cs 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 u ...
分类:Windows程序   时间:2020-01-10 18:36:30    阅读次数:109
EF基类封装
1、MyDbContext 2、MyDbContextFactory 3、GenericRepository ...
分类:其他好文   时间:2020-01-10 12:48:21    阅读次数:98
Lambda表达式
自己保存一些偶尔用的到的Lambda表达式小技巧 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Sys ...
分类:其他好文   时间:2020-01-10 00:40:56    阅读次数:75
21280条   上一页 1 ... 59 60 61 62 63 ... 2128 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!