zoukankan      html  css  js  c++  java
  • We Chall-Training: ASCII—Writeup

    MarkdownPad Document

    We Chall-Training: ASCII—Writeup

    题目链接:http://www.wechall.net/challenge/training/encodings/ascii/index.php

    题目:

    python脚本:

    num=[84, 104, 101, 32, 115, 111, 108, 117, 116, 105, 111, 110, 32, 105, 115, 58, 32, 110, 98, 115, 111, 111, 112, 99, 102, 97, 102, 104, 105]
    for i in num:
        print(chr(i),end='')
    

    运行结果:

    则flag为nbsoopcfafhi

     2017-2-5  14:29;03

  • 相关阅读:
    函数式编程
    橡皮筋功能
    socket
    git命令补充说明
    参考接口文档完成的json数据
    接口文档怎么写
    使用json-server创建mock数据
    proxy服务器代理
    Cannot read property 'setState' of undefined错误分析
    使用ref报错,addComponentAsRefTo(...): Only a ReactOwner can have refs.
  • 原文地址:https://www.cnblogs.com/WangAoBo/p/6367564.html
Copyright © 2011-2022 走看看