10 2014 档案
摘要:win7下: 用putty好像不太行。用secureCRT非常方便。 步骤如下: 1、设置好上传和下载的目录; 2、输入rz,点Enter; 3、会弹出对话框,选择要上传的文件; 4、上传,会显示百分比、速率和时间等信息。 从远程服务器下载文件到本地的命令是:sz filena...
阅读全文
摘要:业务需求:模拟TANX给DSP发消息,protobuf数据已弄好。代码:def PostDataToDSP(self,url,postdata): headers = { #taobao文档规定 'Content-Type':'application/octet-stream', ...
阅读全文
摘要:地址:http://www.codewars.com/kata/5202ef17a402dd033c000009/train/python题目:A string is considered to be in title case if each word in the string is eithe...
阅读全文
摘要:地址:http://www.codewars.com/kata/53e895e28f9e66a56900011a/train/pythonWrite a function that takes a piece of text in the form of a string and returns t...
阅读全文
摘要:地址:http://www.codewars.com/kata/5259acb16021e9d8a60010af/train/python题目:Write a function that calculates the least common multiple of its arguments; e...
阅读全文
摘要:地址:http://www.codewars.com/kata/53ea07c9247bc3fcaa00084d/train/pythonThere exists a sequence of numbers that follows the pattern1112112111112213122111...
阅读全文