目标:创建控制器和视图的代码,实现CRUD(创建,读取,更新,删除)功能创建一个详细信息页控制器为Students的Index页生成的代码排除Enrollments属性在外,因为该属性中关联着一个集合。而该集合的内容将会在Details页面标签中显示。 在控制器Controllers\Student...
分类:
Web程序 时间:
2014-09-04 09:36:57
阅读次数:
384
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=481&page=show_problem&problem=1962刚开始没理解题意,看了题解之后也不太理解,现在好点了。其实可以看作每个麻球的...
分类:
其他好文 时间:
2014-09-04 01:35:47
阅读次数:
240
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2014-09-03 19:50:37
阅读次数:
156
开源框架引用:1.jquery/jquery-ui2.bootstrap3.效果图4.index.html代码 1 2 3 4 5 6 demo 7 8 9 10 18 19 20 21 22 ...
分类:
其他好文 时间:
2014-09-03 19:47:07
阅读次数:
407
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=36
简单模拟题。
#include
#include
using namespace std;
int len[1000001];
int main()
{
int i,a,b,a1...
分类:
其他好文 时间:
2014-09-03 18:16:07
阅读次数:
183
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1742
Problem ?
Lift Hopping
Time Limit: 1 second
Ted the bellhop: "I'm coming up and if t...
分类:
其他好文 时间:
2014-09-03 18:09:37
阅读次数:
282
1,yum -y install python-pip;pip(Python packet index);2,pip install/update softlayer;3,sl --help;
分类:
其他好文 时间:
2014-09-03 13:02:56
阅读次数:
193
做数据库优化时,使用sql语句调整数据库,在此记录一下。好博客,好文章《mysql常用SQL语句》http://www.cnblogs.com/jevo/p/3257222.html《MySQL 主键与索引的联系与区别分析》http://www.jb51.net/article/34037.htm1...
分类:
数据库 时间:
2014-09-03 12:39:26
阅读次数:
238
题目地址:HDU 4971
比赛的时候还不会最大权闭合,当时还跟队友讨论了好长时间费用流和DP。。现在看来就是一最大权闭合水题。。。
建图思路:源点连工程,权值为利润,汇点连科技项目,权值为花费,然后对有依赖性的连有向边。用正权值和减去最小割就是答案。
#include
#include
#include
#include
#include
#include
#include
...
分类:
其他好文 时间:
2014-09-03 11:17:06
阅读次数:
246
1.1.安装JDK & Eclipse Android开发包JDK: http://www.oracle.com/technetwork/java/javase/downloads/index.html如果不想下载安装其他旧的JDK,在该面下拉到最后,见下图点击DOWNLOADADT工具包:http...
分类:
移动开发 时间:
2014-09-03 11:08:16
阅读次数:
231