Loading

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 52 下一页
摘要: 一直用的4.5.1,众所周知的有个大Bug就是经常会显示有90%+的Native代码,那还分析个屁,这东西就废了。在网上苦苦找寻下终于找到了最新5.0版本的注册机,分享下。http://files.cnblogs.com/jinzhao/dottrace.part3.rarhttp://files.cnblogs.com/jinzhao/dottrace.part2.rarhttp://files.cnblogs.com/jinzhao/dottrace.part1.rar 阅读全文
posted @ 2011-11-17 17:10 today4king 阅读(3569) 评论(7) 推荐(6) 编辑
摘要: http://nbuilder.org/What is it?Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are of type of the built in .NET data types (e.g. ints and strings). NBuilder allows you to override for propert 阅读全文
posted @ 2011-11-02 14:55 today4king 阅读(559) 评论(2) 推荐(0) 编辑
摘要: 这个想法是在试用QQplus的时候出现的,但是这种webapp的形式给我留下了深刻映像。 其实需要的也就是在taskbar上能方便的调用和缩小,并且跟浏览器能分离开来,期间也试用过FF新的固定app的功能。 这个时候chrome出现了,我想要是chrome能单独ping在taskbar上就好了。 运行后的样子,有个zzk还有个豆瓣。 zzk的已经更换了icon,下面那个chrom是没有更改icon的状态。 废话不多下面是具体实现: 1)找到咱chrome的路径 例如:C:\Users\xxx\AppData\Local\Google\Chrome\Applicat... 阅读全文
posted @ 2011-10-26 22:11 today4king 阅读(834) 评论(0) 推荐(1) 编辑
摘要: 问题来自博问:http://q.cnblogs.com/q/28763/ 给定的测试矩阵: 测试矩阵数据 public int[,] InitMap() { //x-1,??-2,??-3,?????? return new int[Width,Height] { {-2, 1, 5, 2, 4,... 阅读全文
posted @ 2011-10-09 15:22 today4king 阅读(933) 评论(6) 推荐(1) 编辑
摘要: 这个问题一直纠结我很久,以前也想过很多很多想法如下: 1)记录在WebDb中; 2)采用异步线程记录; 3)采用js像cnzz,google那样; 4) 等等记得的就这些了 但是都被我扼杀在脑海中了,第一种方式,本来webdb就已经负载不小了,每次请求都记录太不实际,而且采集的数据结构也会时常变化,通常根据当前的研究方向等来确定。第二种方式,比较好,但是怎么让线程在当... 阅读全文
posted @ 2011-09-21 19:10 today4king 阅读(485) 评论(1) 推荐(0) 编辑
摘要: tf(t in d):Term frequency factor for the term (t) in the document (d)—howmany times the term t occurs in the document. idf(t) :Inverse document frequency of the term: a measure of how“unique” t... 阅读全文
posted @ 2011-09-20 11:19 today4king 阅读(1878) 评论(0) 推荐(0) 编辑
摘要: 站点中有个随机获取的功能用了SQL Server 的NewGuid来实现。 不知道MSSQL内部是怎么实现的,总之相当慢,我机子上一般光查询就用去140ms+(搜索数据2k+,数据总数12k+),服务器就200ms+至少了,记录数可以说已经很少了,真不知道那些几万数据的随机是怎么搞的,如果有哪位高人希望能指点下。 正好站点内用了lucene,想到它的索引一直是放内存的(不是整个索引,简化的),... 阅读全文
posted @ 2011-09-19 15:41 today4king 阅读(1860) 评论(0) 推荐(0) 编辑
摘要: 很多朋友肯定碰到火狐下载一个大文件下到一半因为各种原因失败了,更郁闷的是火狐只能重新开始下载而不是恢复下载任务,如果是几M还就算了,几个G的就哭了。如果有的童鞋说用迅雷,对不起,总有不用迅雷或者没办法用迅雷的时候。 废话不多说了,首先需要一个下载失败的任务,打开下载的文件夹,找到那个下载失败的xxxx.part文件A。 然后开始一个新的下载(不一定是刚才失败的地址,但是必须是同个文件),然后暂... 阅读全文
posted @ 2011-09-14 13:08 today4king 阅读(3256) 评论(0) 推荐(0) 编辑
摘要: Good code: var query = (from s in db.ForumStatsSet where s.LogDate = date1 && s.LogDate = date2 group s by new { s.Topic.topicID, s.Topic.subject, s.Topic.datum, s.Topic.Forum.forumID, s.Topic... 阅读全文
posted @ 2011-09-09 17:45 today4king 阅读(622) 评论(0) 推荐(0) 编辑
摘要: Parallel using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading; namespace ConsoleApplication2 { class Test ... 阅读全文
posted @ 2011-08-30 16:33 today4king 阅读(303) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 52 下一页