码迷,mamicode.com
首页 >  
搜索关键字:zh-cn    ( 4718个结果
scala函数式编程
学习了一些scala的基础语法http://twitter.github.io/scala_school/zh_cn/index.html,尝试一下scala的函数式编程。用函数式编程如何实现:sum(f, a,b)=s = 0for i in [a, b] s+=f(i)return s这是命令....
分类:其他好文   时间:2014-12-10 21:05:00    阅读次数:185
Strange RadioButton group behavior with ToolBar
原文地址:https://social.msdn.microsoft.com/Forums/vstudio/zh-CN/83352293-ca52-4e22-8092-8e23c453bc75/strange-radiobutton-group-behavior-with-toolbar?forum...
分类:其他好文   时间:2014-12-10 19:42:10    阅读次数:179
XPS
http://www.cnblogs.com/kongxianghai/archive/2012/02/04/2338111.htmlhttp://msdn.microsoft.com/zh-cn/library/dd183313(VS.85).aspxhttp://msdn.microsoft.c...
分类:其他好文   时间:2014-12-09 21:22:43    阅读次数:157
vs下C++内存泄露检测
参考文章:http://msdn.microsoft.com/zh-cn/library/x98tx3cf.aspxhttp://www.cnblogs.com/jianqiang2010/archive/2010/12/02/1894327.htmlhttp://www.cnblogs.com/s...
分类:编程语言   时间:2014-12-09 01:46:12    阅读次数:224
一些基础算法
1、硬件随机数(参考自http://zh.wikipedia.org/zh-cn/%E7%A1%AC%E4%BB%B6%E9%9A%8F%E6%9C%BA%E6%95%B0%E7%94%9F%E6%88%90%E5%99%A8) 硬件随机数生成器(又称真随机数生成器)是一种通过物理过程而不是计...
分类:编程语言   时间:2014-12-08 21:10:24    阅读次数:200
Android应用加入微信分享
一、申请你的AppIDhttp://open.weixin.qq.com/友情提示:推荐使用eclipse打包软件最后一步的MD5值去申请AppID二、官网下载libammsdk.jar包http://open.weixin.qq.com/download/?lang=zh_CN三、将libamms...
分类:微信   时间:2014-12-08 19:12:15    阅读次数:375
HTML_head标签中META,IF IE等
常用蓝色标注 ?<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><!-- 设置页面编码 --> <meta http-equiv="Content-Language" content="zh-CN" /><!--设置页面语言 --> <meta http-equiv...
分类:Web程序   时间:2014-12-06 22:57:26    阅读次数:166
XAML 资源
http://msdn.microsoft.com/zh-cn/library/ms750613.aspx Title Label Button ...
分类:其他好文   时间:2014-12-06 15:18:58    阅读次数:185
LINQ学习网址
http://msdn.microsoft.com/zh-cn/library/bb397926.aspxhttp://kb.cnblogs.com/zt/linq/http://www.cnblogs.com/foundation/archive/2009/01/05/1369346.htmlht...
分类:其他好文   时间:2014-12-05 12:09:55    阅读次数:108
C#求生之路-HTML Helper
原文参考:http://www.cnblogs.com/jyan/archive/2012/07/23/2604474.htmlmsdn:http://msdn.microsoft.com/zh-cn/library/system.web.mvc.htmlhelper_methods%28v=vs....
分类:Windows程序   时间:2014-12-05 12:07:24    阅读次数:312
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!