// 2838. 元音字母.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include<iostream> #include<cstring> #include<cstdio> using namespace std; int main() { //string str; //int …
// 2837. The total number of teams.cpp : 定义控制台应用程序的入口点。 // //#include "stdafx.h" #include<iostream> using namespace std; int main() { int N, i,x, y,sum=0; cin >> N; for (i …
// 2788.Cifera.cpp : ¶¨Òå¿ØÖÆ̨ӦÓóÌÐòµÄÈë¿Úµã¡£ // //#include "stdafx.h" #include<iostream> using namespace std; int main() { double k, l, sum; int count; count = 0; cin …
// 2342.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include<cstdio> using namespace std; int main() { double a, b, c, s, v; printf("Input a b c:\n"); scanf("%lf%lf%lf", &a…
// 2280.Cupboards.cpp : 定义控制台应用程序的入口点。 // //#include "stdafx.h" #include<iostream> using namespace std; int main() { //int s1[200], s2[200]; int n,i,x,a0=0,a1=0,b0=0,b1=0,t…
// 1002_20181019.cpp : 定义控制台应用程序的入口点。 // //#include "stdafx.h" #include<iostream> #include<cmath> using namespace std; int main() { int N,i,max1=0; double x, y,r=0,max=0…
#include "stdafx.h" #include<cstdio> using namespace std; int main() { int i, sum=0,s[100]; for (i = 0; i < 100; i++) { int k = i + 1; printf("请输入第%d位同学的成绩\n",k); scanf(…
基于Kettle的数据库全量备份 通过kettle,把MYSQL中的一个表数据全部备份到另外一个表中。
https://yuyy.info/big_data/class_3_Python做数据处理:Olympics Data Procession/Untitled27.html
代码 from selenium import webdriver browser = webdriver.Chrome() browser.set_window_position(20, 40) browser.set_window_size(1100,700) browser.get('http://qzone.qq.com') browser…