魏嘿嘿

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2015年4月19日

摘要: 1、Touch事件简介pc上的web页面鼠 标会产生onmousedown、onmouseup、onmouseout、onmouseover、onmousemove的事件,但是在移动终端如 iphone、ipod Touch、ipad上的web页面触屏时会产生ontouchstart、ontouch... 阅读全文
posted @ 2015-04-19 13:46 魏嘿嘿 阅读(4903) 评论(0) 推荐(0)

2015年4月11日

摘要: interface IMyList{ // O(1) // Add an item at the beginning of the list. void AddFirst(T item); // O(1) // Add an item at the end of th... 阅读全文
posted @ 2015-04-11 17:10 魏嘿嘿 阅读(8343) 评论(0) 推荐(0)