上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 86 下一页
摘要: 1.场景启动器 https://docs.spring.io/spring-boot/docs/2.3.1.RELEASE/reference/html/using-spring-boot.html#using-boot-configuration-classes 1.5节 2.自动配置 3.快速创 阅读全文
posted @ 2020-07-11 21:14 富坚老贼 阅读(129) 评论(0) 推荐(0) 编辑
摘要: maven 1 2 3导入依赖 pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XM 阅读全文
posted @ 2020-07-11 16:12 富坚老贼 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 命令行输入py进入解释器 py 退出解释器 quit() 1.在命令行输入多行 会显示... 2.文件字符编码 py默认文件的字符编码为utf-8 如果使用其他类型,在文件的开头 # -*- coding: gb2312 -*- 阅读全文
posted @ 2020-06-30 15:11 富坚老贼 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 统一的日志模型主要涉及3个核心对象 ILogger 、ILoggerFactory 、ILoggerPorvider 阅读全文
posted @ 2020-06-25 11:22 富坚老贼 阅读(136) 评论(0) 推荐(0) 编辑
摘要: warp Wrap( //控件间的对齐方式 alignment:WrapAlignment.spaceBetween, //垂直或水平排列。默认水平 direction:Axis.horizontal, spacing: 30.0, //控件间的距离 runSpacing: 30.0, // 行间距 阅读全文
posted @ 2020-06-23 14:58 富坚老贼 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 一、Android 1.引入插件 permission_handler: 5.0.1+1 #权限请求 path_provider: 1.6.14 #路径 flutter_downloader: 1.4.4 #下载 2. androidmanifest.xml <!--网络权限--> <uses-pe 阅读全文
posted @ 2020-06-23 14:53 富坚老贼 阅读(2473) 评论(0) 推荐(0) 编辑
摘要: 1.MaterialButton MaterialApp( home: Scaffold( appBar: AppBar( title: Text("测试"), ), body: Center( child: MaterialButton( color: Colors.blue, textColor 阅读全文
posted @ 2020-06-23 14:52 富坚老贼 阅读(459) 评论(0) 推荐(0) 编辑
摘要: https://docs.oracle.com/en/database/oracle/oracle-data-access-components/19.3/odpnt/ODPEFCore.html#GUID-80B07B35-46C9-408F-A688-F98CE1A4CD6C ORACLE类映射 阅读全文
posted @ 2020-06-19 10:46 富坚老贼 阅读(494) 评论(0) 推荐(1) 编辑
摘要: https://www.cnblogs.com/ruanraun/p/dbcontext.html 工具的scaffold-dbcontext(数据库上下文脚手架)指令来生成models和context。 指令详细介绍: Scaffold-DbContext [-Connection] <Strin 阅读全文
posted @ 2020-06-17 20:20 富坚老贼 阅读(1380) 评论(0) 推荐(1) 编辑
摘要: APS.net core 的所有日志都在using System.Diagnostics; 空间下 https://docs.microsoft.com/zh-cn/dotnet/api/system.diagnostics?view=netcore-3.1 一、调试日志 1. static voi 阅读全文
posted @ 2020-06-17 14:50 富坚老贼 阅读(313) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 86 下一页