上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 181 下一页
摘要: Microsoft Visual C++ Redistributable 阅读全文
posted @ 2023-03-20 20:50 myrj 阅读(68) 评论(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 阅读(36) 评论(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 阅读(154) 评论(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 阅读(147) 评论(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 阅读(58) 评论(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 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 下载https://github.com/mli/autocut 解压缩:pip install git+https://github.com/mli/autocut.git D:\c-理论\tool\autocut-main\autocut-main> python setup.py instal 阅读全文
posted @ 2023-03-19 20:26 myrj 阅读(110) 评论(0) 推荐(0) 编辑
摘要: import pandas as pd df=pd.read_excel('bb.xlsx') column = list(df.columns) for i in range(0, len(df)): print(df.iloc[i][column[0]],df.iloc[i][column[1] 阅读全文
posted @ 2023-03-19 14:57 myrj 阅读(838) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 181 下一页