原文在这里2013年度最强AngularJS资源合集来看我的视频教程,国内第一款完整的AngularJS视频教程http://www.imooc.com/learn/156司徒正美 写道https://github.com/RubyLouvre/avalonhttp://www.cnblogs.co...
分类:
Web程序 时间:
2014-10-12 12:32:37
阅读次数:
176
哎,太深刻的教训。原来以前其它目录里有.SVN目录 ,而此SVN目录COPY到真正的SVN工作目录之后,会将有用的.SVN目录覆盖。那么一样,显然,CI,UPDATE,CO之间的命令全部异常。。。搞了近一个小时才想起。。。删除所有原目录下的.SVN目录,搞定!!#在当前文件夹及子文件夹下查找.svn...
分类:
其他好文 时间:
2014-10-12 12:23:17
阅读次数:
127
题目链接:hdu 3642 Get The Treasury
题目大意:三维坐标系,给定若干的长方体,问说有多少位置被覆盖3次以上。
解题思路:扫描线,将第三维分离出来,就是普通的二维扫描线,然后对于每个节点要维护覆盖0,1,2,3以上这4种的覆盖面积。
#include
#include
#include
#include
using namespace std;
co...
分类:
其他好文 时间:
2014-10-12 11:21:27
阅读次数:
323
问题: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may co...
分类:
其他好文 时间:
2014-10-12 00:58:36
阅读次数:
686
严重: StandardWrapper.Throwableorg.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is java.sql.SQLException: Connections co...
分类:
数据库 时间:
2014-10-11 17:08:35
阅读次数:
342
http://www.mindscapehq.com/products/metroelements常见的翻书,相册,图表,时间组件demo下载地址http://assets.mindscape.co.nz/Downloads/MetroElementsTrial.msihttp://www.evge...
第一步:引入依赖的jar包<!--jersey--><dependency><groupId>com.sun.jersey</groupId><artifactId>jersey-client</artifactId><version>${jersey.version}</version></dependency><dependency><groupId>co..
分类:
编程语言 时间:
2014-10-11 16:05:46
阅读次数:
183
在windows平台上安装python c extension的扩展包是件很痛苦的事情,一般通过安装vc/vs系列来编译C扩展,不过安装包都比较大。或者通过mingw编译,不过有时会在兼容性上出现点问题。有个好消息就是微软为Python提供了专用的编译器Microsoft Visual C++ Co...
分类:
编程语言 时间:
2014-10-10 22:41:44
阅读次数:
313
http://www.delphicorner.f9.co.uk/articles/apps7.htmTrapping Messages Sent to an ApplicationI wrote code for the OnMessage event handler of Application...
分类:
移动开发 时间:
2014-10-10 22:36:44
阅读次数:
251
最小割判断唯一
先跑最大流,然后分别对源点和汇点DFS,记录能到达的点.
如果所有的点都能到达则最小割唯一,否则最小割有多解
Unique Attack
Time Limit: 5 Seconds Memory Limit: 32768 KB
N supercomputers in the United States of Antarctica are co...
分类:
其他好文 时间:
2014-10-10 19:07:24
阅读次数:
340