【Oracle】Net Manager配置服务名
一、 第一步 找到Net Manager,如图所示: 二、 第二步 打开后找到中间的Oracle Net配置下有一个服务命名,鼠标点
技术
2023年12月08日
Android上架GooglePlay AAB大于150M解决方案
在打包aab上架时Google要求base目录大小必须小于150M,在做unity游戏混合原生开发时游戏内的资源包一般是远远大于150M的,因此可以利用Goog
技术
2023年12月08日
Android权限申请、相册选择图片、拍照、获取联系人、页面跳转
Permision 权限申请封装,页面跳转封装 github地址 目前第一版封装了:页面启动、页面启动回调、获取通讯录联系人、获取相册图片、拍照获取图片、单
技术
2023年12月08日
Spring Cloud (一):搭建服务注册中心
1、application.properties # 服务端口server.port=9093spring.application.name=eureka
技术
2023年12月08日
Flutter 使用intl、localizely实现多语言国际化
官方文档 1.AndroidStudio导入插件 2.然后点击(我的电脑是Mac)Tool > Flutter Intl > Intialize for Pr
技术
2023年12月08日
Flutter 国际化、多语言、语言切换、自定义语言包
多语言基本实现 导入国际化插件:在根目录pubspec.yaml导入 dependencies:flutter:sdk: flutterflutter_lo
技术
2023年12月08日
Flutter InheritedWidget、provider数据共享
1.继承InheritedWidget定义需要共享的数据 class ShareDateWidget extends InheritedWidget {fina
技术
2023年12月08日
flutter WillPopScope拦截导航返回,实现退出确认弹窗或点击两次退出
属性 const WillPopScope({Key? key,required this.child,//布局内容required this.onWillP
技术
2023年12月08日
flutter 控件隐藏(Offstage、Visibility)
使用Offstage隐藏控件 Offstage({ Key? key,this.offstage = true,//是否显示Widget? child //控件
技术
2023年12月08日
Flutter webView添加加载进度百分比
Webview添加监听 //记载监听用于在dialog上回调late Function(int progress)? loadingListener;We
技术
2023年12月08日
Flutter路由跳转(页面跳转)
1. 指定页面名称跳转Navigator.of(context).push(MaterialPageRoute() class TextPage extend
技术
2023年12月08日
flutter对话框dialog的使用
基本属性介绍 const AlertDialog({Key? key,this.title, //对话框标题组件this.titlePadding, // 标
技术
2023年12月08日
flutter 容器Padding、DecoratedBox、Transform、RotatedBox、Container、Clip、FittedBox、Scaffold
1.Padding给其子节点添加边距类似于Android Layout布局里面的padding属性。 Padding(padding: EdgeInsets.a
技术
2023年12月08日
Flutter State的生命周期
首先看看有哪些声明周期方法 class _NumState extends StateNumWidget> {_counter = 0;@overridevo
技术
2023年12月08日
Flutter Json数据转为和自动生成模板代码
使用json_serializable插件生成模板代码 1.添加依赖库 打开跟目录pubspec.yaml文件添加依赖库: dependencies:js
技术
2023年12月08日
Flutter ListView使用方法
ListView使用方法 ListView 内部组合了 Scrollable、Viewport 和 Sliver,需要注意: ListView 中的列表项组
技术
2023年12月08日
Flutter Image图片控件使用方法
Image图片加载控件使用方法 //加载网络图Image.network('https://th.bing.com/th/id/R.f7d597605279
技术
2023年12月08日
Flutter 实现控件圆角的方式
实现控件圆角的方式 使用Card的shape属性使用Container的decoration使用ClipRRect //第一种Container(margi
技术
2023年12月08日
Flutter 设置控件padding、margin
Flutter 设置控件padding、margin //使用padding包裹控件Padding(padding: const EdgeInsets.al
技术
2023年12月08日
档案数字化工作要谨防失泄密
档案数字化,是指利用数据库技术、数据压缩技术、高速扫描技术等技术手段,将纸质文件、声像文件等传统介质的文件资料和已归档保存的电子档案,系统组织成的具有有序结构的
技术
2023年12月08日
