[제9 주: 08 / 19 - 08 / 23] 출력 통합
2331 단어 실습 노트: WS
01. Python 변수 이름 규칙:https://www.cnblogs.com/zhangyafei/p/10429426.html
02. ACM 프로그램 문서:http://ishare.iask.sina.com.cn/f/19eh2vHDjAt.html
2019 / 08 / 20
01. 초기 output 프로그램 문서:
FSN
Problem Description
: CNC MaxMind GeoIP , FSN , CNC MaxMind 。
:
|-data
|-GeoIP2-City-CSV
|-GeoIP2-City-CSV_20190625
|-GeoIP2-City-Blocks-IPv4.csv
|-GeoIP2-City-Blocks-IPv6.csv
|-GeoIP2-City-Locations-en.csv
|-ipb-ips_raw.str
|-ipb-ips_raw.str
|-src
|-generate_fsn.py
|- GenerateFSN # MaxMind CNC FSN ;
|- FSNProcessing # FSN IP ;
|- generate_fsn_fsnip # 。
|-fileout
ipb-ips_raw.str、GeoIP2-City-Blocks-IPv4.csv、GeoIP2-City-Blocks-IPv6.csv GeoIP2-City-Locations-en.csv data , 。
Input
:
generate_fsn_fsnip(
cnc_ips_path,
maxmind_city_path,
maxmind_IPv4_path,
maxmind_IPv6_path,
ignore_fsnip=False)
。 4 CNC MaxMind ,ignore_fsnip False。 ignore_fsnip True, GenerateFSN , GenerateFSN FSNProcessing。
Output
fileout FSN_date.csv FSN_with_IP_date.csv, date 。FSN.csv CNC MaxMind FSN ,FSN_with_IP.csv key=-( CNC MaxMind),value=FSN 。
ignore_fsnip=True, FSN.csv。
Sample Input
>>>from generate_fsn import generate_fsn_fsnip
>>>generate_fsn_fsnip( cnc_ips_path='../data/ipb-ips_raw.str/ipb-ips_raw.str',
maxmind_city_path='../data/GeoIP2-City-CSV/GeoIP2-City-CSV_20190625/GeoIP2-City-Locations-en.csv',
maxmind_IPv4_path='../data/GeoIP2-City-CSV/GeoIP2-City-CSV_20190625/GeoIP2-City-Blocks-IPv4.csv',
maxmind_IPv6_path='../data/GeoIP2-City-CSV/GeoIP2-City-CSV_20190625/GeoIP2-City-Blocks-IPv6.csv',
ignore_fsnip=False)
Sample Output
The generated std FSN is in the following file path:’../fileout/FSN_2019-06-25.csv.
The generated FSN_with_IP is in the following file path:’../fileout/FSN_with_IP_2019-06-25.csv.
02. Redis - python 기본 동작:https://www.cnblogs.com/melonjiang/p/5342505.html
삼. 2019 / 08 / 21
01. 워드 를 통 해 docx 를 html 형식 으로 직접 변환 할 수 있 습 니 다.https://blog.csdn.net/communix/article/details/49965233
02. 브 라 우 저 에 docs. qq. com 을 직접 입력 하면 온라인 텍스트 문서 편집 기 를 열 수 있 습 니 다.