face-to-face communication 面对面交流 WeChat 微信 microblog 微博 short message 短信 今天的主题是 【Basic Phone Language】 【初级打电话攻略】 In today's lesson, we are going to le ...
分类:
其他好文 时间:
2018-02-11 18:17:13
阅读次数:
273
#!/usr/bin/python# -*- coding: utf-8 -*- import sysimport osimport jsonfrom pymongo import MongoClientimport datetime #获取系统当前日期today = datetime.dateti ...
分类:
编程语言 时间:
2018-02-10 15:00:21
阅读次数:
172
import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar ...
分类:
其他好文 时间:
2018-02-05 23:26:58
阅读次数:
244
Description Farmer John is trying to figure out when his last shipment of feed arrived. Starting with an empty grain bin, he ordered and received F1 ( ...
分类:
其他好文 时间:
2018-02-04 00:28:47
阅读次数:
164
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2112 易错点: 1)当起点等于终点时,hash会出错 2)无向图 3)两个点之间不只一条路径(取最短就好) 4)没有通路的情况(输出-1) 利用map哈希字符串,本题时限要求不高,Dijkstra就可以 ...
分类:
其他好文 时间:
2018-01-30 00:24:18
阅读次数:
174
Open the book. 打开书本。 Sit down, please. 请坐。 Go straight! 直行! 今天的主题是: 【Imperative Sentences】 【小句型大用途之祈使句】 In today's lesson, we are going to learn two t ...
分类:
其他好文 时间:
2018-01-27 22:20:19
阅读次数:
218
今天的主题是: 【Meeting New Friends】 【交朋友,我们是认真的】 In today's lesson, we're going to learn two things: 今天我们将会学习两个内容 1. how to introduce your friends to each o ...
分类:
其他好文 时间:
2018-01-27 21:20:27
阅读次数:
191
题目:http://acm.hdu.edu.cn/showproblem.php?pid=2112 此题就是一个求最短路的问题,只不过现在的顶点名称变成了字符串而不是数字,我们用map做一个映射即可。 然后跑一个dijkstra算法就ok了,其中还用到了优先队列,每次取最小权值的边。 用时:1981 ...
分类:
其他好文 时间:
2018-01-27 11:19:09
阅读次数:
108
Segment 1: 简单的熟悉MOV语句和四个方向端口的语句使用。入门关卡。 仿照 IN.X->OUT.X 写出 IN.A->OUT.A 即可。 DEBUG彩蛋: Can't find a pen right now so i'm just going to take notes here.loo ...
分类:
其他好文 时间:
2018-01-26 18:47:24
阅读次数:
319
csa66 Risk Rolls Time limit: 1000 msMemory limit: 256 MB Risk Rolls Time limit: 1000 msMemory limit: 256 MB Alena and Boris are playing Risk today. We ...
分类:
其他好文 时间:
2018-01-25 14:11:26
阅读次数:
216