com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds a ...
分类:
数据库 时间:
2020-02-04 11:05:13
阅读次数:
91
昨天电脑重装了系统就没有写学习进度 今天在菜鸟教程里面学习了 一、Android常用布局属性 1. LinearLayout的特有属性 android:orientation:设置布局排列方式 android:layout_weight:设置所占布局的权重 android:weightSum:设置最 ...
分类:
其他好文 时间:
2020-02-04 00:55:22
阅读次数:
93
题目内容 Given two non negative integers num1 and num2 represented as strings, return the product of num1 and num2, also represented as a string. Example: ...
分类:
其他好文 时间:
2020-02-03 22:31:16
阅读次数:
81
安装sbtsbt是一款Spark用来对scala编写程序进行打包的工具,下载地址https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.11/sbt-launch.jar 下载后,执行如下命令拷贝至 ...
分类:
其他好文 时间:
2020-02-03 13:34:38
阅读次数:
100
本随笔主要记录Launch的问题解决。 UE4打包遇到的问题层出不穷,有些比较急的时候,只能用Launch来将就一下。 但Launch也会遇到各种问题,这里解决一个记录一个。 1. Launch failed! Missing UE4Game binary. 具体问题如图: 缺失UE4二进制,如下图 ...
分类:
其他好文 时间:
2020-02-03 12:13:04
阅读次数:
235
业务需求: 创建一个不可变的Person对象,这个Person可以拥有以下几个属性:名字、性别、年龄、职业、车、鞋子、衣服、钱、房子。 要求: 其中名字和性别是必填项,而其他选填项可以根据情况自由输入。 具体实现: 1.为了保证对象的不可变,我们要将Person类中的每一个属性都声明为private ...
分类:
其他好文 时间:
2020-02-02 20:00:16
阅读次数:
83
"整数反转" 题目描述 给出一个 32 位的有符号整数,你需要将这个整数中每位上的数字进行反转。 示例 1 示例 2 示例 3 注意: 假设我们的环境只能存储得下 32 位的有符号整数,则其数值范围为 [?231, 231 ? 1]。请根据这个假设,如果反转后整数溢出那么就返回 0。 思路1 简单的 ...
分类:
其他好文 时间:
2020-02-02 01:37:37
阅读次数:
96
对于AlertDialog的相关知识: 1.创建构造器AlertDialog.Builder的对象; 2.通过构造器对象调用setTitle、setMessage、setIcon等方法构造对话框的标题、信息和图标等内容; 3.根据需要调用setPositive/Negative/NeutralBut ...
分类:
移动开发 时间:
2020-02-01 21:16:22
阅读次数:
111
error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native/docs/getting-s ...
分类:
移动开发 时间:
2020-02-01 19:49:03
阅读次数:
142
1、查看centos 的发行版本号 [zhou@localhost ~]$ cat /etc/redhat-releaseCentOS Linux release 8.1.1911 (Core)[zhou@localhost ~]$ 2、查看linux内核版本号[zhou@localhost ~]$ ...
分类:
其他好文 时间:
2020-02-01 10:45:30
阅读次数:
147