自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

OrdinaryCrazy的博客

本博客已不再更新,更多资源请访问https://github.com/OrdinaryCrazy

  • 博客(8)
  • 资源 (16)
  • 问答 (1)
  • 收藏
  • 关注

原创 Python判断文件路径是否存在exists()

# -*- coding:utf-8 -*-from sys import argvfrom os.path import existsscript,from_file,to_file = argvprint("Copying from %s to %s" % (from_file,to_file))print("Does the destination file exists? : ...

2018-03-28 15:35:23 18648 1

原创 Pydoc

python3 -m pydoc ospydoc - the Python documentation toolpydoc <name> ... Show text documentation on something. <name> may be the name of a Python keyword, topic, function, modu...

2018-03-26 08:37:02 799

原创 Python3中如何让print不换行

print("Who is godness?",end = "")>>> help(print) Help on built-in function print in module builtins: print(...) print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=False)...

2018-03-26 08:25:20 2566

原创 Python3中的raw_input()

python3中 raw_input() 变成了 input()

2018-03-26 08:17:17 2746

原创 python 如何实现四舍五入

round()函数,如round(2.33)

2018-03-25 22:25:07 3076

转载 Linux文件拆分命令——split

linux split 命令  功能说明:切割文件。  语  法:split [--help][--version][-<行数>][-b <字节>][-C <字节>][-l <行数>][要切割的文件][输出文件名]  补充说明:split可将文件切成较小的文件,预设每1000行会切成一个小文件。  参  数:  -<行数>或-l<行...

2018-03-25 16:54:53 859

原创 计算机网络(2)——手动SMTP

#file name:PA01_3.py#writer:Zhang_Jingtun(Ordinary_Crazy)#initial date:20180310from socket import *msg = "\r\n I love computer networks!"endmsg = "\r\n.\r\n"# Choose a mail server (e.g. Google ...

2018-03-11 16:00:53 1304 2

原创 计算机网络(1)——简易的Web Server

#file name:PA01_1.py#writer:Zhang_Jingtun(Ordinary_Crazy)#initial date:20180310#import socket modulefrom socket import *serverSocket = socket(AF_INET, SOCK_STREAM)#Prepare a sever socket#Fill i...

2018-03-10 21:15:35 1149

texstudio-2.12.10

texstudio-2.12.10-win-qt5.exe

2018-07-21

模拟数字电路国外原版课件

模拟数字电路国外原版课件 模拟数字电路国外原版课件 模拟数字电路国外原版课件

2018-03-23

react全套资源

react全套资源,小白教程,完整源码 react全套资源,小白教程,完整源码 react全套资源,小白教程,完整源码

2018-03-23

SmartSniff_v1.40H

SmartSniff_v1.40H SmartSniff_v1.40H SmartSniff_v1.40H SmartSniff_v1.40H

2017-10-21

ip数据包分析工具

ip数据包分析工具 ip数据包分析工具 ip数据包分析工具 ip数据包分析工具

2017-10-21

[email protected]

2017-10-21

aopr安装包

aopr安装包 aopr安装包 aopr安装包 aopr安装包 aopr安装包 aopr安装包

2017-10-21

Advanced.PDF.Password.Recovery.Pro.5.0.汉化纯净注册版

Advanced.PDF.Password.Recovery.Pro.5.0.汉化纯净注册版Advanced.PDF.Password.Recovery.Pro.5.0.汉化纯净注册版Advanced.PDF.Password.Recovery.Pro.5.0.汉化纯净注册版Advanced.PDF.Password.Recovery.Pro.5.0.汉化纯净注册版Advanced.PDF.Password.Recovery.Pro.5.0.汉化纯净注册版Advanced.PDF.Password.Recovery.Pro.5.0.汉化纯净注册版Advanced.PDF.Password.Recovery.Pro.5.0.汉化纯净注册版

2017-10-21

audacity安装包

audacity-win-2.1.3.exe

2017-10-21

格式工厂安装包

格式工厂安装包

2017-10-21

audacity_win_V2.1.2.0_setup.exe

audacity_win_V2.1.2.0_setup.exe audacity_win_V2.1.2.0_setup.exe audacity_win_V2.1.2.0_setup.exe audacity_win_V2.1.2.0_setup.exe

2017-10-21

HB-HexWorkShop.zip

HexWorkShop免费安全,良心无毒。

2017-10-21

codeblocks汉化包

codeblocks汉化包codeblocks汉化包codeblocks汉化包codeblocks汉化包codeblocks汉化包codeblocks汉化包codeblocks汉化包

2017-10-10

Xilinx_ise.lic ISE14.7证书

Xilinx_ise.lic ISE14.7证书Xilinx_ise.lic ISE14.7证书Xilinx_ise.lic ISE14.7证书Xilinx_ise.lic ISE14.7证书Xilinx_ise.lic ISE14.7证书Xilinx_ise.lic ISE14.7证书

2017-10-07

二进制炸弹解题报告

版权所有,请勿抄袭,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

2017-09-04

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

TA关注的人

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