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.业务模型 一个商品下面 有多个 组 SpecGroup (id,cid,name) 一个组下面有多个规格参数SpecParam(id,cid,groupId,name,numeric,unit,generic,searching,segments) 现在通过商品id 查询到 这个商品下的组信息 ...
分类:
其他好文 时间:
2020-01-11 18:21:48
阅读次数:
55
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 ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; usi ...
分类:
数据库 时间:
2020-01-10 18:32:20
阅读次数:
112
自己保存一些偶尔用的到的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
说明 必须包含名空间System.Collection.Generic Dictionary里面的每一个元素都是一个键值对(由二个元素组成:键和值) 键必须是唯一的,而值不需要唯一的 键和值都可以是任何类型(比如:string, int, 自定义类型,等等) 通过一个键读取一个值的时间是接近O(1) ...
一、首先安装dashboard https://github.com/kubernetes/dashboard HTTP的修改部分 用kubectl apply -f 提交修改后的文件 查看相关内容是否都已经启动成功 kubectl get all -n kubernetes-dashboard 二 ...
分类:
其他好文 时间:
2020-01-09 10:24:17
阅读次数:
158
在公司一直配置客户使用的电脑,安装了mint19之后,经常会出现无线显示wifi的问题,今天想解决这个问题,在网上找个很多安装驱动的解决方案,但是都没有解决。后来升级内核后解决,命令如下:sudoaptinstalllinux-generic-hwe-18.04-edge。https://askubuntu.com/questions/1197069/wireless-device-intel-c
分类:
系统相关 时间:
2020-01-07 19:51:33
阅读次数:
89
using HFCentraControl.Common; using HFCentraControl.Others; using SuperSocket.WebSocket; using System; using System.Collections.Generic; using System.... ...
分类:
Web程序 时间:
2020-01-07 16:05:50
阅读次数:
255
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:
其他好文 时间:
2020-01-07 10:36:07
阅读次数:
88