码迷,mamicode.com
首页 >  
搜索关键字:build version    ( 35499个结果
Android自定义布局FlowLayout的实现
import android.annotation.TargetApi; import android.content.Context; import android.content.res.TypedArray; import android.os.Build; import android.ut ...
分类:移动开发   时间:2021-06-22 17:57:53    阅读次数:0
IP原理
1.IP是网络层的协议,IP协议规定了数据的封装方式,网络节点的标识方法,用于网络上数据的端到端的传递 2.IP头格式[1byte = 8bit] version[4bit] 版本:用来标识封装的为IPV4或IPV6 IHL[4bit] 头部长度:用来描述数据包头的内容长度 Type of Serv ...
分类:其他好文   时间:2021-06-22 17:52:19    阅读次数:0
I.MX6ULL移植Q5.12.9报Could not load the Qt platform plugin "linuxfb" in "/usr/lib/arm-qt/plugins" even though it was found.错误
根据正点原子的移植教程移植完成并成功运行,这是前提。 但是自己用buildroot做的rootfs,把qt的库放到里边,运行测试程序缺报错 ` qt.qpa.plugin: Could not load the Qt platform plugin "linuxfb" in "/usr/lib/ar ...
分类:系统相关   时间:2021-06-21 21:06:47    阅读次数:0
Gson序列化时排除字段
1.正常序列化 new Gson().toJson(obj) 2.序列化null Gson gson = new GsonBuilder().serializeNulls().create(); gson.toJson(obj) 3.忽略序列化某字段 排除transient字段 字段加上transi ...
分类:其他好文   时间:2021-06-21 20:59:25    阅读次数:0
【图像边缘检测】基于matlab GUI sobel+prewit+canny算法图像边缘检测【含Matlab源码 1045期】
一、简介 基于matlab GUI sobel+prewit+canny算法图像边缘检测 二、源代码 function varargout = guipic(varargin) % GUIPIC MATLAB code for guipic.fig % GUIPIC, by itself, crea ...
分类:编程语言   时间:2021-06-21 20:58:29    阅读次数:0
家庭记账本App进程
今天在昨天的基础上,相继完成了三个页面的布局和显示情况: 新增加的xml文件如下: activity_add.xml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android ...
分类:移动开发   时间:2021-06-21 20:49:16    阅读次数:0
webpackPlugin处理index.html到dist
1.webpack.config.js中导入 const HtmlWebpackPlugin = require('html-webpack-plugin') 2.pulgin中新增 new HtmlWebpackPlugin({ template:'index.html' }) 3.需要删除out ...
分类:Web程序   时间:2021-06-21 20:44:37    阅读次数:0
线程绑定到指定CPU
参考:https://mp.weixin.qq.com/s/494wqyxyFzDuGwG_51tFbQ <dependency> <groupId>net.openhft</groupId> <artifactId>affinity</artifactId> <version>3.20.0</ve ...
分类:编程语言   时间:2021-06-21 20:34:49    阅读次数:0
Android随笔
实现效果图: 代码实现: Step 1:编写矩形边框的Drawable: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" > <!-- 设 ...
分类:移动开发   时间:2021-06-21 20:14:59    阅读次数:0
JAVA日报
从零开始的体温app开发(layout1) <?xml version="1.0" encoding="utf-8"?><ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://s ...
分类:编程语言   时间:2021-06-21 20:12:57    阅读次数:0
35499条   上一页 1 ... 5 6 7 8 9 ... 3550 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!