上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 102 下一页
摘要: copy /Y "$(TargetDir)$(ProjectName).exe" "\\192.168.0.156\156\wolailianxian2"copy /Y "$(TargetDir)$(ProjectName).pdb" "\\192.168.0.156\156\wolailianxi 阅读全文
posted @ 2022-11-25 16:22 simadi 阅读(48) 评论(0) 推荐(0)
摘要: /// <summary> /// 删除5天前旧日志 以防日志占用大量硬盘空间 /// </summary> public static void DelOverdueFiles(int days = 5) { string logDir = AppDomain.CurrentDomain.Base 阅读全文
posted @ 2022-11-24 20:14 simadi 阅读(46) 评论(0) 推荐(0)
摘要: 罗晓音,1972年出生于四川自贡市贡井区,毕业于中国音乐学院作曲系。1995年7月加入西山居,独立创作西山居所有作品的音乐和音效。著名音乐制作人,被称为网络音乐游戏第一人。曾为QQ自由幻想、剑侠世界等网络游戏创作歌曲。中国音乐学院中音技术交流会、中国录音师协会、中国音乐剧研究会会员。2018年8月, 阅读全文
posted @ 2022-11-22 19:49 simadi 阅读(82) 评论(0) 推荐(0)
摘要: var jSetting = new JsonSerializerSettings {NullValueHandling = NullValueHandling.Ignore}; var json = JsonConvert.SerializeObject(response, Formatting. 阅读全文
posted @ 2022-11-15 15:00 simadi 阅读(385) 评论(0) 推荐(0)
摘要: 极连快传 (360.cn) 阅读全文
posted @ 2022-11-08 09:12 simadi 阅读(80) 评论(0) 推荐(0)
摘要: https://palette.fm/ 阅读全文
posted @ 2022-11-02 12:14 simadi 阅读(55) 评论(0) 推荐(0)
摘要: 我看了一下 C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\Extensions\Microsoft\Python\Core\NewFileItems 这里面大文件都是utf-8编码, 为什么我在vs里新建 阅读全文
posted @ 2022-10-31 21:32 simadi 阅读(453) 评论(0) 推荐(0)
摘要: import utils.log as logger import sqlite3 ##sys.path.append(os.path.abspath(os.path.dirname(__file__) + '/' + '..')) ##sys.path.append("..") class Sql 阅读全文
posted @ 2022-10-24 17:31 simadi 阅读(158) 评论(0) 推荐(0)
摘要: # _*_ coding: utf-8 _*_ import logging import os.path import time #logging.basicConfig(level=logging.DEBUG) # 配置全局root logger class Logger(object): de 阅读全文
posted @ 2022-10-24 17:30 simadi 阅读(45) 评论(0) 推荐(0)
摘要: 官网 https://www.sqlalchemy.org/download.html SQLALCHEMY用法详解 https://blog.csdn.net/kepengs/article/details/82582338 Python 使用ORM框架 https://blog.csdn.net 阅读全文
posted @ 2022-10-24 13:58 simadi 阅读(55) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 102 下一页