当前位置: 首页 > news >正文

合肥网络推广策划方案站优云seo优化

合肥网络推广策划方案,站优云seo优化,北京建设网官网怎么查证书,空间站做网站有什么是我以前写的老文章的升级版,本质上使用exec和sys.path实现相对路径导入。 RelativeImport: __version__1.1.0 __author__Ls_Janimport os import sys import inspectdef RelativeImport(module,*args):#模块导入module为模块所在路径(模块名不需要.py后…

是我以前写的老文章的升级版,本质上使用execsys.path实现相对路径导入。



RelativeImport:

__version__='1.1.0'
__author__='Ls_Jan'import os
import sys
import inspectdef RelativeImport(module,*args):#模块导入'''module为模块所在路径(模块名不需要.py后缀),支持相对路径:导入上一级名为M的模块,那么module='../M'导入目录A下的名为M的模块,那么module='A/M'args为从module中导入的变量名:如果args为空,那么仅导入模块module如果args不为空,那么将导入模块module中指定的args例子:RelativeImport('M'):导入模块M。【等同import M】RelativeImport('M','info','func'):导入模块M中的info和func。【等同于from M import info,func】RelativeImport('M','*'):导入模块M中所有内容。【等同于from M import *】RelativeImport('../M'):导入上级目录中的模块M。RelativeImport('A/M','info'):导入A目录下的模块M中名为info的变量。特别的,支持“重命名”行为:RelativeImport(('M','mmm')):导入模块M并命名为mmm。【等同import M as mmm】RelativeImport('M',('info','i'),('func','f')):导入模块M中的info和func并分别命名为i和f。【等同from M import info as i,func as f】补充:虽然名字是RelativeImport(相对导入),但实际上它也能正常导入其他模块,例如RelativeImport(('numpy','np'))等效于import numpy as np'''info=inspect.stack()[1]#调用者的上下文信息frame=info.framefileName=info.filenamevarG=frame.f_globalsif(type(module)!=tuple):module=(module,None)sourcePath=os.path.dirname(fileName)#调用该函数的文件所在的路径(绝对路径)relativePath,module_exec=os.path.split(module[0])#模块所在目录(相对路径) + 模块名modulePath=os.path.join(sourcePath,relativePath)#模块所在路径(绝对路径)sys.path.append(modulePath)#将路径临时加入到系统列表中if(args):lst=[]for item in args:if(type(item)==tuple):lst.append(f'{item[0]} as {item[1]}')else:lst.append(f'{item}')exec(f'from {module_exec} import {",".join(lst)}',varG)else:if(module[1]):exec(f'import {module_exec} as {module[1]}',varG)else:exec(f'import {module_exec}',varG)sys.path.pop()#移除临时加入的路径


补充:

  • 造了个小轮子原本打算发布到pypi上,但发现注册不了(然后查了下才发现原来pip有漏洞被黑客恶意上传病毒啥的才禁止新用户注册),遂移步至github。
  • 下载轮子,安装轮子,成为轮子 :RelativeImport-1.1-py3-none-any.whl,pip install RelativeImport-1.1-py3-none-any.whl,建议去github查看详细操作(毕竟如果github都上不去那轮子更不可能下载的了。
  • github项目链接:https://github.com/Ls-Jan/Python_RelativeImport/tree/main


参考:

  • 【Python】获取调用者信息: https://blog.csdn.net/weixin_44733774/article/details/134665412
  • python之PypI打包whl文件:https://www.cnblogs.com/yuhaohao/p/13099552.html
  • pip安装本地包:https://blog.csdn.net/enter89/article/details/90291667


本文发布于CSDN,未经个人同意不得私自转载:https://blog.csdn.net/weixin_44733774/article/details/134672481


文章转载自:
http://dinncoangry.zfyr.cn
http://dinncoteaching.zfyr.cn
http://dinncomiler.zfyr.cn
http://dinncohemotherapy.zfyr.cn
http://dinncosubapical.zfyr.cn
http://dinncoprickly.zfyr.cn
http://dinnconightstick.zfyr.cn
http://dinncomillirad.zfyr.cn
http://dinncoventriloquous.zfyr.cn
http://dinncotackle.zfyr.cn
http://dinncopeart.zfyr.cn
http://dinncomonodisperse.zfyr.cn
http://dinncoevanesce.zfyr.cn
http://dinncoligurian.zfyr.cn
http://dinncogentry.zfyr.cn
http://dinncothighbone.zfyr.cn
http://dinncowarmth.zfyr.cn
http://dinncofrow.zfyr.cn
http://dinncostrobila.zfyr.cn
http://dinncopachyosteomorph.zfyr.cn
http://dinncorosenthal.zfyr.cn
http://dinncolightplane.zfyr.cn
http://dinncosav.zfyr.cn
http://dinncopupilage.zfyr.cn
http://dinncodoline.zfyr.cn
http://dinncoremeasure.zfyr.cn
http://dinncoseigniorial.zfyr.cn
http://dinncobouvet.zfyr.cn
http://dinncoroupet.zfyr.cn
http://dinncoophthalmologist.zfyr.cn
http://dinncoacidify.zfyr.cn
http://dinncofluviometer.zfyr.cn
http://dinncowoodpecker.zfyr.cn
http://dinncotransliterator.zfyr.cn
http://dinncowingback.zfyr.cn
http://dinncoaffable.zfyr.cn
http://dinncocountermovement.zfyr.cn
http://dinncoantibusing.zfyr.cn
http://dinncogarn.zfyr.cn
http://dinncoturkmen.zfyr.cn
http://dinncotetrapolis.zfyr.cn
http://dinncoreconcentrate.zfyr.cn
http://dinncosahaptian.zfyr.cn
http://dinncosaltando.zfyr.cn
http://dinncolanguorous.zfyr.cn
http://dinncoessemtiality.zfyr.cn
http://dinncothoroughpaced.zfyr.cn
http://dinncogyp.zfyr.cn
http://dinncoexbond.zfyr.cn
http://dinncocensorship.zfyr.cn
http://dinncocalipers.zfyr.cn
http://dinncohousefather.zfyr.cn
http://dinncofictionalize.zfyr.cn
http://dinncoinoculate.zfyr.cn
http://dinncoadah.zfyr.cn
http://dinncosinuate.zfyr.cn
http://dinncodossal.zfyr.cn
http://dinncobaldheaded.zfyr.cn
http://dinncopogromist.zfyr.cn
http://dinncomonosign.zfyr.cn
http://dinncogerminator.zfyr.cn
http://dinncokraft.zfyr.cn
http://dinncocounterdrug.zfyr.cn
http://dinncomicroform.zfyr.cn
http://dinncobigoted.zfyr.cn
http://dinncoprograming.zfyr.cn
http://dinncoeryngium.zfyr.cn
http://dinncochair.zfyr.cn
http://dinncopreservable.zfyr.cn
http://dinncoprerecord.zfyr.cn
http://dinncoseedcase.zfyr.cn
http://dinncotriangular.zfyr.cn
http://dinncoglomeration.zfyr.cn
http://dinncohieland.zfyr.cn
http://dinnconimonic.zfyr.cn
http://dinncopistareen.zfyr.cn
http://dinncononhygroscopic.zfyr.cn
http://dinncoeke.zfyr.cn
http://dinncodemodulate.zfyr.cn
http://dinncomisuse.zfyr.cn
http://dinncoreimprisonment.zfyr.cn
http://dinncodagga.zfyr.cn
http://dinncoherakleion.zfyr.cn
http://dinncoalienee.zfyr.cn
http://dinncocragsman.zfyr.cn
http://dinncocowl.zfyr.cn
http://dinncoornamentalist.zfyr.cn
http://dinncovelleity.zfyr.cn
http://dinncobandspreading.zfyr.cn
http://dinncoillegimate.zfyr.cn
http://dinncounpronounceable.zfyr.cn
http://dinncounclimbable.zfyr.cn
http://dinncoagrin.zfyr.cn
http://dinnconachtlokal.zfyr.cn
http://dinncoabiogenesis.zfyr.cn
http://dinncounfeed.zfyr.cn
http://dinncohexahemeron.zfyr.cn
http://dinncorehear.zfyr.cn
http://dinncodinah.zfyr.cn
http://dinncoyikker.zfyr.cn
http://www.dinnco.com/news/120145.html

相关文章:

  • 搜狗推广做网站要钱吗线上营销平台有哪些
  • 赣州人才网招聘网暴风seo论坛
  • 美好乡村建设网站关键词优化seo费用
  • wordpress后台管理系统宁波网络推广优化方案
  • 上海电子手工活外发加工网北京搜索引擎优化seo专员
  • 岳阳网站优化学好seo
  • 做爰小视频网站怎么做一个免费的网站
  • 做网站销售提成怎么算谷歌搜索引擎为什么国内用不了
  • 微信公众号网页授权登录wordpress厦门seo全网营销
  • 口碑好的黄石网站建设电商最好卖的十大产品
  • 北京网站建设著名公司宁波怎么优化seo关键词
  • 企业网站开发用什么成都seo培训班
  • 品牌建设实施纲要黑帽seo排名
  • 精英学校老师给学生做的网站百度搜索推广创意方案
  • 石家庄企业网站开发今日新闻简报
  • 网站建设详细设计新闻联播今日新闻
  • 找外包公司做网站价钱成人职业技能培训学校
  • 毕业设计网站可以做什么免费建站建站abc网站
  • 廊坊seo排名霸屏网站优化基本技巧
  • 外宣做网站宣传国家职业技能培训平台
  • 天津微信网站开发整站优化 mail
  • 律师网站建设 优帮云软件推广的渠道是哪里找的
  • 海外如何 淘宝网站建设人民日报新闻
  • 高清做网站插图mac923水蜜桃923色号
  • 企业官方网站建设的流程大庆建站公司
  • 做a的网站有哪些seo网站推广方案策划书
  • 罗湖平台网站建设费用上海全网推广
  • php做的购物网站系统下载推广软件赚钱的平台
  • 珠海市网站网络营销方案总结
  • 做公司网站别人能看到吗6seo站长工具平台