会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
去遇见最好的自己
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2022年4月2日
解决windows10没有“连接到无线显示器”选项
摘要: 
阅读全文
posted @ 2022-04-02 15:19 去遇见最好的自己
阅读(4188)
评论(0)
推荐(0)
2022年3月17日
远程登录linux(centOS)中的MySQL
摘要: 注意两点: 1.安装MySQL: 2.在MySQL中创建用户和授权用户、刷新权限: 用户root账号登录MySQL 2.1 创建用户 create user '新用户名'@'localhost' identified by '密码'; # 创建本地用户 create user '新用户名'@'%'
阅读全文
posted @ 2022-03-17 22:43 去遇见最好的自己
阅读(458)
评论(1)
推荐(0)
2021年4月29日
(转)windows ping 带时间戳
摘要: windows ping 带时间戳 </h1> <div class="clear"></div> <div class="postBody"> <div id="cnblogs_post_description" style="display: none"> windows ping 时间戳 </
阅读全文
posted @ 2021-04-29 08:25 去遇见最好的自己
阅读(748)
评论(0)
推荐(0)
2021年4月27日
接口设置trunk怎样再改为access
摘要: 修改接口trunk为access模式有2种方式: 第一种: 直接清除此接口的配置,重新设置 clear con int g0/0/0 第二种: [Huawei]int g0/0/3 [Huawei-GigabitEthernet0/0/3]undo port trunk allow-pass vla
阅读全文
posted @ 2021-04-27 14:19 去遇见最好的自己
阅读(2964)
评论(0)
推荐(0)
Error: Please renew the default configurations.
摘要: 
阅读全文
posted @ 2021-04-27 13:13 去遇见最好的自己
阅读(579)
评论(0)
推荐(0)
2020年11月10日
centeros 7 忘记root密码,重置
摘要: 转载自:https://www.cnblogs.com/dongml/p/10333819.html 很多时候我们都会忘记Linux root 用户的口令,下面就教大家如果忘记root口令怎么办 第1步:开机后在内核上按“e”。截图如下 按e以后会进入内核启动页面,如下图 第2步:在linux16这
阅读全文
posted @ 2020-11-10 17:13 去遇见最好的自己
阅读(710)
评论(0)
推荐(0)
2020年10月29日
celery5.0.1使用
摘要: 目录结构 配置celery 创建任务 启动woker:celery -A celery_task worker -l info -P eventlet 自动添加任务:celery -A celery_task beat -l info
阅读全文
posted @ 2020-10-29 11:51 去遇见最好的自己
阅读(1120)
评论(0)
推荐(0)
2020年10月23日
from django.db.models.fields import FieldDoesNotExist
摘要: from django.db.models.fields import FieldDoesNotExist 错误代码如下: Traceback (most recent call last): File "../../manage.py", line 15, in execute_from_comm
阅读全文
posted @ 2020-10-23 17:20 去遇见最好的自己
阅读(2091)
评论(0)
推荐(0)
2019年12月15日
面向对象
摘要: # 封装 # 对外部隐藏具体的实现细节, 只提供简单的调用接口, 如USB接口 # 在类中, 用双下划线, 封装属性或方法, 外部不能调用, 不能继承 # 例: def __test(self): # 私有方法 pass __name = 'lee' # 私有属性 # 继承 # 将一些共同代码抽取成
阅读全文
posted @ 2019-12-15 13:58 去遇见最好的自己
阅读(124)
评论(0)
推荐(0)
2019年12月6日
global,globals(),locals(),nonlocal
摘要: global 定义一个或多个全局变量 globals() 存储所有全局变量 locals() 存储当前局部区域内,所有局部变量及方法 nonlocal 定义一个在闭包函数内,内部函数引用外部函数的属性 def outer(): n = 1 def inner(): nonlocal n n=2 pr
阅读全文
posted @ 2019-12-06 09:50 去遇见最好的自己
阅读(176)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告