上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 188 下一页
摘要: sheng code上海 31云南 53内蒙古 15北京 11吉林 22四川 51天津 12宁夏 64安徽 34山东 37山西 14广东 44广西 45新疆 65江苏 32江西 36河北 13河南 41浙江 33海南 46湖北 42湖南 43澳门特别行政区 82甘肃 62福建 35贵州 52辽宁 2 阅读全文
posted @ 2024-08-29 13:50 myrj 阅读(380) 评论(0) 推荐(0)
摘要: 下载 解压缩文件夹名称:d:\platform-tools 需要将d:\platform-tools放入到环境变量path中 阅读全文
posted @ 2024-08-27 08:53 myrj 阅读(168) 评论(0) 推荐(0)
摘要: GOGLE安装插件,下载离线包后,解压缩,看到.crx文件,将crx改为zip,再拖动到GOOGLE扩展程序并开启即可 阅读全文
posted @ 2024-08-25 20:52 myrj 阅读(65) 评论(0) 推荐(0)
摘要: 发票 阅读全文
posted @ 2024-08-24 22:20 myrj 阅读(15) 评论(0) 推荐(0)
摘要: 中国乡村根兴综合调查(CRRS)数据发布中国社会科学院农村发展研究所数据介绍为深入贯彻落实总书记“大兴调查研究之风”的重要指示,全面、客观、准确掌握农村基本情况,为乡村振兴学术研究和政策研究提供数据支撑中国社会科学院农村发展研究所发起并完成了一项全国大型农村追踪调查--“中国乡村振兴综合调查(Chi 阅读全文
posted @ 2024-08-14 15:28 myrj 阅读(1999) 评论(0) 推荐(0)
摘要: https://googlechromelabs.github.io/chrome-for-testing/#stable webdriver最新版下载 阅读全文
posted @ 2024-08-10 20:04 myrj 阅读(151) 评论(0) 推荐(0)
摘要: 闲鱼每周五上午10点,补充流量 卷,可定时领取,用于推广商品 1打开闲鱼 2.我的 3 点击“黄色:成长等级:流量卷 红包 寄件卷等大礼等你来领取,进入后点击流量卷,领取,然后就可以使用了 获得闲鱼爆光卡: 1.打开闲鱼 2 我的 3 双击“鱼力值” 4 点击“商品爆光卡” 5 去使用 阅读全文
posted @ 2024-08-09 10:10 myrj 阅读(1108) 评论(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 阅读(136) 评论(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 阅读(25) 评论(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 阅读(55) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 188 下一页