1 2 3 4 5 ··· 180 下一页
摘要: ftplibpexpect telnetlib https://github.com/camelot-dev/camelot 处理提取pdf 解决安装问题https://camelot-py.readthedocs.io/en/master/user/install-deps.html ffmpy安 阅读全文
posted @ 2022-01-13 05:20 myrj 阅读(53) 评论(0) 推荐(0) 编辑
摘要: import emoji #去掉表情等特殊字符 jieshao="包括表情的字符串" jieshao=emoji.demojize(jieshao) def filter_emoji(self,desstr,restr='[emoji]'): ''' 过滤表情 ''' try: co = re.co 阅读全文
posted @ 2021-11-09 05:46 myrj 阅读(1051) 评论(0) 推荐(0) 编辑
摘要: STC单片机采取EEPROM的模式而不采用FLASH.裸机程序指令就在Flash(Flash memory)中存放,而数据就放在了RAM中(flash的写入次数有限制,同时它的速度和RAM还是差很多)。更广泛说,在单片机上RAM存放data段、bss段、堆栈段;ROM(EPROM、EEPROM、Fl 阅读全文
posted @ 2021-08-12 21:03 myrj 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 行号:pow() 列号:column() rem 将所有工作表名称写入到当前工作表第一列 Sub shtName() Dim sht As Worksheet, i As Integer i = 1 For Each sht In Worksheets Cells(i, "A") = sht.Nam 阅读全文
posted @ 2021-07-20 06:38 myrj 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 快看点官网 腾讯平台 快影官方下载 素材 新片场 电影天堂影猫80s网 阅读全文
posted @ 2021-06-28 22:21 myrj 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 1除法运算:两整数相除,结果为整数; 任意浮点数参与的除法运算结果为浮点型。所以pow(16,1/2)=1 pow(16,1.0/2)=4.00 pow(64,1.0/3)=4.00 球的体积v=4.0/3*3.14*pow(r,3); 三角形面积:d=1.0/2*(a+b+c);s=sqrt(d* 阅读全文
posted @ 2021-06-10 05:30 myrj 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:http://p 阅读全文
posted @ 2020-11-18 14:52 myrj 阅读(631) 评论(0) 推荐(0) 编辑
摘要: SQL查询窗口 选择哪行执行哪行,不选择则从上到下依次执行 delete from xsxx where xsxm is null /****** 删除所有xsxm为null的记录******/ select * from xsxx where xsxm like '张%' //显示所有姓张的记录 阅读全文
posted @ 2020-11-07 09:25 myrj 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 问卷星 信息查看网址 网站 tiny hexer 试题电子版2 电子版 微博 小红书 根据要求写sql语句 chatGPT应用 chatGPT应用1STATA17下载 ekcp https://pan.baidu.com/s/1P7AkV-btKZz0j9swKyAH3Q 4567 https:// 阅读全文
posted @ 2020-03-06 18:46 myrj 阅读(731) 评论(0) 推荐(0) 编辑
摘要: import requestsimport re txt='<a href="https://www.vgirls.com/13404.html" class="list-title text-md h-2x" target="_blank">想把夏日的阳光寄给冬日的你</a>'urla=re.fi 阅读全文
posted @ 2020-01-30 19:56 myrj 阅读(1890) 评论(0) 推荐(0) 编辑
摘要: 下载 解压缩文件夹名称:d:\platform-tools 需要将d:\platform-tools放入到环境变量path中 阅读全文
posted @ 2024-08-27 08:53 myrj 阅读(1) 评论(0) 推荐(0) 编辑
摘要: GOGLE安装插件,下载离线包后,解压缩,看到.crx文件,将crx改为zip,再拖动到GOOGLE扩展程序并开启即可 阅读全文
posted @ 2024-08-25 20:52 myrj 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 发票 阅读全文
posted @ 2024-08-24 22:20 myrj 阅读(1) 评论(0) 推荐(0) 编辑
摘要: import requests,sys import json,math,xlrd,xlwt,time #!/usr/bin/env python # -*- coding: utf-8 -*- from math import sin, asin, cos, radians, fabs, sqrt 阅读全文
posted @ 2024-08-16 08:18 myrj 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 中国乡村根兴综合调查(CRRS)数据发布中国社会科学院农村发展研究所数据介绍为深入贯彻落实***“大兴调查研究之风”的重要指示,全面、客观、准确掌握农村基本情况,为乡村振兴学术研究和政策研究提供数据支撑中国社会科学院农村发展研究所发起并完成了一项全国大型农村追踪调查--“中国乡村振兴综合调查(Chi 阅读全文
posted @ 2024-08-14 15:28 myrj 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://googlechromelabs.github.io/chrome-for-testing/#stable webdriver最新版下载 阅读全文
posted @ 2024-08-10 20:04 myrj 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 闲鱼每周五上午10点,补充流量 卷,可定时领取,用于推广商品 1打开闲鱼 2.我的 3 点击“黄色:成长等级:流量卷 红包 寄件卷等大礼等你来领取,进入后点击流量卷,领取,然后就可以使用了 获得闲鱼爆光卡: 1.打开闲鱼 2 我的 3 双击“鱼力值” 4 点击“商品爆光卡” 5 去使用 阅读全文
posted @ 2024-08-09 10:10 myrj 阅读(32) 评论(0) 推荐(0) 编辑
摘要: import re def replace_urls(text): # 匹配http或https网址的正则表达式 url_pattern = re.compile(r'https?://[^\s]+') # 替换网址 return url_pattern.sub('', text) # 示例文本 t 阅读全文
posted @ 2024-08-08 20:29 myrj 阅读(3) 评论(0) 推荐(0) 编辑
摘要: import numpy as np a=np.array([1,2,3,4]) b=np.array([5,6,7,8]) #相应项相乘再相加 print(np.inner(a,b)) #a的每一项乘以b的每一项组成新的矩阵 print(np.outer(a,b)) 阅读全文
posted @ 2024-08-08 20:19 myrj 阅读(2) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- # This code shows an example of text translation from English to Simplified-Chinese. # This code runs on Python 2.7.x and Pyth 阅读全文
posted @ 2024-08-06 10:26 myrj 阅读(1) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 180 下一页