表结构
表成员
AMQCLCHL.TAB
/tmp
表 tblstudent
echo "DEFINE CHL(DEV.ADMIN.SVRCONN) CHLTYPE(CLNTCONN) QMNAME(QM1) CONNAME(`localhost(1414)`)" | MQCHLLIB=/tmp MQCHLTAB=AMQCLCHL.TAB runmqsc -n
这是我尝试过的
with Image(filename='rose:') as img:
img.resize(1,1)
with img[0, 0] as color:
r = int(255.0 * color.red + 0.5)
g = int(255.0 * color.green + 0.5)
b = int(255.0 * color.blue + 0.5)
print('{0},{1},{2}'.format(r,g,b))
请帮助我进行查询。非常感谢