1 <!DOCTYPE html> 2 <html> 3 <body> 4 <title>统计字符串中某个字符的个数</title> 5 <script> 6 var countryList=["one","two","three","four","five","six"]; 7 var count ...
分类:
其他好文 时间:
2018-10-29 21:32:55
阅读次数:
141
题目描述 继MIUI8推出手机分身功能之后,MIUI9计划推出一个电话号码分身的功能:首先将电话号码中的每个数字加上8取个位,然后使用对应的大写字母代替 ("ZERO", "ONE", "TWO", "THREE", "FOUR", "FIVE", "SIX", "SEVEN", "EIGHT", ...
分类:
其他好文 时间:
2018-10-28 14:59:08
阅读次数:
211
0. paper link "inception v3" 1. Overview 这篇文章很多“经验”性的东西,因此会写的比较细,把文章里的一些话摘取出来,多学习一下,希望对以后自己设计网络有帮助。 2. Four General Design Principles &ems ...
分类:
Web程序 时间:
2018-10-27 22:58:47
阅读次数:
270
youtube上看了一个视频,介绍如何尽快的掌握一门新的语言: https://www.youtube.com/watch?v=FrMSSQRYS6I 【5 principles, 7 actions】 Action 1 : listen a lot, brain soaking 泡脑子 多听你要学 ...
分类:
编程语言 时间:
2018-10-22 01:10:55
阅读次数:
156
The count-and-say sequence is the sequence of integers with the first five terms as following: 1 is read off as "one 1" or 11.11 is read off as "two 1 ...
分类:
其他好文 时间:
2018-10-18 13:17:15
阅读次数:
152
Preface: Most of the answers below are written by myself "only instructors are given access to the exercise solutions" . If you find anything wrong, p ...
分类:
其他好文 时间:
2018-10-14 20:57:12
阅读次数:
321
The count-and-say sequence is the sequence of integers with the first five terms as following: 1. 1 2. 11 3. 21 4. 1211 5. 111221 1 is read off as "on ...
分类:
其他好文 时间:
2018-10-14 19:05:20
阅读次数:
169
import java.util.concurrent.locks.Condition; import java.util.concurrent.locks.ReentrantLock; public class Five { public static void main(String[] arg... ...
分类:
编程语言 时间:
2018-10-14 13:47:46
阅读次数:
174
編按:1979年, 《哈佛商業評論》 刊出〈競爭作用 力如何形塑策略〉 (How Competitive Forces Shape Strategy ),這篇文章的作者是當時擔任副教授的年輕經 濟學家麥可.波特 (Michael E. Porter )。那是他在本 刊發表的第一篇文章,為 「策略」這 ...
分类:
其他好文 时间:
2018-10-12 01:26:42
阅读次数:
188
Preface: Most of the answers below are written by myself "only instructors are given access to the exercise solutions" . If you find anything wrong, p ...
分类:
其他好文 时间:
2018-10-04 12:52:12
阅读次数:
421