全部文章
第一天是热身赛,就有两道很水的题目,数据也很水,估计就是怎么水怎么过的那种,我们就迅速读题,马上就ak了。还没有等气球发下来我们就早早的退场了,由于我们是第一次参加这样的比赛,没有太多的实战经验。根本不知道热身赛是让干什么的,其实当时出场没多久我就意识到了,还好后来老师提醒我们比赛时候应该注意的地....
分类:其他 时间:2014-06-04 18:48:08 收藏:0 阅读:434
AfxGetMainWndAfxGetMainWnd获取自身窗体句柄HWND hWnd = AfxGetMainWnd()->m_hWnd;GetTopWindow函数功能:该函数检查与特定父窗体相联的子窗体z序(Z序:垂直屏幕的方向,即叠放次序),并返回在z序顶部的子窗体的句柄。函数原型:HWND...
分类:Windows开发 时间:2014-06-04 18:47:32 收藏:0 阅读:557
goldengate–使用filter+@GETENV在线重新初始化指定的table转载:http://www.easyora.net/blog/using_filter_getenv_function_to_initialize_special_table.html 在oracle-oracle ...
分类:其他 时间:2014-06-04 18:46:47 收藏:0 阅读:462
原题地址:https://oj.leetcode.com/problems/median-of-two-sorted-arrays/题意:There are two sorted arrays A and B of size m and n respectively. Find the median...
分类:编程语言 时间:2014-06-04 18:49:23 收藏:0 阅读:411
function checkTime(){ var dateInp=$("#dateInp").val(); var day1=Date.parse(dateInp.replace(/-/g, "/")); var nowDate = new Date(); var date...
分类:其他 时间:2014-06-04 18:50:45 收藏:0 阅读:329
object fontname = "Wingdings 2"; object uic = true; doc.Bookmarks.get_Item(ref lblmark).Range.InsertSymbol(-4014, ref fontname, ref uic, ref missing)....
分类:其他 时间:2014-06-04 18:50:00 收藏:0 阅读:562
Reverse a linked list from positionmton. Do it in-place and in one-pass.For example:Given1->2->3->4->5->NULL,m= 2 andn= 4,return1->4->3->2->5->NULL.No...
分类:其他 时间:2014-06-04 18:52:10 收藏:0 阅读:411
Random MazeTime Limit: 10000/3000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 1114Accepted Submission(s): 387Problem...
分类:其他 时间:2014-06-04 18:51:26 收藏:0 阅读:588
The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total number...
分类:其他 时间:2014-06-04 18:54:51 收藏:0 阅读:365
1. Map和HashMap的使用方法2. JDK帮助文档的使用方法1. Map和HashMap的使用方法 2. JDK帮助文档的使用方法 帮助文档下载chm格式的英文版, 在索引里面搜索map
分类:其他 时间:2014-06-04 18:54:12 收藏:0 阅读:346
1310717310718310719323994
上一页3239936下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!