"HTML" Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 8060 Accepted: 2612 Description If you ever tried to read a html document on a Macin ...
分类:
Web程序 时间:
2019-02-08 20:02:20
阅读次数:
169
/* 加粗:语音部分 * 红色:单词部分 * 斜体:语法部分 * 下划线:信号词/句 */ 第 1 段 1.Listen to a conversation between a student and her public relations professor. 听一段学生和她公共关系教授的对话你... ...
分类:
其他好文 时间:
2019-02-04 16:53:42
阅读次数:
247
8.1 文件:因为懂你,所以永恒CPU-内存CPU-硬盘 8.1.1打开文件 open()函数打开并且返回文件对象open()有很多参数,作为初学者,先关注第一和第二个参数即可。open(带路径的文件名,指定文件打开模式) "r"只读模式(默认)"w"写入模式 覆盖已经存在的文件"x"如果文件存在, ...
分类:
其他好文 时间:
2019-02-04 16:40:28
阅读次数:
184
转自:https://blog.bernd-ruecker.com/why-service-collaboration-needs-choreography-and-orchestration-239c4f9700fa Let’s assume you want to build a simple ...
分类:
其他好文 时间:
2019-02-03 23:27:24
阅读次数:
177
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:
其他好文 时间:
2019-02-03 19:48:35
阅读次数:
208
The Garbage-First (G1) collector is a server-style garbage collector, targeted for multi-processor machines with large memories. It meets garbage coll ...
分类:
其他好文 时间:
2019-02-02 19:00:03
阅读次数:
128
https://www.meziantou.net/2016/09/09/convert-a-vmdk-vmware-file-to-vhdx-hyper-v Microsoft provides a free tool to convert an existing virtual machine ...
分类:
系统相关 时间:
2019-02-02 12:58:04
阅读次数:
281
first,I wish you a happy new year, and study in spring festival’s eve means you are hardworking,haha. I write in two languages. One passage write in C ...
分类:
编程语言 时间:
2019-01-31 22:56:16
阅读次数:
238
https://leetcode.com/problems/top-k-frequent-words/ Given a non-empty list of words, return the k most frequent elements. Your answer should be sorted ...
分类:
其他好文 时间:
2019-01-31 00:15:24
阅读次数:
161
Oracle安装12C要求参考文档 汇总 Oracle安装11G要求参考文档 汇总 ...
分类:
数据库 时间:
2019-01-28 18:19:13
阅读次数:
229