会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
myrj
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
49
50
51
52
53
54
55
56
57
···
188
下一页
2023年3月21日
python 图片去背景
摘要: from rembg import remove from PIL import Image input_path="tuurenwu.png" out="mca.png" input=Image.open(input_path) outa=remove(input) outa.save(out)
阅读全文
posted @ 2023-03-21 07:15 myrj
阅读(127)
评论(0)
推荐(0)
2023年3月20日
word英文改大小写
摘要: 选择英文,按shift+F3
阅读全文
posted @ 2023-03-20 21:03 myrj
阅读(168)
评论(0)
推荐(0)
WORD的拼音指南 不连网 汉字标拼音
摘要: 电脑没联网,有不认识的字:利用WORD的拼音指南
阅读全文
posted @ 2023-03-20 21:00 myrj
阅读(94)
评论(0)
推荐(0)
Microsoft Visual C++ Redistributable下载地址
摘要: Microsoft Visual C++ Redistributable
阅读全文
posted @ 2023-03-20 20:50 myrj
阅读(138)
评论(0)
推荐(0)
把毛病吃回去:陈李济舒筋健腰丸
摘要:
阅读全文
posted @ 2023-03-20 20:44 myrj
阅读(18)
评论(0)
推荐(0)
Python 数据库:非关系型数据库
摘要: Python 数据库名为 dataset,将关系型数据库包装为 NoSQL 使用方式,非常方便快捷。底层基于 SQLAlchemy,因此支持多种数据库 SQLite、PostgreSQL、MySQL。dataset.readthedocs.io/en/latest/
阅读全文
posted @ 2023-03-20 20:37 myrj
阅读(49)
评论(0)
推荐(0)
python 文本形成视频
摘要: https://modelscope.cn/models/damo/text-to-video-synthesis/summary?continueFlag=316e474d46439886c7d26c850c8c9d37 from modelscope.pipelines import pipel
阅读全文
posted @ 2023-03-20 13:35 myrj
阅读(225)
评论(0)
推荐(0)
adb 打开快手 双开的快手
摘要: aak="adb -s {0} shell am start --user 0 -n com.kuaishou.nebula/com.yxcorp.gifshow.HomeActivity".format(sjh) aak="adb -s {0} shell am start --user 999
阅读全文
posted @ 2023-03-20 08:23 myrj
阅读(349)
评论(0)
推荐(0)
ADB 双开差别
摘要: >>> jiance(sjh) ACTIVITY MANAGER ACTIVITIES (dumpsys activity activities) Display #0 (activities from top to bottom): Stack #190: type=standard mode=f
阅读全文
posted @ 2023-03-20 07:31 myrj
阅读(93)
评论(0)
推荐(0)
2023年3月19日
python 读STATA
摘要: import pandas as pd from sqlalchemy import create_engine # read in the Statal file df = pd.read_stata('1.dta') # create a connection to the MySQL data
阅读全文
posted @ 2023-03-19 20:56 myrj
阅读(59)
评论(0)
推荐(0)
上一页
1
···
49
50
51
52
53
54
55
56
57
···
188
下一页
公告