摘要:
public class Demo03 { public static void main(String[] args) { //整数拓展 :进制 二进制0b 十进制 八进制0 十六进制 0x int i = 10; int i2 = 010;//八进制0 int i3 = 0x10;//十六进制0 阅读全文
摘要:
出现mysqld: Can't create directory 'D:\Environment\mysql-5.7.37 \data' (Errcode: 2 - No such file or directory)极大原因是my.ini的配置有问题 my.ini配置 [mysqld] based 阅读全文
摘要:
Markdown学习 标题 三级标题 四级标题 字体 hello word hello word hello word hello word 引用 环境更加hi举报 分割线 图片 超链接 点击跳转 列表 a b a b c 表格 名字 性别 生日 张三 男 199 代码 public 阅读全文