Description
Before bridges were common, ferries were used to transport cars across rivers. River ferries, unlike their larger cousins, run on a guide line and are powered by the river's current. Ca...
分类:
其他好文 时间:
2014-08-14 20:34:49
阅读次数:
349
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.You should preserve the o...
分类:
其他好文 时间:
2014-08-14 00:56:47
阅读次数:
199
qt的编译安装参见http://qt-project.org/doc/qt-4.8/install-x11.html应注意以下要点,需要安装以下套件吗,否则编译后跟ubuntu的界面不兼容Error while building on Ubuntu 12.*Before building it on...
分类:
其他好文 时间:
2014-08-13 22:10:27
阅读次数:
201
问题的答案非常简单:#parent { position: relative; z-index: 1; }#pseudo-parent { position: absolute; } /* no z-index allowed */#pseudo-parent:after { position: a...
分类:
Web程序 时间:
2014-08-13 18:33:16
阅读次数:
269
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.
You should preserve the original relative order of the nodes in each of...
分类:
其他好文 时间:
2014-08-13 15:02:26
阅读次数:
208
1. 伪类 :after 1. 清楚浮动div:after{ overflow:hidden; } 2. 制作三角形div:after{ content:''; display:block; width:0; border-top:8px solid #000; border-left:8p...
分类:
移动开发 时间:
2014-08-13 12:56:26
阅读次数:
234
许久之前,就想看看C和C++,看看这两种神奇的编程语言,但是一直被这样或者那样的琐事给耽搁了(狂喷自己的拖延症)。今天翻开自己的移动硬盘找到一本古老的书籍:《The C Programming Language 中文版》,浏览一下,缓解一下内心的空虚。事情并没有想象中的那么顺利,刚看了一个例子的两种...
分类:
其他好文 时间:
2014-08-13 12:56:16
阅读次数:
163
1、控制用屏幕输入输出事件,如在启动屏幕时使用的菜单、工具条,在输入后对输入框的检查,对按钮事件的控制等。PROCESS BEFORE OUTPUT(PBO):屏幕显示前的调用模块。PROCESS AFTER INPUT(PAI):响应用户输入后的调用模块,如单击按钮,输入字段后回车等事件。写入代码...
分类:
其他好文 时间:
2014-08-13 10:12:45
阅读次数:
279
CSS 有两个说不上常用的伪类 :before 和 :after,偶尔会被人用来添加些自定义格式什么的,但是它们的功用不仅于此。前几天发现了 Creative Link Effects 这个非常有意思的介绍创意链接特效的页面,里面惊人的效果大量使用到的特性除了 transform 属性进行变形之外,...
分类:
Web程序 时间:
2014-08-12 16:54:04
阅读次数:
262
有次在使用eclipse写好Android的代码,代码没有报错。然后想在AVD中运行测试时,总是会弹出错误框,提示信息为:“Your project contains error(s),please fix them before running your application.”不管是重启AVD...
分类:
移动开发 时间:
2014-08-12 00:29:13
阅读次数:
213