上一页 1 2 3 4 5 6 ··· 11 下一页

2020年6月3日

摘要: this.requestWindowFeature(Window.FEATURE_NO_TITLE); setContentView(R.layout.activity_main); 转自 https://blog.csdn.net/u012246458/article/details/529977 阅读全文
posted @ 2020-06-03 13:35 chenyi4 阅读(574) 评论(0) 推荐(0) 编辑

2020年5月14日

摘要: https://www.runoob.com/w3cnote/android-tutorial-project-src-analysis.html 程序逻辑MainActivity.java 和对应的页面activity_main.xml 获取layout页面的内容填充到程序里面,setConten 阅读全文
posted @ 2020-05-14 10:33 chenyi4 阅读(771) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.myapplication"> <appl 阅读全文
posted @ 2020-05-14 10:14 chenyi4 阅读(197) 评论(0) 推荐(0) 编辑

2020年5月13日

摘要: 1.https://www.runoob.com/w3cnote_genre/android 阅读全文
posted @ 2020-05-13 14:08 chenyi4 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 1、.gradle和.idea AS自动生成的文件 2、app 代码、资源等内容 3、bulid 编译自动生成的文件 4、gradle gradle wrapper的配置文件,AS默认没有启用,可启用 5、.gitignore 指定文件排除在版本控制外 6、build.gradle 全局的gradl 阅读全文
posted @ 2020-05-13 11:24 chenyi4 阅读(272) 评论(0) 推荐(0) 编辑

2020年5月9日

摘要: 1.安装ideal +破解方法https://www.cnblogs.com/chenyi4/p/12843329.html 2.安装SDK https://www.jb51.net/softjc/713191.html 3.安装虚拟机 4.运行 新建一个项目 阅读全文
posted @ 2020-05-09 16:34 chenyi4 阅读(197) 评论(0) 推荐(0) 编辑

2020年5月7日

摘要: ideaIU-2019.3 下的这个版本的ideal 1.下载 2.下载破解的文件 https://pan.baidu.com/s/1e-PdH3nwjTdia-Lk9JD_ww 提取码: 3yyy 3.configure配置选择 -javaagent:D:\download\jetbrains-a 阅读全文
posted @ 2020-05-07 15:24 chenyi4 阅读(1488) 评论(0) 推荐(0) 编辑

2020年4月3日

摘要: npm install java 报错 binding.gyp not found 1.更新npm 1.sudo npm cache clean -f 2. sudo npm install npm -g 2.重写安装 sudo npm uninstall node-gyp -g sudo npm 阅读全文
posted @ 2020-04-03 16:50 chenyi4 阅读(3806) 评论(1) 推荐(0) 编辑
摘要: 1.把相对路径改成绝对路径 2.vue.config.js module.exports = { publicPath: './' } 3. outer-view中的内容显示不出来。路由history模式。 这个坑是当你使用了路由之后,在没有后端配合的情况下就手贱打开路由history模式的时候,打 阅读全文
posted @ 2020-04-03 13:37 chenyi4 阅读(693) 评论(0) 推荐(0) 编辑

2020年4月1日

摘要: 1.运行javac 2.写入一个HelloWorld测试 HelloWorld.java public class HelloWorld { public static void main(String []args) { System.out.println("Hello World"); } } 阅读全文
posted @ 2020-04-01 15:05 chenyi4 阅读(1523) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页

导航