The Greeks assumed that the structure of language had some connection with the process of thought, whitch took root in Europe long before people reali ...
分类:
其他好文 时间:
2019-05-07 22:55:42
阅读次数:
170
前几天看了一篇文章<High Performance JSON PostgreSQL vs. MongoDB> 发布在Percona Live Europe 2017 作者是<Dominic Dwyer Wei Shan Ang>,作者的观点是PostgreSQL更好,恰巧没有玩过postgresq ...
分类:
数据库 时间:
2018-12-28 14:37:17
阅读次数:
431
"地址" | Rank | Solved | A | B | C | D | E | F | G | H | I | J | K | L | | | : : | : : | : : | : : | : : | : : | : : | : : | : : | : : | : : | : : | : : ...
分类:
其他好文 时间:
2018-11-28 12:37:13
阅读次数:
299
Greenland's icy mountains are not an obvious place to search for an archive of economic history, but a study just published in the Proceedings of the ...
分类:
其他好文 时间:
2018-11-24 14:38:17
阅读次数:
142
https://mp.weixin.qq.com/s/mLd5INIVhkBQvbbXVLmDzw 本文将介绍一些提升Unity UI性能的技巧。更多优化技巧,可以观看下方的视频,内容是Unity工程师Ian Dundore在Unite Europe 2017的演讲《使用Unity性能提升技巧》。 ...
分类:
其他好文 时间:
2018-09-30 20:11:25
阅读次数:
187
A 题: 计算两个数组元素之间最有可能的差值,注意数据全部非法时的情况 #include<bits/stdc++.h> using namespace std; const int maxn = 2005; int a[maxn], b[maxn]; int main() { int n, m; s ...
分类:
其他好文 时间:
2018-08-20 19:46:21
阅读次数:
253
ACM ICPC Central Europe Regional Contest 2013 Jagiellonian University Kraków Problem A: Rubik’s RectangleProblem B: What does the fox say?Problem C: M ...
分类:
其他好文 时间:
2018-07-13 21:08:16
阅读次数:
224
原文:https://blog.csdn.net/zcc_0015/article/details/76595447 已知三个feature,三个feature分别取值如下:feature1=[“male”, “female”]feature2=[“from Europe”, “from US”, ...
分类:
其他好文 时间:
2018-07-06 18:33:13
阅读次数:
149
```go package main import ( "encoding/json" "fmt" "time" ) func main() { eur, err := time.LoadLocation("Europe/Vienna") if err != nil { panic(err) } t ...
分类:
其他好文 时间:
2018-03-22 01:40:33
阅读次数:
156
```go package main import ( "fmt" "time"
) func main() { eur, err := time.LoadLocation("Europe/Vienna") if err != nil { panic(err) } t := time.Date(20... ...
分类:
其他好文 时间:
2018-03-22 01:38:42
阅读次数:
182