03 2022 档案

摘要:using fjxw.echarge.Models;using Microsoft.AspNetCore.Mvc;using Microsoft.Extensions.Logging;using System;using System.Collections.Generic;using System 阅读全文
posted @ 2022-03-27 11:20 .net&new 阅读(80) 评论(0) 推荐(0) 编辑
摘要:using Microsoft.AspNetCore.Builder;using Microsoft.AspNetCore.Hosting;using Microsoft.Extensions.Configuration;using Microsoft.Extensions.DependencyIn 阅读全文
posted @ 2022-03-27 11:17 .net&new 阅读(174) 评论(0) 推荐(0) 编辑
摘要:{ "ConnectionStrings": { "DefaultConnection": "server=localhost;uid=root;pwd=123456;port=3306;database=fjxw_echarge;" }, "Logging": { "LogLevel": { "D 阅读全文
posted @ 2022-03-27 11:16 .net&new 阅读(380) 评论(0) 推荐(0) 编辑
摘要:using fjxw.model;using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace fjxw.dal{ pu 阅读全文
posted @ 2022-03-27 11:14 .net&new 阅读(74) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using fjxw.model;namespace fjxw.dal{ pu 阅读全文
posted @ 2022-03-27 11:13 .net&new 阅读(41) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using MySql.Data.EntityFrameworkCore;us 阅读全文
posted @ 2022-03-27 11:09 .net&new 阅读(165) 评论(0) 推荐(0) 编辑
摘要:1:nuget安装 Install-Package MySql.Data.EntityFrameworkCore -Version 8.0.15 阅读全文
posted @ 2022-03-27 11:08 .net&new 阅读(85) 评论(0) 推荐(0) 编辑
摘要:1:先创建sysuser实体类 public class sysuser { /// <summary> /// 编号Id /// </summary> public int Id { get; set; } /// <summary> /// 用户名 /// </summary> public s 阅读全文
posted @ 2022-03-27 11:04 .net&new 阅读(74) 评论(0) 推荐(0) 编辑
摘要:在C#中使用SendMessage 日期:2005-02-04作者:floodzhu备注:主要描述在调用API函数SendMessage时数据类型的转换。 SendMessage是一个在user32.dll中声明的API函数,在C#中导入如下: using System.Runtime.Intero 阅读全文
posted @ 2022-03-08 21:34 .net&new 阅读(32) 评论(0) 推荐(0) 编辑
摘要:0、常用方法 Navigate(string urlString):浏览urlString表示的网址 Navigate(System.Uri url):浏览url表示的网址 Navigate(string urlString, string targetFrameName, byte[] postD 阅读全文
posted @ 2022-03-07 21:28 .net&new 阅读(689) 评论(0) 推荐(0) 编辑
摘要:一、引言 最近在设计模式的一些内容,主要的参考书籍是《Head First 设计模式》,同时在学习过程中也查看了很多博客园中关于设计模式的一些文章的,在这里记录下我的一些学习笔记,一是为了帮助我更深入地理解设计模式,二同时可以给一些初学设计模式的朋友一些参考。首先我介绍的是设计模式中比较简单的一个模 阅读全文
posted @ 2022-03-07 20:26 .net&new 阅读(2249) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示