setup
-
Windows 下打包python 程序
安装pip3 install pyinstaller执行打包命令 pyinstaller-F setup.py Pyinstaller -F setup.py # 打包exe Py…
-
我是格鲁特
我是格鲁特 我是格鲁特——我是格鲁特——我是格鲁特! ——我很大。 这不仅仅是三个词,这意味着他说的远不止这些。 谢谢这个小家伙@aarthi_ ❤️✨ marvel #mcu #…
-
vue3项目debugger调试看不到源码-jeecgboot
问题描述: 采用setup标签写的代码,debuger的时候看不到源码,导致无法调试。 setup写法示例:<script lang=”ts” name=”order-app…
-
python将代码打包成whl或者压缩文件使用pip安装
需要条件:安装setuptools,wheel 创建目录 helloworld—init.py—代码1.py—代码2.pysetup.py 编辑__init__.py from h…
-
C#调用python脚本(二)python代码打包成库供C#调用
python: 新建一个py文件“__init__.py”,简单测试 def main(): return 11111; def test1(name): return name;…
-
linux-0.11分析:boot文件 head.s 第三篇随笔
head.s 参考 [github这个博主的][ https://github.com/sunym1993/flash-linux0.11-talk ] 改变栈顶位置 _pg_di…
-
Linux0.11源码学习(一)
Linux0.11源码学习(一) linux0.11源码学习笔记参考资料:https://github.com/sunym1993/flash-linux0.11-talk源码查看…
-
python-微信
wxpy/itchat已禁用 自从微信禁止网页版登陆之后,itchat 库实现的功能也就都不能用了; itchat现在叫wxpy 1.安装库wxpy: PS D:/01VSCo…
-
Vue3快速上手
1.Vue3简介 2020年9月18日,Vue.js发布3.0版本,代号:One Piece(海贼王) 耗时2年多、2600+次提交、30+个RFC、600+次PR、99位贡献者 …
-
python制作wheel包
参考链接: https://zhuanlan.zhihu.com/p/276461821?utm_source=com.sec.android.app.sbrowser&u…