http://www.robvanderwoude.com/escapechars.php 原文摘录自: DOS Escape Characters ...
分类:
其他好文 时间:
2019-03-08 13:56:03
阅读次数:
248
You are given a string representing an attendance record for a student. The record only contains the following three characters: 'A' : Absent. 'L' : L ...
分类:
其他好文 时间:
2019-03-08 12:44:22
阅读次数:
177
使用vector 在解决一些问题的时候确实非常高效。 可以不像Array 那样一个一个去查。 可以大幅度缩减代码实现的时间。 Given a string, find the length of the longest substring without repeating characters. ...
分类:
编程语言 时间:
2019-03-06 09:21:25
阅读次数:
280
题目如下: Given a string, find the length of the longest substring without repeating characters. Example 1: Input: "abcabcbb" Output: 3 Explanation: The a ...
分类:
其他好文 时间:
2019-03-06 09:20:37
阅读次数:
161
1:实体使用 @Valid 使用 validation 类注解 2:String 使用 controller 添加 @Validated ...
分类:
编程语言 时间:
2019-03-04 14:19:12
阅读次数:
187
随便模拟了一下,加了点优化,能过是真的神秘 ...
分类:
其他好文 时间:
2019-03-03 12:22:28
阅读次数:
217
Given a list of sorted characters letters containing only lowercase letters, and given a target letter target, find the smallest element in the list t ...
分类:
其他好文 时间:
2019-02-28 14:50:58
阅读次数:
179
上述代码写后,trian loss 和 valid loss 一致都不怎么变化,好像神经网络完全没有在训练一样。这是因为每训练一次后,weight和bias都被重新初始化了。 ...
分类:
其他好文 时间:
2019-02-27 22:08:23
阅读次数:
276
ORA-04930 to ORA-07499 6 ORA-04930: open sequence number failed or initial state is valid Cause: Either Shared Sequence Number OS component was not in ...
分类:
其他好文 时间:
2019-02-27 19:09:07
阅读次数:
155