This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Get the maximum salary, minimum salary and average salary information | |
Url: http://www.yunjiazheng.com/new/store/detail?store_id=2584 | |
After running, you can get the corresponding information | |
Please interpret the program with python3.X! | |
''' | |
from urllib import request | |
from urllib import parse | |
import re | |
import json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Get the maximum salary, minimum salary and average salary information | |
Url: http://www.yunjiazheng.com/new/store/detail?store_id=2584 | |
After running, you can get the corresponding information | |
Please interpret the program with python3.X! | |
''' | |
from urllib import request | |
from urllib import parse | |
import re | |
import json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@using MonitoringPlatform.Model.EnumSet; | |
@using MonitoringPlatform.Model | |
@model IEnumerable<T_ProjectModel> | |
@{ | |
ViewBag.Title = "全部项目"; | |
Layout = "~/Views/Shared/_Layout.cshtml"; | |
} | |
<link rel="stylesheet" href="~/Content/ProjectView/AllProject.css" type="text/css" /> | |
<script src="~/Scripts/jquery-1.8.3.min.js" type="text/javascript"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <cstdio> | |
#include <cstring> | |
#include <iostream> | |
#include <algorithm> | |
#include <string> | |
using namespace std; | |
double dp[22][22][2]; | |
double p[11]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************************************************************* | |
> File Name: 51node_alg_3_B.cpp | |
> Author: ALex | |
> Mail: zchao1995@gmail.com | |
> Created Time: 2015年07月04日 星期六 11时34分23秒 | |
************************************************************************/ | |
#include <iostream> | |
#include <fstream> | |
#include <cstring> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************************************************************* | |
> File Name: AC.cpp | |
> Author: ALex | |
> Mail: zchao1995@gmail.com | |
> Created Time: 2015年05月27日 星期三 18时46分39秒 | |
************************************************************************/ | |
#include <functional> | |
#include <algorithm> | |
#include <iostream> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************************************************************* | |
> File Name: AC.cpp | |
> Author: ALex | |
> Mail: zchao1995@gmail.com | |
> Created Time: 2015年05月27日 星期三 18时46分39秒 | |
************************************************************************/ | |
#include <functional> | |
#include <algorithm> | |
#include <iostream> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************************************************************* | |
> File Name: BC-35-1002.cpp | |
> Author: ALex | |
> Mail: zchao1995@gmail.com | |
> Created Time: 2015年03月28日 星期六 19时28分25秒 | |
************************************************************************/ | |
#include <map> | |
#include <set> | |
#include <queue> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************************************************************* | |
> File Name: 1001.cpp | |
> Author: ALex | |
> Mail: zchao1995@gmail.com | |
> Created Time: 2015年03月04日 星期三 13时20分59秒 | |
************************************************************************/ | |
#include <map> | |
#include <set> | |
#include <queue> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************************************************************* | |
> File Name: hdu5178.cpp | |
> Author: ALex | |
> Mail: zchao1995@gmail.com | |
> Created Time: 2015年03月01日 星期日 11时41分27秒 | |
************************************************************************/ | |
#include <map> | |
#include <set> | |
#include <queue> |