会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jianglx_whu
博客园
首页
新随笔
联系
订阅
管理
2021年8月14日
python发生继承时 __dict__属性
摘要: class LazyDB(): def __init__(self, exist=6) -> None: self.exists=exist print('Initilized called') # def __getattr__(self, name): # value='V for %s'%na
阅读全文
posted @ 2021-08-14 18:01 Jianglx_whu
阅读(152)
评论(0)
推荐(0)
2018年7月4日
MATLAB的.m文件使用iconv工具在windows和linux平台下编码的批量转换
摘要: # -*- coding: utf-8 -*- #!/bin/python import os import sys def TransCode(rootpath, pattern): for root, dirs, files in os.walk(rootpath): for file_ in
阅读全文
posted @ 2018-07-04 13:34 Jianglx_whu
阅读(327)
评论(0)
推荐(0)
公告