logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

kettle中MySQL批量加载

首先要在Linux下运行,因为MySQL批量加载时会创建一个命名管道,在Windows下是不支持的。加载工具用的是fifo

Python中@property的粗略理解

代码:# -*- coding:utf-8 -*-#!/usr/bin/env pythonclass Student(object):@propertydef get_score(self):return self._score@get_score.setterdef set_score(self, value):...

到底了