码迷,mamicode.com
首页 >  
搜索关键字:ant 构建 android    ( 136001个结果
Android开发
开发工具:Android Studio TestView(线性布局) 1、基本属性: layout_width:组件宽度(单位dp) layout_height:组件高度 id:组件id text:文本内容 textColor:字体颜色 textStyle:字体风格,normal(无效果)、bold ...
分类:移动开发   时间:2021-04-22 16:12:15    阅读次数:0
技术规格说明书
技术栈 前端 语言 HTML5,CSS3,ECMAScript 6 HTML是网页内容的载体,CSS用于以不同样式表示网页内容,ECMAScript(JavaScript)用于实现网页特殊效果 应用开发框架 Vue.js Vue (读音 /vju?/,类似于 view) 是一套用于构建用户界面的渐进 ...
分类:其他好文   时间:2021-04-22 16:01:59    阅读次数:0
Vue之组件化理解
组件系统是 Vue 的一个重要概念,因为它是一种抽象,允许我们使用小型、独立和通常可复用的组件构建大型应用。几乎任意类型的应用界面都可以抽象为一个组件树。组件化能提高开发效率,方便重复使用,简化调试步骤,提升项目可维护性,便于多人协同开发。 组件通信 props 父给子传值 // 父组件 <Hell ...
分类:其他好文   时间:2021-04-22 15:37:37    阅读次数:0
git
There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull <re ...
分类:其他好文   时间:2021-04-22 15:28:20    阅读次数:0
Android开机启动脚本
在/root/init.rc中添加下面内容, 开机就会执行/system/bin/boot-complete-script.sh脚本 service boot_complete_script /system/bin/boot-complete-script.sh class main oneshot ...
分类:移动开发   时间:2021-04-21 12:38:11    阅读次数:0
(EST 2019 Forecast)Performance of Prediction Algorithms for Modeling Outdoor Air Pollution Spatial Surfaces
可参考的表达方式: However, in the past decade linear (stepwise) regression methods have been criticized for their lack of flexibility, their ignorance of pote ...
分类:其他好文   时间:2021-04-21 12:23:21    阅读次数:0
?.nginx匹配不同的终端http_user-agent
####1.准备站点目录 for i in {android,iphone,firefox,chrome,default} ;do mkdir /html/terminal/${i} && echo $i >/html/terminal/${i}/index.html ;done ####2.准备配 ...
分类:Web程序   时间:2021-04-21 12:00:37    阅读次数:0
邮箱(outlook)嵌入html页面
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>邮件模板</title> </head> <body> <table width="1024" border="0" cellspacing="0" cellp ...
分类:Web程序   时间:2021-04-21 11:46:08    阅读次数:0
进程、线程、协程
1.进程 定义:进程是运行中的程序,运行中的程序可以理解为内存中的代码指令和运行相关的数据被CPU读写并计算的过程。 有人会认为,要提升CPU的利用率,可以开多个进程,但是开多个进程的话,进程间通讯是个比较麻烦的事情(进程之间地址空间是独立的,需要通过其他方式,例如:管道来解决) 相反,线程之间是可 ...
分类:编程语言   时间:2021-04-20 15:30:44    阅读次数:0
Android平台OpenGL ES/Assimp/OpenCV/GLM集成说明
Android平台OpenGL ES/Assimp/OpenCV/GLM集成说明 本文代码见: https://github.com/jiangxincode/OpenGLDemo 集成Assimp 下载Assimp 5.0.1版本:https://codeload.github.com/assim ...
分类:移动开发   时间:2021-04-20 15:30:14    阅读次数:0
136001条   上一页 1 ... 35 36 37 38 39 ... 13601 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!