码迷,mamicode.com
首页 >  
搜索关键字:advertising id    ( 68261个结果
Python
内置函数: bool()计算对象的bool值 type()查看数据类型 str()转字符 int()转int float()转浮点 a is b 比较ID是否相等 not b 等于 !b //取整运算 ** 幂运算 “”“xxx""" 块注释,也可以作为字符串使用 None 空列表:[]、list( ...
分类:编程语言   时间:2021-05-24 06:38:27    阅读次数:0
selenium webDriver属性
1 from selenium import webdriver 2 from time import sleep 3 import random 4 class testCase(object): 5 def __init__(self): 6 url = 'http://www.baidu.co ...
分类:Web程序   时间:2021-05-24 06:36:25    阅读次数:0
记一次线上java程序CPU占用过高问题排查
1、top cpu占用过高 2、docker stats 3、docker ps 4、docker exec -it /bin/bash 【id】 5、top 6、ps -mp [占用过高程序pid] -o THREAD,tid,time 7、printf "%x\n" [异常线程tid] 8、js ...
分类:编程语言   时间:2021-05-24 06:32:15    阅读次数:0
阿里maven
1、阿里maven <repositories> <repository> <id>alimaven</id> <url>https://maven.aliyun.com/repository/public</url> </repository> </repositories> <pluginRep ...
分类:其他好文   时间:2021-05-24 06:23:30    阅读次数:0
suse11-x86 配置裸设备
环境为suse11-oracleA、B 数据库主机配置裸设备 1、查看A、B主机是否存在共享盘 Oracle1:~# lvmdiskscan /dev/vg01/lv01 [ 100.00 GiB] /dev/sda1 [ 1.00 GiB] /dev/vg01/lv02 [ 10.00 GiB] ...
分类:其他好文   时间:2021-05-24 06:13:25    阅读次数:0
wms trace 及 重启wms mobile server
metlink id 1400383.1 Cd 进入$MWA_TOP/bin下 In 11i: $MWA_TOP/secure/ In R12: $INST_TOP/admin/install/ sh mwactl.sh -login sysadmin/sysadmin stop_force 102 ...
分类:其他好文   时间:2021-05-24 06:11:49    阅读次数:0
原生input type 为file 时的各参数
原生input 类型为file时需要对不同参数做出调整 <input type="file" name="file" id="file" accpet=".doc,.docx,application/msword,application/vnd.openxmlformats-officedocume ...
分类:其他好文   时间:2021-05-24 06:06:15    阅读次数:0
用Taro写一个微信小程序——Taro3路由传参
🌲 参考https://docs.taro.zone/docs/router 1、传入参数 Taro.navigateTo({ url: '/pages/page/path/name?id=2&type=test' }) 2、在跳转后的页面获取入参 import { getCurrentInsta ...
分类:微信   时间:2021-05-24 05:53:43    阅读次数:0
Docker容器基础管理
Docker容器管理基础 运行第一个容器,容器启动必须依赖镜像。 [root@localhost ~]# docker image ls #首先查看已有的镜像REPOSITORY TAG IMAGE ID CREATED SIZEnginx latest 62d49f9bab67 3 weeks a ...
分类:其他好文   时间:2021-05-24 05:44:20    阅读次数:0
scp免密传输文件
准备两台可以相互传输文件的服务器A/B 1、在A服务器上,进入.ssh 目录; cd ~/.ssh 2、在A服务器上面的.ssh目录下生成密钥; ssh-keygen -t rsa 三次确认 enter 生成两个密钥,一个是私钥,一个是公钥; 3、将生成的密钥(id_rsa.pub)发送到B服务器上 ...
分类:其他好文   时间:2021-05-24 05:38:48    阅读次数:0
68261条   上一页 1 ... 27 28 29 30 31 ... 6827 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!