首先点击左上角的 File → setting 点击 Editor → Code Style → java 点击 Code Generation → Name prefix (前缀) Field m (普通的成员变量 前缀加m my的意识)Static field s (静态成员变量前缀加s sel ...
分类:
移动开发 时间:
2019-11-24 15:41:47
阅读次数:
88
file–>Other Settings–>Default Project Structure ...
分类:
移动开发 时间:
2019-11-24 12:00:09
阅读次数:
70
报的错很多,有build gradle中的两个大红感叹号,由此引发了一大堆问题 注意到最后出现红色打包错误的代码: Failed to read PNG signature: file does not start with PNG signature 修改: 由于最开始打算修改图标,所以在draw ...
分类:
移动开发 时间:
2019-11-23 20:06:16
阅读次数:
535
一、前言 在今年九月的 PyCon China 大会上,官宣了一项 VS Code Python 的全新功能:Visual Studio Code Python 插件将提供 Jupyter Notebook 的原生支持,这样 Jupyter Notebook 的便捷性与 VS Code 强大的编辑和 ...
分类:
其他好文 时间:
2019-11-23 16:22:48
阅读次数:
61
学习聊天软件UI界面在android studio中的设计方法。 UI设计主要用到控件有: textview:显示文本信息,文本的对齐方式和字体由具体属性控制。 button:注册监听器,每当点击按钮,就会执行监听器中的onclick()方法。 edittext:允许用户输入和编辑内容,可以用max ...
分类:
其他好文 时间:
2019-11-22 23:38:02
阅读次数:
78
1.搜索按照Easy WXLESS 2.在文件中加入下面的一行代码;就会在同级目录下同步代码到.wss // out: index.wxss 更多的写法可以查官网:https://marketplace.visualstudio.com/items?itemName=yunfeizuo.easy-w ...
分类:
微信 时间:
2019-11-22 17:51:51
阅读次数:
331
1.Could not find an option named "androidx". Run 'flutter -h' (or 'flutter -h') for available flutter commands and options. 现象:Android studio工程新建Flutt ...
分类:
其他好文 时间:
2019-11-22 12:02:42
阅读次数:
54
1、将eclipse工程导入到android studio后的配置。 Error: Your project contains C++ files but it is not using a supported native build system. 在app模块的build.grade中的Bui ...
分类:
移动开发 时间:
2019-11-22 10:38:27
阅读次数:
108
Installer Projects(Microsoft Visual Studio Installer Projects) vs => 菜单栏 => 工具 => 扩展和更新 https://marketplace.visualstudio.com/items?itemName=VisualStud ...
安装node.js最新版 这里安装的是8.11.4版 image.png image.png 更新npm至最新版 安装node.js后, npm默认版本为: 6.1.0 image.png image.png 使用npm install npm -g更新npm至最新版 image.png image ...
分类:
其他好文 时间:
2019-11-21 11:45:16
阅读次数:
70