上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 154 下一页
摘要: 今天在路上突然想到了一个道理,分享给大家: 事实上每一个人的一生都有翻倍的机会。10倍,100倍,1000倍甚至更高,可是为什么每一个人还不一样。有些人已经成为百万富翁。有些人依旧是苦力。 原因就是:每一个人的基数不一样,有的人基数是1分即使翻10万倍仅仅是1万,然而有的基数是10元翻10万倍就是1 阅读全文
posted @ 2017-05-27 19:30 jhcelue 阅读(126) 评论(0) 推荐(0)
摘要: 题目: Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to the neare 阅读全文
posted @ 2017-05-27 18:21 jhcelue 阅读(129) 评论(0) 推荐(0)
摘要: KVC kvc(key-value-coding,键值编码) 为属性赋值: value为属性的值 forKey:属性的名称 kvc 为OC语言动态执行时机制的一种体现,不论什么NSObject类型的对象都支持kvc kvo(键值观察)(key-value-observer) :对符合kvc键值编码的 阅读全文
posted @ 2017-05-27 16:44 jhcelue 阅读(106) 评论(0) 推荐(0)
摘要: <script language=javascript> function check(){ var xz=document.getElementById("xz"); alert(xz.checked); } </script> <html> <meta http-equiv="Content-T 阅读全文
posted @ 2017-05-27 15:17 jhcelue 阅读(796) 评论(0) 推荐(0)
摘要: Language: Default It's not a Bug, It's a Feature! Time Limit: 5000MS Memory Limit: 30000K Total Submissions: 1353 Accepted: 516 Description It is a cu 阅读全文
posted @ 2017-05-27 14:19 jhcelue 阅读(172) 评论(0) 推荐(0)
摘要: menu 在 android中是个很经常使用的控件,曾经自己做项目的时候通常都是将系统的menu相关方法在activity中直接删去。而且将主题换为fullscreen,然后再在layout中引入自己画好的新的标题栏。 实际上有更好的方法。 并不须要将系统方法删去。仅仅须要将系统menu加上自己的图 阅读全文
posted @ 2017-05-27 12:51 jhcelue 阅读(1815) 评论(0) 推荐(0)
摘要: 【前提条件】: 【操作步骤】:接收一条音频(系统音频。格式为ogg),点菜单键选择View slideshow 【測试结果】:不能播放,提示是否导入vCard 【预期结果】:能够播放 【备注】:附log 接收带图片、ogg格式音频 、视频幻灯片时也不能播放,提示是否导入vCard 经过分析和重复測试 阅读全文
posted @ 2017-05-27 11:14 jhcelue 阅读(376) 评论(0) 推荐(0)
摘要: <input type="hidden" id="a" value="<%=request.getScheme()%>" /> 协议 <input type="hidden" id="b" value="<%=request.getServerName()%>" /> server名 <input 阅读全文
posted @ 2017-05-27 10:26 jhcelue 阅读(307) 评论(0) 推荐(0)
摘要: 题目链接:http://codeforces.com/problemset/problem/448/C C. Painting Fence time limit per test 1 second memory limit per test 512 megabytes input standard 阅读全文
posted @ 2017-05-27 10:24 jhcelue 阅读(173) 评论(0) 推荐(0)
摘要: 今天在用用graphic view 加入graphic item的时候要引入一个context menu,自然就要对context menu上的action进行slot处理。可是graphic item不是从qobject继承下来的,所以这里就须要多重继承,再次加入一个对qobject的继承,全部涉 阅读全文
posted @ 2017-05-27 09:08 jhcelue 阅读(324) 评论(0) 推荐(0)
上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 154 下一页