Month: March 2018

Time_Calculator

系统 time函数实现 #define _CRT_SECURE_NO_WARNINGS //使用了VS2017认为unsafe的函数 #include <iostream> #include <ctime> #include <conio.h> #include <cstring> using namespace std; struct tj_time { int tj_year; //表示年份 int tj_month; //表示月(1-12)...

Picture_Gatherer

基础操作,初学使用,未解决被网站ban的问题。 import requests from bs4 import BeautifulSoup import os for i in range(2, 4): list_url = 'http://www.mzitu.com/page/' + str(i) list_source = requests.get(list_url).text #print (list_source) list_soup...

Steam_Calculator

功能与steamdb类似,可以计算出你的steam账号上游戏的总价(不包括dlc) 遇到某些锁区的游戏会出bug,比如 csgo, payday2,请自行特判 需要注意的是steamid是17位纯数字,与账号id不同,具体自行百度 key请自行去steam社区申请:http://steamcommunity.com/dev import requests import json key = '483C48DD8DDBE160938EF2F06B149218' #将其换成你自己申请的key steam_id = '76561198285460374' #换成自己的steamid GetOwnedGames_API = 'http://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?key=' + key + '&steamid='...

社会主义下人的灵魂(十)

//emmm,翻了1w多字了啊,估计有1/3了吧…..暂时咕一段时间,搞点别的东西 And I have no doubt that it will be so. Up to the present, man has been, to a certain extent, the slave of...

社会主义下人的灵魂(八)

Yes; there are suggestive things in Individualism. Socialism annihilates family life, for instance. With the abolition of private property, marriage in its present form must...