上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 182 下一页
摘要: 选择英文,按shift+F3 阅读全文
posted @ 2023-03-20 21:03 myrj 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 电脑没联网,有不认识的字:利用WORD的拼音指南 阅读全文
posted @ 2023-03-20 21:00 myrj 阅读(75) 评论(0) 推荐(0) 编辑
摘要: Microsoft Visual C++ Redistributable 阅读全文
posted @ 2023-03-20 20:50 myrj 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-03-20 20:44 myrj 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Python 数据库名为 dataset,将关系型数据库包装为 NoSQL 使用方式,非常方便快捷。底层基于 SQLAlchemy,因此支持多种数据库 SQLite、PostgreSQL、MySQL。dataset.readthedocs.io/en/latest/ ​​​ 阅读全文
posted @ 2023-03-20 20:37 myrj 阅读(39) 评论(0) 推荐(0) 编辑
摘要: https://modelscope.cn/models/damo/text-to-video-synthesis/summary?continueFlag=316e474d46439886c7d26c850c8c9d37 from modelscope.pipelines import pipel 阅读全文
posted @ 2023-03-20 13:35 myrj 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(205) 评论(0) 推荐(0) 编辑
摘要: >>> 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 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(33) 评论(0) 推荐(0) 编辑
摘要: . export excel using "D:\statashu\221.xls", firstrow(variables) nolabel //将当前表导出为xls,第一行作为标题,没有值标签 //导入xls,第一行作为变量名 import excel "D:\statashu\221.xls" 阅读全文
posted @ 2023-03-19 20:48 myrj 阅读(530) 评论(0) 推荐(0) 编辑
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 182 下一页