上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 527 下一页
摘要: 首先,来一组来自谷歌Trends的图片。(谷歌Trends记录了某段时间内相关关键词搜索的次数。) 假设你做数据,那么你应该会有些感觉。特别是第一幅图,它规律似乎比第二幅更明显,第二幅图仅仅是一个普通的线性增长。夹杂着一些噪音,而第一幅图。有几个谷峰,明显和某些事件密切相应。 假设让你猜,这两幅图的 阅读全文
posted @ 2016-03-08 12:03 zfyouxi 阅读(188) 评论(0) 推荐(0) 编辑
摘要: web项目中有时候客户要求我们使用ad域进行身份确认,不再另外做一套用户管理系统。事实上客户就是仅仅要一套账号能够訪问全部的OA。CRM等办公系统。 这就是第三方验证。一般有AD域,Ldap,Radius,邮件server等。最经常使用的要数AD域了。由于window系统在国内占领了大量的江山。做起 阅读全文
posted @ 2016-03-08 10:53 zfyouxi 阅读(861) 评论(0) 推荐(0) 编辑
摘要: 在Ubuntu下构建Bullet以及执行Bullet的样例程序 1、找到Bullet的下载页,地址是:https://code.google.com/p/bullet/downloads/list 2、下载Bullet。找到.tgz格式进行下载。我下载的版本号是bullet-2.82-r2704。 阅读全文
posted @ 2016-03-08 09:20 zfyouxi 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: /********************************************************************** *版权全部 (C)2014, cheng yang。 * *文件名:高速排序.cpp 数组实现 *内容摘要:无 *其他说明:无 *当前版本号: V1.0 * 阅读全文
posted @ 2016-03-08 08:12 zfyouxi 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 本系列文章由@浅墨_毛星云 出品,转载请注明出处。 文章链接: http://blog.csdn.net/poem_qianmo/article/details/40955607 作者:毛星云(浅墨) 微博:http://weibo.com/u/1723155442 邮箱: happylifemxy 阅读全文
posted @ 2016-03-07 21:59 zfyouxi 阅读(721) 评论(0) 推荐(0) 编辑
摘要: 蟠桃记 Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other) Total Submission(s) : 50 Accepted Submission(s) : 42 Font: Times Ne 阅读全文
posted @ 2016-03-07 21:07 zfyouxi 阅读(242) 评论(0) 推荐(0) 编辑
摘要: // NSData NSDate NSString NSArray NSDictionary json NSString *string = @"hello word"; NSData *data = [string dataUsingEncoding:NSUTF8StringEncoding]; 阅读全文
posted @ 2016-03-07 21:02 zfyouxi 阅读(214) 评论(0) 推荐(0) 编辑
摘要: ;; Fermat's Little Theorem: ;; If N is a prime number and A is any positive integer less than N, ;; then A raised to the N-th power is congruent to A 阅读全文
posted @ 2016-03-07 20:22 zfyouxi 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 转载请注明出处:http://blog.csdn.net/oyangyufu/article/details/24297597 源代码下载:http://download.csdn.net/detail/oyangyufu/7272177 四、触摸处理ccTouchEnded()流程 1、获取触摸屏 阅读全文
posted @ 2016-03-07 19:03 zfyouxi 阅读(205) 评论(0) 推荐(0) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=4055 Problem Description The signature of a permutation is a string that is computed as follows: for each pa 阅读全文
posted @ 2016-03-07 18:21 zfyouxi 阅读(165) 评论(0) 推荐(0) 编辑
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 527 下一页