logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Unable to negotiate with no matching key exchange method found. diffie-hellman-group1-sha1 fatal:

gerrit下载代码git clone ssh://queen@172.31.119.41:29418/NBD1_datasystem出现错误:Unable to negotiate with 172.31.119.41 port 29418: no matching key exchange method found. Their offe...

Python MySQLdb 执行sql语句时的参数传递(%s)

1.不传递参数conn = MySQLdb.connect(user="root",passwd="123456",host="192.168.101.23",db="cmdb")orange_id = 98sql = "select * from orange where id=%s" % orange_idcursor = conn.cursor(sql)cursor.exe...

ubantu下安装mysql-python

1、安装 python-devsudo apt-get install python-dev2、安装 libmysqlclient-devsudo apt-get install libmysqlclient-dev3、安装MySQL-pythonsudo pip install MySQL-python注:如果安装时出现错误:Comm...

linux内核编译 fatal error: curses.h: 没有那个文件或目录解决办法

执行make menuconfig时出现如下错误@ubuntu:/home/dev/busybox-1.19.3#make menuconfigHOSTCC scripts/kconfig/lxdialog/checklist.oIn file included from scripts/kconfig/lxdialog/checklist.c:24:0:scripts/kconfig/...

到底了