码迷,mamicode.com
首页 >  
搜索关键字:android style    ( 330785个结果
Python面向对象
1、面向对象 class: 类: 一个模板、模型 对象、实例: 通过模型制作出来的东西 实例化:制作实例的过程 self :本类对象 私有: 私有方法、私有变量,就是出了类之后就不能调用了 私有方法:方法名前加上"__"可定义为私有方法 私有变量:变量名前加上"__"可定义为私有变量 __init_ ...
分类:编程语言   时间:2021-07-02 15:58:19    阅读次数:0
proj4js 坐标转换
Proj4js 是一个开源的 JavaScript 库,用于将点坐标从一个坐标系转换到另一个坐标系,包括基准转换。 git代码库地址:https://github.com/proj4js/proj4js 另一个坐标系在线查询和坐标转换地址:https://epsg.io/ 在PostGIS中... ...
分类:Web程序   时间:2021-07-02 15:29:04    阅读次数:0
css列表属性和display属性
列表属性 ol,ul{ /*list-style: disc;*/ /*实心圆点*/ /*list-style: square;*/ /*实心小方块*/ /*list-style: circle;*/ /*空心圆点*/ /*list-style: decimal;*/ /*1/2/3数字排序*/ / ...
分类:Web程序   时间:2021-07-01 17:29:11    阅读次数:0
【Kubernetes Series】Kubernetes 简介
...
分类:Web程序   时间:2021-07-01 17:17:40    阅读次数:0
android解决W/System.err: retrofit2.adapter.rxjava3.HttpException: HTTP 400 Bad Request 错误
接口请求中加header有时400报错,请求失败 查看信息应该是header传值有问题,语法格式有误,可能是header中有特殊字符为编码,服务器无法理解此请求。尝试fix,将header全部utf-8编码后再请求。 1 var token = SpUtil.getToken() 2 try { 3 ...
分类:移动开发   时间:2021-07-01 17:04:10    阅读次数:0
工作小记录-首页
<div class="content" style="padding: 0px 0px 0 0px;min-height:850px;"> <div id="home"> <div class="home-top"> <div class="left"> <div class="left-left ...
分类:其他好文   时间:2021-07-01 17:00:57    阅读次数:0
12. ES6 - const的使用
什么时候使用const? 当我们修饰的标识符不希望被别人更改的话(再次赋值),那么我们就可以使用const来修饰属性保证数据的安全性,但是建议: ES6 开发时。优先用const,要改变的变量用let即可。 C/C++ 是用来定义常量的. 使用特点: 1. 当定义的时候 记得一定要去赋值,而且只能赋 ...
分类:其他好文   时间:2021-07-01 16:55:15    阅读次数:0
"Hello osmdroid World"手机GPS轨迹数据
osmdroid's MapView is basically a replacement for Google's MapView class. First of all, create your Android project, and follow HowToMaven if you're u ...
分类:移动开发   时间:2021-07-01 16:54:55    阅读次数:0
绩效考核2
陈栋梁: 工作质量(40%):80 工作量(20%):80 主动性(20%):75 帮助团队(10%):75 自身成长(10%):80 评价得分:78.5 江: 工作质量(40%):80 工作量(20%):80 主动性(20%):80 帮助团队(10%):85 自身成长(10%):80 评价得分:8 ...
分类:其他好文   时间:2021-07-01 16:49:55    阅读次数:0
HTML5-03
学习HTML5的第三天: 1.带样式的表格表单 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>表格表单</title> <style type="text/css"> tr { border: none; height: 30 ...
分类:Web程序   时间:2021-07-01 16:36:54    阅读次数:0
330785条   上一页 1 ... 4 5 6 7 8 ... 33079 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!