会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hellojianzuo
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2024年10月29日
C++连接SqlServer
摘要: C++连接SqlServer 连接外加查询 sqlConnection.h #pragma once #ifndef SQLCONNECTION_H #define SQLCONNECTION_H #include <iostream> #include <windows.h> #include <
阅读全文
posted @ 2024-10-29 14:35 拿受用
阅读(385)
评论(0)
推荐(0)
2024年2月16日
页面设计
摘要: 权限管理设计 布局设置 accessEnum.ts const ACCESS_ENUM = { NOT_LOGIN: "notLogin", USER: "user", ADMIN: "admin", }; export default ACCESS_ENUM; checkAccess.ts 这个用
阅读全文
posted @ 2024-02-16 10:23 拿受用
阅读(80)
评论(0)
推荐(0)
2024年2月6日
K8S前置配置
摘要: 安装基础软件 0.不能联网处理 重启网络服务 service network restart 查看报错信息,如果正常就ping www.baidu.com看是否通,如果通了不用管 journalctl -xe 0.将networkmanager服务停了 systemctl stop NetworkM
阅读全文
posted @ 2024-02-06 09:19 拿受用
阅读(50)
评论(0)
推荐(0)
2023年7月31日
vue多选框
摘要: # vue多选框 ## 多选框(选中传id) ### 效果图  点击确定后传入后台id 
评论(0)
推荐(0)
2023年7月27日
c#定时执行方事件
摘要: ## c#定时执行  这个是毫米级,一毫秒执行一次 
评论(0)
推荐(0)
python设计模式运用
摘要: # 工厂+策略+注册 ``` class VideoFactory(object): def __init__(self): self.video = {} def register_video(self, name, video): self.video[name] = video def cre
阅读全文
posted @ 2023-07-27 09:31 拿受用
阅读(92)
评论(0)
推荐(0)
2023年7月25日
c#回车键事件
摘要: ## c#回车键 输入框,如果普通的不能输入就用  可以设置几个false,就和普通的输入框一样了 
评论(0)
推荐(0)
2023年4月23日
前端常用
摘要: 常用 设计一个居中的代码 <template> <el-container class="container"> <el-card class="box-card"> </el-card> </el-container> </template> <script> export default { n
阅读全文
posted @ 2023-04-23 15:59 拿受用
阅读(48)
评论(0)
推荐(0)
2023年4月21日
业务
摘要: 下载配置镜像 pip3 install pip -U pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple "pip install pip -U" 是用于执行升级pip的命令; 登录 发送用户名和密码 去
阅读全文
posted @ 2023-04-21 09:42 拿受用
阅读(113)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告