摘 要
该系统以Microsoft Visual Studio 2003作为开发工具,选用SQL Server 2000数据库来实现数据存储,并设计开发了一种基于B/S模式的数据存储与交换系统。该系统完成了用户注册管理、后台管理和用户空间管理功能;为每个用户提供了个人的存…
功能实现: 对指定图片上进行绘制线段、矩形、圆、椭圆、自定义多边形、边缘轮廓以及自定义文本
一、布局
用到了一个pictureBox和八个button
二、引入命名空间
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.F…
Information和TypeInfo连表查询
类似:
select st.Title1,si.* from [Star_Information] si left join Star_TypeInfo st on si.typeId2st.id
先在EfCoreDbContext.cs配置 protected override void OnModelCreating(ModelBuilder builder){base.OnModelCreating(b…