摘要:
500.Keyboard Row & 557.Reverse Words in a String III 500.Keyboard Row Given a List of words, return the words that can be typed using letters of alpha 阅读全文
摘要:
Week3 397. Integer Replacement 397.Integer Replacement Medium Given a positive integer n and you can do operations as follow: 1.If n is even, replace 阅读全文
摘要:
Week2 669. Trim a Binary Search Tree & 617. Merge Two Binary Trees 669.Trim a Binary Search Tree Given a binary search tree and the lowest and highest 阅读全文
摘要:
这周刚开始讲了一点Divide and Conquer的算法,于是这周的作业就选择在LeetCode上找分治法相关的题目来做。 169.Majority Element Given an array of size n, find the majority element. The majority 阅读全文
摘要:
《上瘾 让用户养成使用习惯的四大产品逻辑》 Nir Eyal, Ryan Hoover 前言 1.所谓的消费升级,就是个人愿意付出更高的成本购买与 自我价值 相匹配的产品。购买即是一种身份的认同,购买也是意见表达。而能够代表自我价值、身份认同、意见表达的东西,只能是产品本身。 2.上瘾模型: 触发( 阅读全文
摘要:
实训总结报告 中山大学2017软件工程中级实训 15331023 陈康怡 这篇总结报告主要记录一些自己在实训过程中的收获,以及自己觉得相对重要的知识点 阶段2 这一阶段主要针对Gridworld编程,主要为控制各种Actor的行为,以及对Grid的数据结构的构建。这一阶段所写的代码基本都是一些比较基 阅读全文
摘要:
这学期选了一门公选课叫网络开发工具与技术,主要学习用JSP语言构建网站。在配置环境的过程中遇到不少的坑,于是记录下来,希望能帮到大家。 系统环境:Win10 JDK版本:8u121, JAVA版本1.8.0_121 下载地址:http://www.oracle.com/technetwork/jav 阅读全文
摘要:
vi, Java, Ant, Junit自学报告 2017软件工程实训 15331023 陈康怡 vi Vi是linux系统的标准文本编辑器,采用指令的方式进行操作,此处仅记录部分常用的指令。 vi模式 vi编辑器分为三种模式: (1)命令行模式 command mode 命令行模式可控制光标移动, 阅读全文