一、声明 曾经遇到一个这样的场景: GetEntities(a => a.OrderKindCodeId == 16 && a.IsDeleted, this.DefaultContext) protected IEnumerable<TEntity> GetEntities(Expression< ...
条件查询 XmlDocument xml = new XmlDocument(); string strUrl = System.Web.HttpContext.Current.Server.MapPath("/Content/ModelFolder/Translation.xml"); xml.L ...
分类:
其他好文 时间:
2020-01-15 12:09:26
阅读次数:
72
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
最近需要写一些winfrom与端口交互的代码,需要的自取哦! using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using Syst ...
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
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 ...
自己保存一些偶尔用的到的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
2020年1月9日 17:50:55附件https://files.cnblogs.com/files/xe2011/ListBoxSort.rar这种方法 如果内容足够多就能看到滚动条闪烁了,我觉得这是列表框清除内容,再添加内容引起的。用不删除列表,重新赋值的方法能解释闪烁,但过程时间又太长。us... ...
分类:
其他好文 时间:
2020-01-09 18:35:54
阅读次数:
95
using System;using System.Collections;using System.Linq;namespace ConsoleApp1 { class Program { static void Main(string[] args) { string[] array = { "... ...
分类:
编程语言 时间:
2020-01-09 18:33:30
阅读次数:
334
https://www.cnblogs.com/gygang/p/8954376.html d.data.replace(/LON:/g, "lng:") ...
分类:
Web程序 时间:
2020-01-08 10:52:24
阅读次数:
93