昨天对Button组件进行了一定的学习,实际上学习的东西相当少,今天加大了学习量,主要学习了android的六个布局:RelativeLayout【相对布局】,LinearLayout【线性布局】,GridLayout【网格布局】,FrameLayout【帆布局】,TableLayout【表格布局】 ...
分类:
移动开发 时间:
2020-02-03 20:48:10
阅读次数:
82
Write a program to find the weighted shortest distances from any vertex to a given source vertex in a digraph. If there is more than one minimum path ...
分类:
其他好文 时间:
2020-02-03 15:53:01
阅读次数:
83
Write a program to not only find the weighted shortest distances, but also count the number of different minimum paths from any vertex to a given sour ...
分类:
其他好文 时间:
2020-02-03 15:52:30
阅读次数:
88
A:整个串数字和%2==0,末尾%2==1,不就是挑出来两个奇数吗。。 1 #include<stdio.h> 2 #include<string.h> 3 #define it register int 4 #define ct const int 5 #define il inline 6 co ...
分类:
其他好文 时间:
2020-02-03 09:44:30
阅读次数:
123
分享一种平时用的三段式布局(flex) 主要思路是 上中下 header&footer 给高度 main 占其余部分 html 部分 <div class='wrap'> <div class='header'></div> <div class='main'></div> <div class=' ...
分类:
移动开发 时间:
2020-02-02 23:49:12
阅读次数:
300
很多时候对于不同的平台需要编写不同的代码,可选的方式 build tag 参考格式 // +build 对于平台处理的例子 // +build linux,386 darwin,!cgo 文件后缀 参考格式 _$GOOS.go _$GOOS_$GOARCH.go 参考例子 mypkg_freebsd ...
分类:
其他好文 时间:
2020-02-02 14:16:25
阅读次数:
70
CAT ET III Caterpillar Scanner Features: Display graph and log status parameters. Retrieve prognostic data including histograms, engine totals for fue ...
分类:
其他好文 时间:
2020-02-02 12:21:10
阅读次数:
90
from tensorflow.python.keras.preprocessing.image import load_img,img_to_array from tensorflow.python.keras.models import Sequential,Model from tensorf ...
分类:
其他好文 时间:
2020-02-02 01:08:50
阅读次数:
331
Error:No such property: GradleVersion for class: JetGradlePlugin 错误原因:IDE 版本(GradlePlugin)和 Gradle 版本不匹配导致这个错误。 GradlePlugin 版本和 AndroidStudio 版本一致,与 ...
分类:
移动开发 时间:
2020-02-01 00:41:38
阅读次数:
407
import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' import tensorflow as tf #tensorboard --logdir="./" # 命令行参数 python x.py --max_step=500 tf.app.flags. ...
分类:
其他好文 时间:
2020-01-31 20:35:23
阅读次数:
169