craft: a small boat a job or activity in which you make things with your hand , and that you usually need skill to do. craftsman 手艺人,外国果然是渔猎文明,手艺人就是指做 ...
分类:
其他好文 时间:
2017-07-08 10:05:34
阅读次数:
222
// test02.cpp : Defines the entry point for the console application.////设计模式第2章 观察者模式#include "stdafx.h"#include <vector>using namespace std;class Obs ...
分类:
编程语言 时间:
2017-07-03 15:04:33
阅读次数:
212
天气预报接口有很多,有的非常复杂,调用以下这个Flash,就能够轻松的把天气预报加到你的文章里。 点击看效果 <div><embed style="DispLAY: block; WiDTH: 600px; HeiGHT: 500px; TexT-ALiGn: center" src="http:/ ...
分类:
其他好文 时间:
2017-07-01 12:43:01
阅读次数:
229
1.站点文件 12010615.syn在D:\Program Files (x86)\MeteoInfo\SampleSYNOP_Stations.csv在D:\Program Files (x86)\MeteoInfo\Station 2.同样修改: breakList改为LegendBreaks ...
分类:
其他好文 时间:
2017-06-07 14:29:58
阅读次数:
204
############################
stress压力测试工具
############################
为了测试服务器的负载情况,给大家推荐Stress这个压力测试工具。Stress是一个Posix系统下生成Cpu/Memory/IO/Disk负载的工具。
项目址址:http://weather.ou.edu/~apw/pro
stress安装:
centos..
分类:
其他好文 时间:
2017-06-04 22:39:33
阅读次数:
534
string url = "http://api.map.baidu.com/telematics/v3/weather?location=昌图&output=json&ak=ZyCZTo0Lnt7MUGc6HoKLsDYK"; WebClient wc = new WebClient(); wc.... ...
分析网站 首先来到目标数据的网页 http://www.weather.com.cn/weather40d/101280701.shtml 中国天气网 中国天气网 我们可以看到,我们需要的天气数据都是放在图表上的,在切换月份的时候,发现只有部分页面刷新了,就是天气数据的那块,而URL没有变化。 这是 ...
分类:
编程语言 时间:
2017-06-01 00:22:15
阅读次数:
312
[] 数据集 编译标志: 编译标志让你可以修改正则表达式的一些运行方式。在 re 模块中标志可以使用两个名字,一个是全名如 IGNORECASE,一个是缩写,一字母形式如 I。 例如: 论re.M的重要性 然而加上re.M之后呢? 天哪,没有re.M,'dYcBw3a'没办法匹配?这是什么鬼? [] ...
分类:
其他好文 时间:
2017-05-27 10:35:45
阅读次数:
276
Source: https://leetcode.com/problems/rising-temperature/#/descriptionDescription: Given a Weather table, write a SQL query to find all dates' Ids wit ...
分类:
其他好文 时间:
2017-05-21 16:05:20
阅读次数:
127
返回的json数据 var url = "https://free-api.heweather.com/v5/weather?city="+citytq+"&key=d7bd43af19c64994b62fc643e5d75272";$.getJSON(url,function(data){aler ...
分类:
Web程序 时间:
2017-05-15 18:29:29
阅读次数:
1237