大学毕业后,一直从事软件测试方面的工作。开通了这个博客,方便对自己的知识和工作经验做一些整理和记录。这里会是一个很好总结和分享的平台。以此为起点,我要走得更远。。。希望与各位朋友共同进步。
分类:
其他好文 时间:
2014-07-22 23:12:15
阅读次数:
305
auto:推导类型变量:编译器选项指示编译器如何使用auto
关键字来声明变量。如果指定默认选项/Zc:auto,编译器从其初始化表达式中推导声明的变量的类型。如果指定/Zc:auto-,编译器将该变量分配给自动存储类。使用示例:auto
root = new TreeNode(*pre_first...
分类:
编程语言 时间:
2014-07-22 23:12:12
阅读次数:
531
time_t first, second;first = time(NULL);// 你的程序
...............second = time(NULL);printf("The difference is: %f
seconds\n",difftime(se...
分类:
其他好文 时间:
2014-07-22 23:08:54
阅读次数:
216
Bootstrap 的简单表格实例 Example of Table with twitter
bootstrap Student-ID First Name Last Name ...
分类:
其他好文 时间:
2014-07-22 23:06:56
阅读次数:
327
Problem B: The Largest CliqueGiven a directed
graphG, consider the following transformation. First, create a new graphT(G)to
have the same vertex set ...
分类:
其他好文 时间:
2014-05-01 14:09:34
阅读次数:
357
1.for a two dimension vector, we must assign at
least the first dimension of the vector2.each dimension of an inner vector can
be different3.if you do...
分类:
其他好文 时间:
2014-04-30 18:47:20
阅读次数:
549
字符串转json对象 SyntaxError: missing ; before
statementvar obj = eval("("+strJson+")");
分类:
Web程序 时间:
2014-04-29 17:18:46
阅读次数:
502
原文:ASP.NET MVC 5 - 给电影表和模型添加新字段在本节中,您将使用Entity
Framework Code First来实现模型类上的操作。从而使得这些操作和变更,可以应用到数据库中。默认情况下,就像您在之前的教程中所作的那样,使用
Entity Framework Code Fir...
分类:
Web程序 时间:
2014-04-29 16:27:46
阅读次数:
586
这是微软官方SignalR 2.0教程Getting Started with Entity
Framework 6 Code First using MVC 5 系列的翻译,这里是第三篇:排序、筛选和分页原文:Sorting, Filtering,
and Paging with the Enti...
分类:
Web程序 时间:
2014-04-29 16:25:46
阅读次数:
691