- 博客(13)
- 资源 (1)
- 收藏
- 关注
原创 mac 使用+EntityFramework
mac 电脑 使用dotnet ef: Nuget: Pomelo.EntityFrameworkCore.MySql 2.X.X版本 Microsoft.EntityFrameworkCore.Tools 2.X.X版本 手动编辑项目工作文件,添加粗体文字 <ProjectSdk="Microsoft.NET.Sdk"> <PropertyGro...
2019-10-13 09:30:26
462
原创 Docker 设置数据库命令
MySql docker run -d -e MYSQL_ROOT_PASSWORD=admin --name mysql -v /d/mysql/my.cnf:/etc/mysql/mysql.conf.d -v /d/mysql/data:/var/lib/mysql -p 3306:3306 mysql:8.0.0 --character-set-server=utf8m...
2019-10-10 10:02:17
191
转载 NetCore +EF+Mysql 从数据库生成实体类到项目
Windows版: 1.点击“工具”->“NuGet包管理器”->“程序包管理器控制台” 分别安装以下几个包 Mysql 版本: Install-Package MySql.Data.EntityFrameworkCore -Pre Install-Package Pomelo.EntityFrameworkCore.MySql Install-Package Micros...
2019-10-10 09:43:10
222
转载 macOS-04.07-Controls
NSAlert 控件 let alert = NSAlert() //增加一个按钮 alert.addButton(withTitle: “Ok”) //提示的标题 alert.messageText = “Alert” //提示的详细内容 alert.informativeText = "password length must be more than 6 " //设置告警风格 alert.a...
2019-06-24 14:51:54
172
转载 macOS-04.06-NSComboBox
// // ViewController.swift // NSComboBox // // Created by iDevFans on 16/6/29. // Copyright © 2016年 http://www.macdev.io. All rights reserved. // import Cocoa class ViewController: NSViewControlle...
2019-06-24 14:29:39
344
转载 macOS-04.05-Label
// // AppDelegate.swift // Label // // Created by iDevFans on 16/6/28. // Copyright © 2016年 http://www.macdev.io. All rights reserved. // import Cocoa @NSApplicationMain class AppDelegate: NSObjec...
2019-06-24 14:18:36
218
转载 macOS-04.04-NSSearchField
// // AppDelegate.swift // NSSearchField // // Created by iDevFans on 16/6/28. // Copyright © 2016年 http://www.macdev.io. All rights reserved. // import Cocoa @NSApplicationMain class AppDelegate:...
2019-06-24 14:12:23
291
转载 macOS-04.03-NSTextView
// // AppDelegate.swift // NSTextView // // Created by iDevFans on 16/6/28. // Copyright © 2016年 http://www.macdev.io. All rights reserved. // import Cocoa @NSApplicationMain class AppDelegate: NS...
2019-06-24 14:06:43
467
转载 MacOS-03-ScrollView
// // AppDelegate.swift // ScrollView // // Created by iDevFans on 16/6/25. // Copyright © 2016年 http://www.macdev.io. All rights reserved. // import Cocoa @NSApplicationMain class AppDelegate: NS...
2019-06-24 13:58:40
283
转载 macOS-04.01-ResponderChain(响应顺序)
// // AppDelegate.swift // ResponderChain // // Created by iDevFans on 16/6/27. // Copyright © 2016年 http://www.macdev.io. All rights reserved. // import Cocoa @NSApplicationMain class AppDelegate...
2019-06-24 13:58:29
179
转载 MacOS-02-窗体自定义视图并保存为图片
// // AppDelegate.swift // View // // Created by iDevFans on 16/6/25. // Copyright © 2016年 http://www.macdev.io. All rights reserved. // AppDelegate.swift import Cocoa @NSApplicationMain class App...
2019-06-24 13:58:06
356
转载 macOS-04.02-NSTextField(文本框)
// // AppDelegate.swift // NSTextField // // Created by iDevFans on 16/6/28. // Copyright © 2016年 http://www.macdev.io. All rights reserved. // import Cocoa @NSApplicationMain class AppDelegate: N...
2019-06-24 13:57:08
298
转载 MacOS-01-窗体
// // AppDelegate.swift // Window // // Created by iDevFans on 16/6/24. // Copyright © 2016年 http://www.macdev.io. All rights reserved. // import Cocoa import AppKit @NSApplicationMain class AppDe...
2019-06-24 11:33:02
514
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅