03 2024 档案
摘要:首先在字典中配置下news 然后在分类管理里 添加该分类(如果没有的话 就去权限管理里找,把他显示出来) 3.去添加数据库 注意事项: createtime 必须使用 int或者bigint 类型,其他类型无法识别,文档不靠谱是错的!! admin_id 默认值为1,不可为null,不然无法关联 表
阅读全文
摘要:public class yunsuan { public static void main(String[] args) { int a = 10; double b = 10.3; System.out.println(a+b); //隐式转换 byte c = 30; byte d = 100
阅读全文
摘要:1.安装java环境,装了之后环境就配置好了,不用再手动配置 2.建个文件夹和文件 写java程序 3.写代码 helloworld public class HelloWorld{ public static void main(String[] args){ System.out.println
阅读全文