Giter VIP home page Giter VIP logo

pullp.github.io's Introduction

Hi there 👋

pullp.github.io's People

Contributors

pullp avatar

Watchers

 avatar

pullp.github.io's Issues

glibc相关操作记录 | wxk1997's blog

https://pullp.github.io/2020/11/06/11-glibc-basics/

  1. 前言 更新时间 更新内容 2020-11-06 初稿 2020-11-07 修复代码换行问题 2. 正文 Let’s play with glibc! 2.1. 编译 glibc官网编译指南参考[4]. 自己编译的话调试的时候可以看到glibc函数源码, 可以大大提升做题效率. 首先下载对应版本的glibc源码, 可以去官方镜像站下载[7]. (国内用户推荐去清华镜像站

Python中的Assignment Expression | wxk1997's blog

https://pullp.github.io/2020/12/10/13-Python%E4%B8%AD%E7%9A%84Assignment-Expression/

  1. 前言 更新时间 更新内容 2020-01-01 初稿 最近在用python写一个项目, 选择了最新的python3.9, 在写代码的过程中难免要查询一些python相关的知识, 在查询过程中发现了python 3.8 中引入的一个新特性: Assignment Expression, 这个特性并不复杂, 不过感觉应用场景还是挺广泛的. 本文中就是结合一些实例来介绍一下这个新特性

Python中的Assignment Expression | wxk1997's blog

https://pullp.github.io/2020/12/14/13-Python%E4%B8%AD%E7%9A%84Assignment-Expression/

  1. 前言 更新时间 更新内容 2020-12-14 初稿 最近在用python写一个项目, 选择了最新的python3.9, 在写代码的过程中难免要查询一些python相关的知识, 在查询过程中发现了python 3.8 中引入的一个新特性: Assignment Expression, 这个特性并不复杂, 不过感觉应用场景还是挺广泛的. 本文中就是结合一些实例来介绍一下这个新特性

Anaconda basics | wxk1997's blog

https://pullp.github.io/2020/08/13/3-Anaconda-basics/

前言更新历史 更新时间 更新内容 2020-08-13 初稿 2020-10-14 更新清华源相关操作(感谢航神指出问题orz) python这门语言的灵活性让人写起来很快乐, 但是不同版本之间的兼容性较差以及包管理问题经常会导致一些非常烦人的问题, 所以在一台机器上安装多个版本的python是一种很常见的需求. 提供这种功能的工具有很多, 比如 virtualen 啥的, 但

log in python | wxk1997's blog

https://pullp.github.io/2020/12/15/14-log-in-python/

前言 更新时间 更新内容 2020-12-15 初稿 大多数人写代码的时候难免会遇到代码出错的情况, 为了分析出问题的地点往往需要对程序进行调试, 而最快捷的调试方法应该就是print调试大法了. 通过打印执行过程中的变量来进行分析. 不过这种方法有一个缺点, 有时候问题比较复杂, 因此在分析问题过程中会在代码中插入大量的print语句来打印变量. 当成功定位到问题并修复问题之后我

hxp2020-pfoten | wxk1997's blog

https://pullp.github.io/2020/12/28/hxp2020-pfoten/

前言 更新时间 更新内容 2020-12-28 初稿 附件仍然可以从ctftime上下载[1]. 一个很有意思的内核题, 赛后跟着2019师傅的wp[2]复现了一遍, 踩了一些坑, 记录一下. 正文与常见的内核题目不同, 这个题目中没有一些恶意内核模块, 使用的也是标准的linux内核. 问题出在启动文件中: 123456789101112131415161718#!/bin/s

hexo建站小结 | wxk1997's blog

https://pullp.github.io/2020/12/01/12-hexo%E5%BB%BA%E7%AB%99%E5%B0%8F%E7%BB%93/

  1. 前言 更新时间 更新内容 2020-12-01 初稿 本博客之前是使用Jekyll搭建的, 前两天想给博客增加一个加密文章的功能, 但是搜索一番发现Jekyll下没有比较优雅的实现方式, 而且又看了一些Jekyll和hexo对比的文章, 得知Jekyll在文章比较多的时候速度会慢很多. 于是就计划将博客迁移到hexo上. Jekyll和hexo相比也是有优点的. githu

矩形区域不超过 K 的最大数值和 | wxk1997's blog

https://pullp.github.io/2020/08/07/2-leetcode-363/

前言距离建站已经大半个月了, 却一直没有发一篇博客, 一直想着写一点什么, 可以又实在没有什么好写的, 纯粹为了写博客而写博客也没有必要. 最近主要做的工作大概有三块 断断续续地复现论文 学习rust 刷leetcode 关于复现论文等到复现完毕倒是可以写一篇博客, 学习rust的话自己记一记笔记就好了, 不值得写一篇博客. 不过今天做的一道 leetcode 题目感觉倒是值得记录一下.

hxp2020-audited | wxk1997's blog

https://pullp.github.io/2020/12/26/hxp2020-audited/

前言 更新时间 更新内容 2020-12-26 初稿 上周末打了一下hxp ctf[1]. 因为和考试撞了所以就看了一个题, 也没做出来. 赛后看大佬们的wp还是挺有意思的. 通过这个题目学到了很多新知识, 记录并分享一下. 正文这是一个python pwn. 题目附件中有服务端如下(python版本是的最新python 3.9): 123456789101112131415161

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.