摘要:
今天使用Win32 Disk Manager创建Ubuntu server 12.04启动盘,写完后U盘变为2.1MB。解决:打开运行-〉diskpart,进入后输入list disk,列出磁盘列表图中我的U盘已还原至1997MB,原本是2.1MB,输入 select disk 盘号,也就是 sel... 阅读全文
posted @ 2014-09-26 14:34
valentine is me
阅读(1369)评论(0)推荐(0)
摘要:
1.Human-Computer Interation->HCIhow people interact with technology三个维度:1.user:可以是老人、儿童,一个人、一个团队,等等。2.Task:简单的任务,到复杂的数据分析3.Context:即便用户一样,任务一样,环境不同也可能... 阅读全文
posted @ 2014-09-17 12:50
valentine is me
阅读(420)评论(0)推荐(0)
摘要:
使用@抑制住警告,可做出提示处理$file="C:\\1.txt";@fp=fopen($file,'r');// if the file is not exist, it won't throw an exception//handle the exception manuallyif(!fp)... 阅读全文
posted @ 2014-09-15 10:06
valentine is me
阅读(118)评论(0)推荐(0)