码迷,mamicode.com
首页 >  
搜索关键字:chrome os    ( 150128个结果
[BEX] Quasar bex 提供的那些配置
Manifest.json https://developer.chrome.com/extensions/manifest Background Script & Content Script Background Script - 运行在BEX本身的上下文中,可以监听所有可用的浏览器扩展事件。每 ...
分类:其他好文   时间:2021-06-23 16:40:29    阅读次数:0
保存cookie
目前还没看懂,mozillacookiejar 啥子意思 网上都是基本上是复制粘贴的,没讲明白。 所以就死记硬背吧。 记住民工三连: cookie = cookiejar.Mozillacookiejar(filename) handler = urllib.request.HTTPCookiePr ...
分类:其他好文   时间:2021-06-23 16:30:57    阅读次数:0
免费的分布式的自动化测试工具
http://www.selenium.org.cn/ 免费的分布式的自动化测试工具 支持多平台:windows、linux、MAC ,支持多浏览器:ie、ff、safari、opera、chrome,多语言C、 java、ruby、python、或都是C# 免费开源 免费开源,对商业用户也没有任何 ...
分类:其他好文   时间:2021-06-22 18:12:10    阅读次数:0
Android自定义布局FlowLayout的实现
import android.annotation.TargetApi; import android.content.Context; import android.content.res.TypedArray; import android.os.Build; import android.ut ...
分类:移动开发   时间:2021-06-22 17:57:53    阅读次数:0
Centos 8.2 x64安装MariaDB(MySql)---九五小庞
简介OS: CentOS Linux release 8.2 开始清除mysql# 查看系统信息$ cat /etc/redhat-releaseCentOS Linux release 8.2.2004 (Core) # 查看有没有mysql$ rpm -qa | grep mysqlmysql- ...
分类:数据库   时间:2021-06-22 17:36:24    阅读次数:0
家庭记账本App进程
今天完成了昨天的初步构想,详细介绍见上一篇博客,具体项目结构和案例如下: MainActivity.java: package com.example.familybooks; import android.os.Bundle; import android.provider.ContactsCon ...
分类:移动开发   时间:2021-06-21 20:51:37    阅读次数:0
重载运算符<<
ostream & operator<<(ostream & os,const Time &t) { os<<XX<<' '<<YY; return os; } 在这里 return os是为了可以连贯的cout (cout<<1)<<Time; ...
分类:其他好文   时间:2021-06-20 17:48:15    阅读次数:0
洪水淹没Web三维模拟系统
“FloodFreeth3D”是一款对(Mike flood等水动力软件)计算的洪水演进结果 做三维仿真模拟的Web系统。 技术参数: 1. B/S架构,支持多Web浏览器(ie、chrome、firefox、360...) 2. 基于Mike flood等洪水分析软件输出结果进行流畅的洪水演进过程 ...
分类:Web程序   时间:2021-06-19 19:20:32    阅读次数:0
线性回归房价预测
线性回归 房价预测 跟着李沐的动手学深度学习,跟着写了一遍房价预测的处理和预测,加了一些注释,同时稍微改动了一些地方 import hashlib import os import tarfile import zipfile import requests DATA_HUB = dict() DA ...
分类:其他好文   时间:2021-06-19 18:54:00    阅读次数:0
Pyton 练习题2
1 #显示跑马灯文字 2 import os 3 import time 4 def main(): 5 content = str(input('输入显示内容:')) 6 while True: 7 os.system('cls') 8 print(content) 9 time.sleep(0. ...
分类:其他好文   时间:2021-06-18 19:20:19    阅读次数:0
150128条   上一页 1 ... 3 4 5 6 7 ... 15013 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!