自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (9)
  • 收藏
  • 关注

原创 【python--程序】简单的网页服务器

源码:# -*- coding:utf-8 -*-#作者:猫先生的早茶#时间:2019年6月25日import threadingimport timeimport socketimport osclass Web(): def __init__(self): self.html_path = './www' self.server_a...

2019-06-28 16:50:06 318 1

原创 【api】个人Api集合

天气天气查询api帮助页面http://s19.natfrp.org:35052/tianqi.html查询地址http://s19.natfrp.org:35052/tianqi.html?city=

2019-06-24 14:43:03 667

原创 【python--程序】python-socket实现简单网页服务器

前言最近有粉丝建议博主出一篇讲使用socket进行实际编程应用的帖子。这里博主就讲使用Python socket实现简单的网页服务器.前体准备当前实验将会使用tcp的80端口,请各位读者将当前电脑的网页服务器的80端口修改或关闭。本教材使用python (版本:3.7.2,使用python3即可)工作过程这里我们先简单介绍下服务器是如何响应浏览器访问的:1. 建立连接。 既然...

2019-06-24 14:12:15 1615

原创 【Python--教程】数字进制转换:十进制与二进制,八进制,十六进制的转换

python3中内置了数字进制转换的模块,各位读者可以放心食用。本次教程将讲解如何使用python实现十进制到二进制,八进制,十六进制的转换。教程篇十进制转二进制bin 函数官方讲解:Help on built-in function bin in module builtins:bin(number, /) Return the binary representation ...

2019-06-15 19:38:34 4653

原创 【HTML--教程】文本

导读不管网页多么精美复杂,文本内容自始至终都是网页组成的基本元素。文本有着便于修改编辑,生成的网页文件小,信息量大等特点。因此学习使用文本,对于学习网页是至关重要的。内容简介本章将会介绍如何使用HTML的文字标签,制作一个简单的纯文本网页。内容并不复杂,欢迎各位小伙伴多多尝试。前提准备本教程使用编辑器:Dreamweaver CS6,以下教程将会简称为DW正式教程创建网页首先我...

2019-06-15 13:28:41 372 1

原创 【python--教程】hashlib摘要算法库

前提说明hashlib是一个python内置的摘要算法库。(各位Pythonista可以放心食用!o( ̄▽ ̄)o)什么是摘要算法呢?比如说你下了软件,如何指导软件是否是完整的?此时就可以通过检测文件摘要是否相同来判断文件完整性。使用教程我们先用常见的摘要算法md5举个例子import hashlibmd5 = hashlib.md5()md5.update('猫先生的早茶'.enco...

2019-06-03 19:21:53 284

nginx-1.19.2.zip

windows二进制包安装nginx 官方文档:http://nginx.org/en/docs/windows.html 教程页面:https://blog.csdn.net/qq_43017750/article/details/108696549

2020-09-20

mysql5.6.10.zip

mysql二进制安装包 教程页面:https://blog.csdn.net/qq_43017750/article/details/108680087

2020-09-19

proxychains-4.5.tar.bz2

教程博客:https://blog.csdn.net/qq_43017750/article/details/107769679 转存源码包仅为帮助无法访问对应网站的网友进行下载,如有侵权请联系删除。

2020-08-03

mysql5.6.46.zip

mysql二进制安装包及所需.so依赖文件和libaio-0.3.110编译安装包 下载界面:https://downloads.mysql.com/archives/community/ 下面的教程基于mysql-5.6.46-linux-glibc2.12-x86_64.tar.gz进行讲解。 教程链接:https://blog.csdn.net/qq_43017750/article/details/106486280 快捷下载链接:https://cdn.mysql.com/archives/mysql-5.6/mysql-5.6.46-linux-glibc2.12-x86_64.tar.gz 官网说明文档:https://dev.mysql.com/doc/refman/5.6/en/binary-installation.html

2020-06-02

wpscan-update.zip

wpscan更新包,用于解决kali初次使用wpscan时需要更新但时但是更新失败的问题 相关教程链接:https://blog.csdn.net/qq_43017750/article/details/105173019

2020-03-29

php-7.2.29.tar.gz

php-7.2.29.tar.gz php7.2编译安装包 官方下载链接:https://www.php.net/distributions/php-7.2.29.tar.gz 教程链接:https://blog.csdn.net/qq_43017750/article/details/105053972

2020-03-23

NFSClient_1_7.7z

谷歌代码库中的nfs客户端, 代码库链接:https://code.google.com/archive/p/nekodrive/downloads 用以解决部分windows不支持nfs的问题 教程链接:https://blog.csdn.net/qq_43017750/article/details/104984962

2020-03-20

net-speeder-master.zip

net-speeder 在高延迟不稳定链路上优化单线程下载速度。原出处:https://github.com/snooda/net-speeder A program to speed up single thread download upon long delay and unstable network 在高延迟不稳定链路上优化单线程下载速度 教程链接:https://blog.csdn.net/qq_43017750/article/details/104770659

2020-03-19

RunAsTI-master.zip

注册表编辑工具,源出处:https://github.com/jschicht/RunAsTI RunAsTI or RunAsTrustedInstaller Is a tool to launch a program of choice (usually cmd.exe) with the same privileges as the TrustedInstaller. That privilege is very powerfull! Actually the tool makes a clone of the token from TrustedInstaller, and thus the newly created process has an identical token. 教程链接:https://blog.csdn.net/qq_43017750/article/details/104959613 Why would you need it? Sometimes it is just not enough to just be running as "nt authority\system". Maybe it's a file or a registry key that is locked. Running a tool with this powerfull privilege most likely solve that. Usually such an issue may be due to Windows Resource Protection (WRP) protecting it (previously called Windows File Protection (WFP)); http://msdn.microsoft.com/en-us/library/windows/desktop/aa382503(v=vs.85).aspx How do you run it? Simply double click it and cmd.exe will launch. Or pass it the program to launch as parameter. There are reports that the tool does not work over an RDP session. The tool is actually a merge of 2 previous tools; RunAsSystem and RunFromToken. The curious ones might notice that RunFromToken is attached as a resource. Have added the original source of RunFromToken as the exe's must be present in current directory when building RunAsTi. The tool only runs on nt6.x (Vista and later), since TrustedInstaller does not exist on earlier Windows versions. Requirement: Administrator.

2020-03-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除