码迷,mamicode.com
首页 >  
搜索关键字:ott    ( 3120个结果
自定义小程序底部菜单
第一次写博客,如果有描述不当的地方,请多多包容,也欢迎指教。 做完第一个小程序的时候就觉得小程序的底部菜单有点坑,自己做的遮罩层根本无法遮住它,所以做第二个项目的时候,就决定自己模拟一个小程序底部菜单。下面说一下自己自定义底部菜单需要了解和注意的事项 1.小程序页面层级不能超过10级 2.小程序的w ...
分类:微信   时间:2018-09-30 10:46:44    阅读次数:1037
9.29
Font 系列 text系列 color line-height 四个值的顺序是 左上 右上 右下 左下。 宽高必须是0 Margin是 外边距,属性值是数字 数字又分正负。 正数:margin:20px; 负数:在static元素中(标准流下)margin-left为负数当前元素向左走 margi ...
分类:其他好文   时间:2018-09-29 21:33:13    阅读次数:128
selenium截取验证码图片
# 截取验证码图片 from PIL import Image driver.save_screenshot('bdbutton.png') element = driver.find_element_by_xpath('//*[@id="nc_1_clickCaptcha"]/div[2]/img... ...
分类:其他好文   时间:2018-09-28 17:41:22    阅读次数:224
模拟开户接口,使用python脚本实现批量用户开通
1、目的 通过模拟接口方法,实现批量用户开通 2、分析 A、接口含body和head部分,其中body中的某些变量为必填字段,包含用户的信息。 B、用户信息清单可以整理成ott_after_check_device文件。 C、将ott_after_check_device文件转换成列表数据类型,将其 ...
分类:编程语言   时间:2018-09-28 12:42:50    阅读次数:169
position
position的五个值功能 absolute: relative: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>position</title> <style> h2.pos_left { position:relativ ...
分类:其他好文   时间:2018-09-28 00:09:53    阅读次数:220
Codeforces Gym 101174 J Risky Lottery 计算方法 逼近求值 dfs
#include #include using namespace std; int fac[10],a[10]; #define db double db p[10],f[10]; int n,m; void dfs(int now,int remain) { if(now==m) { a[now... ...
分类:其他好文   时间:2018-09-27 10:30:38    阅读次数:207
HDU 5112 A Curious Matt
A Curious Matt Time Limit: 2000/2000 MS (Java/Others) Memory Limit: 512000/512000 K (Java/Others) Total Submission(s): 3369 Accepted Submission(s): 18 ...
分类:其他好文   时间:2018-09-27 00:02:08    阅读次数:125
Sed命令n,N,d,D,p,P,h,H,g,G,x解析
摘自:https://blog.csdn.net/WMSOK/article/details/78463199 Sed命令n,N,d,D,p,P,h,H,g,G,x解析2017年11月06日 23:21:44 DataCareer 阅读数:502 标签: sedlinuxshell 更多个人分类:  ...
分类:其他好文   时间:2018-09-26 22:45:27    阅读次数:244
MUI框架-08-窗口管理-创建子页面
MUI框架 08 窗口管理 创建子页面 之前写过这一篇,不知道为什么被删了,我就大概写了,抱歉 创建子页面是为了,页面切换时,外面的页面不动,让 MUI 写出来的页面更接近原生 app 官方文档:http://dev.dcloud.net.cn/mui/window/ subpage 创建子页面 1 ...
分类:其他好文   时间:2018-09-26 22:11:49    阅读次数:229
HDU 1009 FatMouse' Trade
http://acm.hdu.edu.cn/showproblem.php?pid=1009 Problem Description FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the w ...
分类:其他好文   时间:2018-09-25 10:45:57    阅读次数:110
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!