Yesterday:测试软件 Today:写阶段性的总结 Problem: (1)晚上我们的团队进行了收尾工作:第一阶段的任务基本完成,软件主要实现了校园景点照片以及对应的介绍,查询最短路径,查询涉及相关景点的查询,查询全部路径,基本界面的设计,导航功能。 (2)会议讨论了下一阶段的任务,主要包括定 ...
分类:
其他好文 时间:
2016-04-27 22:38:26
阅读次数:
157
Hello,every one.Today i borrow your the Samsung GT-B5702 case. 手机如上图所示,是老式三星手机,比较罕见 使用专用207号数据线,连上我们的CELLBRITE取证机,开始镜像! 最后获得164m,的镜像,经过专业软件分析 最后得到249条 ...
分类:
其他好文 时间:
2016-04-27 18:25:35
阅读次数:
150
Demo Day Demo Day 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 You work as an intern at a robotics startup. Today is your company's demo day. During the dem ...
分类:
其他好文 时间:
2016-04-26 14:04:45
阅读次数:
249
functiongetNextMonthEndDate($date){
$firstday=date(‘Y-m-01‘,strtotime($date));
$lastday=date(‘Y-m-d‘,strtotime("$firstday+2month-1day"));
return$lastday;
}
functionnext_month_today($date){
//获取今天是一个月中的第多少天
$current_month_t=date("t",strtotime..
分类:
Web程序 时间:
2016-04-25 19:50:01
阅读次数:
225
Yesterday:组内各种乱八七糟的问题,还有自己的效率问题 Today:进行小范围的测试实验 Problem:在显示各景点构成的邻接矩阵的时候,第一次编译未出现任何错误的提示,但是在程序运行时,无法将景点的名称正确的显示出来,而是出现了??dd这样的错误代码,进过检查后发现,原因仅仅是因为输出的 ...
分类:
其他好文 时间:
2016-04-24 18:49:53
阅读次数:
113
<script>window.onload = function(){ function getDate(){ debugger; var today = new Date(); var date; date = (today.getFullYear()) +"-" + (today.getMont ...
分类:
Web程序 时间:
2016-04-24 06:15:55
阅读次数:
190
items: [{ fieldLabel: 'Year', xtype: 'textfield', name: 'SRYear', maxLength: 4, width: 100, value: g_today.dateFormat('Y')}] ...
分类:
Web程序 时间:
2016-04-22 11:58:59
阅读次数:
869
HDU Today Time Limit: 15000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 22939 Accepted Submission(s): 5485 Pro ...
分类:
其他好文 时间:
2016-04-21 20:21:34
阅读次数:
190
题目链接:http://acm.hdu.edu.cn/status.php?user=l1526789512&pid=2112&status=5 HDU Today Time Limit: 15000/5000 MS (Java/Others) Memory Limit: 32768/32768 K ...
分类:
其他好文 时间:
2016-04-21 13:33:53
阅读次数:
98
[1627] Alex’s Game(II) 时间限制: 2000 ms 内存限制: 65535 K 问题描述 Alex likes to play with one and zero as you know . Today he gets a sequence which contains n(n ...
分类:
其他好文 时间:
2016-04-20 19:44:47
阅读次数:
235