The Repository Pattern with EF Code First & Dependency Injection in ASP.NET MVC3 Ray_Liang, 5 Jul 2011 GPL3 156.8K 8.1K 156 4.65 (58 votes) 12 3 4 54....
分类:
Web程序 时间:
2015-08-21 01:37:05
阅读次数:
250
The Repository Pattern with EF Code First & Dependency Injection in ASP.NET MVC3 Ray_Liang, 5 Jul 2011 GPL3 156.8K 8.1K 156 4.65 (58 votes) 12 3 4 54....
分类:
其他好文 时间:
2015-08-21 00:06:25
阅读次数:
171
转自:http://blog.163.com/ray_jun/blog/static/1670536422011101225132544/出处:http://superman474.blog.163.com/blog/static/120661462011101115811199/关于iOS 5的本...
分类:
移动开发 时间:
2015-08-19 16:07:04
阅读次数:
149
题目链接:uva 10335 - Ray Inside a Polygon
恶心题,注意精度和输出等问题,代码中有标识,后面有一些数据。
#include
#include
#include
#include
#include
using namespace std;
const double pi = 4 * atan(1);
const double eps =...
分类:
其他好文 时间:
2015-08-17 21:46:04
阅读次数:
100
这节来讨论一下当程序出现错误的时候是怎样的?
1.还是以上一章节的代码作为例子
print("hello world")
print("i am ray")
print("i love China \n" * 8)
print("welcome to my class")
print(over")
最后一句那里,明显少了一个双引号,点击F5或者Run Module之后,会出现下面情...
分类:
编程语言 时间:
2015-08-10 09:30:01
阅读次数:
125
一:什么是xml元素属性
XML 元素指的是从(且包括)开始标签直到(且包括)结束标签的部分。
元素可包含其他元素、文本或者两者的混合物。元素也可以拥有属性。
Harry Potter
J K. Rowling
2005
29.99
Learning XML
Erik T. Ray
2003
39.95
在上例中,和 ...
分类:
其他好文 时间:
2015-08-09 12:42:40
阅读次数:
118
题目:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=22105
题意:给定整数n和m,给出一个n个元素的序列,查询m次给定区间[L,R]的最大连续和的位置[x,y],有多个区间输出x最小的,还有多个的话输出y最小的。
分析:每个节点存8个信息,最大连续和、最大后缀和、最大前缀和、区间和、前缀末位置、后缀首位置、最大连续和...
分类:
其他好文 时间:
2015-07-31 20:20:05
阅读次数:
182
今天来说说线性表的实现
这里以List作为例子
package com.ray.testobject;
public class List {
private int length;
private Man[] array;
public int getLength() {
return length;
}
public void setLengt...
分类:
编程语言 时间:
2015-07-31 01:32:32
阅读次数:
170
在WWDC我们发现Swift团队没有浪费时间在无谓的地方,而是致力于改善Swift 2。我们将会为你编写和录制很多关于Swift 2的教程,但在此期间我想强调Swift最令人兴奋的改变,为你可以在秋天迁移到Swift 2做准备。错误处理正如Ray在WWDC 2015 Initial Impressi...
分类:
编程语言 时间:
2015-07-22 14:31:32
阅读次数:
208
C - 学Crawling in process... Crawling failed Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit StatusDescription Ray又对数字的列产生了兴...
分类:
Web程序 时间:
2015-07-17 22:18:51
阅读次数:
197