码迷,mamicode.com
首页 >  
搜索关键字:connect resource    ( 16558个结果
【Kafka】3-配置文件说明
zookeeper.properties # the directory where the snapshot is stored. dataDir=/tmp/zookeeper # the port at which the clients will connect clientPort=2181 ...
分类:其他好文   时间:2021-02-04 12:14:03    阅读次数:0
使用多进程实现一个简易的并发sokect 的server端
多进程server端实现: import socket from multiprocessing import Process def func(conn): ''' 没调用一次func创建一个新进程 :param conn: :return: ''' try: #持续对话 while 1: dat ...
分类:系统相关   时间:2021-02-04 11:43:52    阅读次数:0
rpm数据库被损坏修复方案
故障报错:error: db5 error(11) from dbenv->open: Resource temporarily unavailable error: cannot open Packages index using db5 - Resource temporarily unavai ...
分类:数据库   时间:2021-02-03 10:32:44    阅读次数:0
thymeleaf生成页面时报错:An error happened during template parsing (template: "class path resource [templates/index.html]")的解决办法
具体报错信息: 1 Whitelabel Error Page 2 This application has no explicit mapping for /error, so you are seeing this as a fallback. 3 4 Mon Feb 01 21:33:07 C ...
分类:移动开发   时间:2021-02-02 11:27:59    阅读次数:0
GitLab 连接已有 Kubernetes 集群
在 gitlab 的 Amin Area 页面,打开侧边栏的 Kubernetes ,点击 Integrate with a cluster certificates,选择 Connect existing cluster,输入以下:Kubernetes cluster name:输入集群名称 `c... ...
分类:Web程序   时间:2021-02-02 11:11:16    阅读次数:0
xhost: unable to open display 错误解决过程
问题还原 [root@Oracle19c ~]# echo $DISPLAY192.168.189.246:0.0[root@Oracle19c ~]# xhost +xhost: unable to open display "192.168.189.246:0.0" 问题解决方法 [root@O ...
分类:其他好文   时间:2021-02-02 11:04:15    阅读次数:0
拿下Win32非模态对话框
1、点击不同按钮分别创建出模态与非模态对话框子窗口,分别指定每个窗口单独的对话框窗口函数。 #include <Windows.h> #include <tchar.h> #include <CommCtrl.h> #include "resource.h" INT_PTR WINAPI Dialo ...
分类:Windows程序   时间:2021-02-01 12:52:36    阅读次数:0
Mybatis【17】-- Mybatis自关联查询一对多查询
注:代码已托管在GitHub上,地址是:https://github.com/Damaer/Mybatis-Learning ,项目是mybatis-13-oneself-one2many,需要自取,需要配置maven环境以及mysql环境(sql语句在resource下的test.sql中),觉得 ...
分类:其他好文   时间:2021-02-01 12:42:39    阅读次数:0
【转】sqlserver 查看锁表以及解锁
select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT' spid 锁表进程 tabl ...
分类:数据库   时间:2021-02-01 11:38:30    阅读次数:0
Mongoose Model的方法
1.添加方法 create(doc(s),[callback]) var mongoose=require("mongoose"); mongoose.connect("mongodb://127.0.0.1/mongoose_test",{useMongoClient:true}); //数据库打 ...
分类:其他好文   时间:2021-01-30 12:22:30    阅读次数:0
16558条   上一页 1 ... 17 18 19 20 21 ... 1656 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!