Skip to content

phinehasz/scriptRepo-Http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scriptRepo

record some scripts & python learning

tips:

windows可以在pycharm里写
linux touch 一个py文件 如果是windows写好测试了的,放linux, 要
vim xx.py
然后
:set ff=unix
因为windows的分隔符和unix不同

linux脚本开头要

#!/usr/bin/env python  
#coding=UTF-8 

可以使用中文了~

加可执行权限: chmod +x somefile.py
执行: python somefile.py

About

record some scripts & python learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published