产品体验报告不仅仅是单单的将内容填充,没有自己的成见(没有产品sense)1.要明确体验报告的观看者(Who)运用产品的思维去完成一份报告,要挖掘出你的目标用户需求。包括报告的用户是谁,是什么身份什么属性,ta们最喜欢看什么内容。然后侧重点地进行阐述。2.带着目的去写产品体验报告(Why)这个是体现...
分类:
其他好文 时间:
2015-06-11 18:43:38
阅读次数:
122
bc 计算器 :quit 退出top 任务管理器 q退出who 显示在线用户whoami 当前操作用户kill id 结束当前进程ifconfig 显示当前网络状态clear 清屏vim name iesc :q :wq
分类:
系统相关 时间:
2015-06-11 18:36:46
阅读次数:
146
Suppose that a website contains two tables, theCustomerstable and theOrderstable. Write a SQL query to find all customers who never order anything.Tab...
分类:
其他好文 时间:
2015-06-10 19:01:41
阅读次数:
136
总结:man, info, hwclock, cal, type, which, dirname, basename, who, which, whatis, makewhatis, hash, tty
man, info, help, date, hwclock, cal, shutdown, reboot, halt, poweroff, type, cd, which, dirname, basename, who, which, whatis, makewhatis, echo, hash,...
分类:
其他好文 时间:
2015-06-10 06:30:27
阅读次数:
150
1.图形界面管理:如想从图形界面切换至字符界面 输入 init 3如想字符界面切换至图形界面 init 52.进程管理:kill 杀死一个进程 Kill -9 强制杀死一个进程?stat 显示指定文件的相关信息,比ls命令显示内容更多?who、w 显示在线登录用户?whoami 显示用户自己的身份?...
分类:
系统相关 时间:
2015-06-09 23:38:31
阅读次数:
215
Given an m x n chessboard where you want to place chess knights. You have to find the number of maximum knights that can be placed in the chessboard such that no two knights attack each other.Those who...
分类:
其他好文 时间:
2015-06-08 17:32:11
阅读次数:
118
早早爬起来赶到北大光华听百度分会场的报告,把听到的简要记述一下。李鹏 自然语言理解中的深度学习首先梳理自然语言理解这个问题,提出基本问题是:
Tagging:例如命名实体识别
Generation:翻译,问答->多轮对话
然后是具体的例子:
Tagging问题的例子:语义角色标注
解决Who do what at where…等等句子逻辑成分划分的问题
分词...
分类:
编程语言 时间:
2015-06-07 14:37:30
阅读次数:
464
简介
主页: http://dss.macosforge.org/
Darwin Streaming Server (DSS) is an open sourceproject intended for developers who need to stream QuickTime and MPEG-4 mediaon alternative platforms such as Mac, ...
ps:查看进程jps:查看Java进程who:查看用户登录情况free -m:查看内存使用情况top:查看内存使用watch-n1cat/proc/meminfo:查看真正内存使用情况sudosysctl-wvm.drop_caches=3:释放kernel用在cache上面的内存sudosync&...
分类:
系统相关 时间:
2015-06-06 19:29:58
阅读次数:
149
查找文档 以grep 程序查找文本(匹配文本 matching text)相当方便.传统上有三种程序可以用来查找整个文本文件.grep 最早的文本匹配程序.其最简单的方式就是使用固定字符串$ who |grep -F austen //范例中使用- F 选项,以查找固定字符串 austen....
分类:
系统相关 时间:
2015-06-05 17:02:33
阅读次数:
207