摘要: 在VS2010里的控制台应用程序在运行时,结果画面一闪而过,不管是用F5 还是用Ctrl + F5都是一样,导致无法看到结果。 网上有不少的办法,说是都是在程序最后加一个要程序暂停的语句或从控制台上获取用户输入的语句。其实还有一个更好的解决办法:在你的项目条目(project)上右击鼠标,在弹出菜单上选择最后一项“property/属性”,在左边的一栏里找到“配置属性->链接器->系统”,点击“系统”项后,在右边的栏的“子系统(subSystem)”将刻项的值配置为"Console(/SUBSYSTEM:CONSOLE)"。 经过这样的配置后,再按 Ctrl+F 阅读全文
posted @ 2013-05-05 16:22 TaylorWesley 阅读(328) 评论(0) 推荐(0)
摘要: Your Family Guy fan-site is riding a wave of viral referrals, the community has grown tenfold in last month alone! First, you've deployed anSVD recommendation system, then you've optimized the site content and layout with the help ofdecision trees, but of course, that wasn't enough, and 阅读全文
posted @ 2013-04-20 09:55 TaylorWesley 阅读(308) 评论(0) 推荐(0)
摘要: The Family Guysagacontinues. A few days ago the editors of the fan site decided to add a new section: favorite quotes. The users responded with enthusiasm, and began submitting hundreds of their favorite gems. Needless to say, the editors were overwhelmed and decided to invite the engineers to pitch 阅读全文
posted @ 2013-04-20 09:54 TaylorWesley 阅读(190) 评论(0) 推荐(0)
摘要: You've built a vibrant community of Family Guy enthusiasts. TheSVD recommendation algorithmtook your site to the next level by allowing you to leverage the implicit knowledge of your community. But now you're ready for the next iteration - you are about to roll out some new opt-in customizat 阅读全文
posted @ 2013-04-20 09:53 TaylorWesley 阅读(182) 评论(0) 推荐(0)
摘要: 原文地址:http://www.igvita.com/2007/01/15/svd-recommendation-system-in-ruby/One day, a bunch of friends, who happened to be big Family Guy fans, decided to put together a site to rank and share their thoughts on the show. Soon thereafter they had a Rails site up and running, and all was well, and other 阅读全文
posted @ 2013-04-20 09:51 TaylorWesley 阅读(146) 评论(0) 推荐(0)