摘要:
1. <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <dependency 阅读全文
摘要:
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.快速创 阅读全文
摘要:
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 阅读全文
摘要:
命令行输入py进入解释器 py 退出解释器 quit() 1.在命令行输入多行 会显示... 2.文件字符编码 py默认文件的字符编码为utf-8 如果使用其他类型,在文件的开头 # -*- coding: gb2312 -*- 阅读全文
摘要:
统一的日志模型主要涉及3个核心对象 ILogger 、ILoggerFactory 、ILoggerPorvider 阅读全文
摘要:
warp Wrap( //控件间的对齐方式 alignment:WrapAlignment.spaceBetween, //垂直或水平排列。默认水平 direction:Axis.horizontal, spacing: 30.0, //控件间的距离 runSpacing: 30.0, // 行间距 阅读全文
摘要:
一、Android 1.引入插件 permission_handler: 5.0.1+1 #权限请求 path_provider: 1.6.14 #路径 flutter_downloader: 1.4.4 #下载 2. androidmanifest.xml <!--网络权限--> <uses-pe 阅读全文
摘要:
1.MaterialButton MaterialApp( home: Scaffold( appBar: AppBar( title: Text("测试"), ), body: Center( child: MaterialButton( color: Colors.blue, textColor 阅读全文
摘要:
https://docs.oracle.com/en/database/oracle/oracle-data-access-components/19.3/odpnt/ODPEFCore.html#GUID-80B07B35-46C9-408F-A688-F98CE1A4CD6C ORACLE类映射 阅读全文
摘要:
https://www.cnblogs.com/ruanraun/p/dbcontext.html 工具的scaffold-dbcontext(数据库上下文脚手架)指令来生成models和context。 指令详细介绍: Scaffold-DbContext [-Connection] <Strin 阅读全文