网站首页 站内搜索

搜索结果

查询Tags标签: 0003,共有 7条记录
  • [Bug日记0003]mysql报错

    bug1 问题 [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column information_schema.PROFILING.SEQ which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=…

    2022/3/5 19:15:27 人评论 次浏览
  • 0003-logback日志输出配置

    引入依赖 核心jar包 <dependency><groupId>ch.qos.logback</groupId><artifactId>logback-classic</artifactId><version>1.2.3</version> </dependency>因为spring boot 默认集成log back 作为日志处理组件,spring-boo…

    2021/10/12 23:17:02 人评论 次浏览
  • 0003-logback日志输出配置

    引入依赖 核心jar包 <dependency><groupId>ch.qos.logback</groupId><artifactId>logback-classic</artifactId><version>1.2.3</version> </dependency>因为spring boot 默认集成log back 作为日志处理组件,spring-boo…

    2021/10/12 23:17:02 人评论 次浏览
  • 【0003】SD卡烧写镜像

    #!/bin/shreader_type1="/dev/sd" reader_type2="/dev/mmcblk0"if [ -z $2 ] thenecho "usage: ./sd_fusing.sh <SD Readers device file> <filename>"exit 0 fiparam1=`echo "$1" | awk {print substr($1,1,7)}`if …

    2021/9/2 23:11:22 人评论 次浏览
  • 【0003】SD卡烧写镜像

    #!/bin/shreader_type1="/dev/sd" reader_type2="/dev/mmcblk0"if [ -z $2 ] thenecho "usage: ./sd_fusing.sh <SD Readers device file> <filename>"exit 0 fiparam1=`echo "$1" | awk {print substr($1,1,7)}`if …

    2021/9/2 23:11:22 人评论 次浏览
  • 「洞唐Coder」自学Python编程的第0003天:了解变量与缩进

    人生苦短,我用Python我已加入#100DaysOfCode 活动 每天自学编程1小时。本文大纲 温故而知新 在第0001天的学习中,有同学提醒我。“vs code不是解释器” 后来我试了试VS code 中也可以配置 Python 环境 至于“#vs code是不是解释器 ”的这个问题,有待商榷。 等洞唐找到M…

    2021/6/20 17:22:22 人评论 次浏览
  • Ubuntu 16.04环境中读取XBOX 360手柄信息

    目录获取设备的端口读取设备数据查看端口号:查看端口输出参考 获取设备的端口 在插入设备时,在/dev/input目录下 ,操作系统会为每一个设备分配event号,先插上的为event0,后插上的为event1。 查找设备的设备号用如下指令: cat /proc/bus/input/devices获得如下输出 I:…

    2021/5/2 7:29:34 人评论 次浏览
扫一扫关注最新编程教程