Unit 1 学习目标: 1. how an application use the Internet 2. The structure of the Internet:The 4 layer model 3. The Internet protocol(IP) 4. Basic architect ...
分类:
Web程序 时间:
2019-11-13 00:47:50
阅读次数:
142
适用于NLP自然语言处理的Python:使用Facebook FastText库 ...
分类:
编程语言 时间:
2019-11-13 00:32:50
阅读次数:
117
present标签用于判断某个变量是否已经定义,用法: 大理石平台精度等级 <present name="name"> name已经赋值 </present> 如果判断没有赋值,可以使用: <notpresent name="name"> name还没有赋值 </notpresent> 可以把上面两 ...
分类:
Web程序 时间:
2019-11-11 13:00:33
阅读次数:
106
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the hist ...
分类:
其他好文 时间:
2019-11-10 10:13:49
阅读次数:
82
RUST 0x05 Enum 1 定义一个Enum 如: enum的值只能是它的变量中的一个。 Enum Values 可以像这样创建实例: enum里的变量是在其namespace下的,所以要用 。这时 和`IpAddrKind::V6 IpAddrKind`,所以可以像这样: 可以这样将enum ...
分类:
编程语言 时间:
2019-11-09 17:34:12
阅读次数:
74
One way to serialize a binary tree is to use pre-order traversal. When we encounter a non-null node, we record the node's value. If it is a null node, ...
分类:
其他好文 时间:
2019-11-09 09:18:11
阅读次数:
93
使用jpa查询的时候,如果查询不到数据,就会返回这个错误,下面是处理方法。 @Override public User findByEmail(String email) { User user = new User(); user.setEmail(email); Example<User> ex ...
分类:
编程语言 时间:
2019-11-06 17:03:24
阅读次数:
174
[Hdu3887]Counting OffspringYou are given a tree, it’s root is p, and the node is numbered from 1 to n. Now define f(i) as the number of nodes whose nu ...
分类:
编程语言 时间:
2019-11-04 21:37:38
阅读次数:
98
课上内容(Lesson) 1. We played "Who is spy" together 2. Which county do you like it, let us make a choice. 3. We made use of picturea for a story , about a ...
分类:
其他好文 时间:
2019-11-03 18:35:30
阅读次数:
140
@Override public boolean onCreateOptionsMenu(Menu menu) { // Inflate the menu; this adds items to the action bar if it is present. getMenuInflater().i... ...
分类:
移动开发 时间:
2019-11-03 18:24:55
阅读次数:
157