protected string str = "sdasasdsddsdsaaassss 说是道 "; protected void Page_Load(object sender, EventArgs e) { //string regexstr = @"]*>"; ...
分类:
Web开发 时间:
2015-02-06 00:33:38
收藏:
0 评论:
0 赞:
0 阅读:
428
Spring MVC例子http://www.cnblogs.com/liukemng/p/3724379.html详解:http://jinnianshilongnian.iteye.com/blog/1752171Servlethttp://www.cnblogs.com/xdp-gacl/ta...
分类:
编程语言 时间:
2015-02-06 00:33:17
收藏:
0 评论:
0 赞:
0 阅读:
377
实现功能:首行输入N,M,S,T,代表这张图N个点,M条边,源点为S,汇点为T;接下来T行输入个边的出发点、终点和权值;输出最大流原理:sap网络流算法(详见百度百科,个人觉得这个模板已经不错了,虽然本人暂时还未考虑引入邻接表进行优化) 1 var 2 i,j,k,l,m,n,ans,aug,...
分类:
编程语言 时间:
2015-02-06 00:32:58
收藏:
0 评论:
0 赞:
0 阅读:
340
成功人士应具备的素质:乐观、改变自己、少抱怨、坚持 名言: 机会来自抱怨 IT->DT 第一次、第二次工业革命是释放人的体能,第三次IT释放人的脑袋 95%默默失败,5%在人们眼中失败,1%的人成功 数据时代,不是别人使我的时代,是利他主义时代。 技术和商业...
分类:
其他 时间:
2015-02-06 00:32:48
收藏:
0 评论:
0 赞:
0 阅读:
336
第一优先规则:First Object = InPolygon, Second Object = All第二优先规则:First Object = All, Second Object = All进入 Design -> Rules -> Clearance 项目。选择第一个对象的匹配条件。现有的条...
分类:
其他 时间:
2015-02-06 00:32:37
收藏:
0 评论:
0 赞:
0 阅读:
369
Given an arraySofnintegers, find three integers inSsuch that the sum is closest to a given number, target. Return the sum of the three integers. You m...
分类:
其他 时间:
2015-02-06 00:32:27
收藏:
0 评论:
0 赞:
0 阅读:
322
这个是今天在群里听到有人做了这个功能,于是产生了兴趣。也想来尝试下,参照了KK在github上的例子https://github.com/kunkun12/MapSwipe,例子写得很详细,我这里就不在赘述了。先看效果图:其实原理很简单,就是设置第二次add进来的Layer的div容器的宽和高。这里...
分类:
编程语言 时间:
2015-02-06 00:32:19
收藏:
0 评论:
0 赞:
0 阅读:
4380
关于buff和玩家自动回血buff{ m_StatusTimer.reset(pFT->createTimer()); m_StatusTimer->setInterval(500); m_StatusTimer->regTimer(std::bind(&StatusMgr::Ru...
分类:
其他 时间:
2015-02-06 00:32:07
收藏:
0 评论:
0 赞:
0 阅读:
363