logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

mybatis =<>的写法

mybatis =<>的写法

#mybatis
linux 查看文件夹大小及文件大小

1、最简单的查看方法可以使用ls -ll、ls-lh命令进行查看,当使用ls -ll,会显示成字节大小,而ls- lh会以KB、MB等为单位进行显示,这样比较直观一些。6、对于指定文件夹也可以指定显示层次深度,如du -h --max-depth=0 user/及du -h --max-depth=1 user/4、同样,通过命令du -h –max-depth=0 *,可以只显示直接子目录文件及

文章图片
#linux#运维#服务器
oracle异常:ORA-01144: 文件大小 (5242880 块) 超出 4194303 块的最大数的错误

create bigfile tablespace他的上限是32t,不过,oracle10及以后版本才能用。这里之讲加数据文件: USER是表空间名称, 后面是限制大小的。1、查询表空间存储文件所在的位置: XXXX为表空间名字。2、进行扩容: XXX为表空间名字,路径是上一句查询出的。在对oracle数据库表空间进行扩容时报错。以下语句可以查看所有表空间名称以及使用情况。1、创建多个数据文件,都

文章图片
#oracle#数据库
java 通过反射获取类上注解,方法上注解,注解里的值及方法参数

****测试demo    git仓库地址: https://github.com/alwaysInRoad/test-annotation-demo.git                          csdn下载地址: https://download.csdn.net/download/weixin_40841731/10708447项目为maven项目,导入时请注意!说明...

#java
java pdf转ofd

1、下载Spire.Pdf.jar 包,引入到项目中。 提取码:dc952、拷贝jar包到项目中的lib目录下(没有就按照图片新建目录 )3、pom.xml中引入<dependency><groupId>e-iceblue</groupId><artifactId>spire.pdf.free</artifactId><versio

#java
mybatis/mybatis-plus mysql json类型的字段直接映射成对象

一、mybatis主要属性:1、typeHandler:不过要自定义处理类,要继承BaseTypeHandler;数据的读写都会被这个类所过滤<resultMap id="getTestConfigByCode" type="com.xxxxx.entity.TestConfig"><id column="id" jdbcType="NUMERIC" property="id"/

#mybatis
flutter 渐变色

1、主要是gradient 这个属性Container(width: 70,height: 70,decoration: BoxDecoration(borderRadius: BorderRadius.all(Radius.circular(50)),gradient: LinearGradient(colors: [Color(0xff589429),Color(0xff6FB12F),Col

flutter 裁剪

1、 一个圆,裁剪出一段圆borderClipOval(child: Container(width: 56,height: 56,alignment: Alignment.center,decoration: BoxDecoration(border: Border.all(color: Colors.red, width: 1),borderRadius: BorderRadius.all(R

#flutter
flutter TextField类

1、类属性意思const TextField({Key key,this.controller,//编辑框的控制器,跟文本框的交互一般都通过该属性完成,如果不创建的话默认会自动创建this.focusNode,//用于管理焦点this.decoration = const InputDecoration(),//输入框的装饰器,用来修改外观TextInputType keyboardType,//

#flutter
    共 27 条
  • 1
  • 2
  • 3
  • 请选择