完整示例代码1 /* Copyright 2008, 2010, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation…
概述 Power Automate for Desktop (以下简称PAD)是微软推出的一款针对Windows桌面端的免费RPA(机器人流程自动化)工具,它目前默认会随着Windows 11安装,但也可以通过单独下载安装. PAD 目前仅支持Windows 11和 Windows 10系统安装使用. 我在 "全民RPA之微软PAD入门培训" 中的分享过,PAD 与其他RPA工具相比,有如下的一些优势: 关于 PAD 的常规使用和入门指南,请参考官方文档 https://docs.mi…
命令行登陆 mysql -uroot -p 输入密码后登陆 use mysql; select host,user from user ; grant allon *.*to root identified by '123456'with grant option; flush privileges; 搞定!…
一.工具及环境 Visual Studio 2017 15.4.3 MySql Navicat for MySQL 二.Entity Framwork Core 2.0 MySql Code First 及 数据库迁移(Migrations) 1.创建Asp.Ner Core 应用程序 选择Web应用程序(其实选空模板也是可以的,随心情吧) 2.项目创建完成之后通过程序包管理器控制台,引入下面两个包 或者右键当前项目然后右键选择管理Nuget程序包 搜索 Microsoft.EntityFram…