码迷,mamicode.com
首页 >  
搜索关键字:i see    ( 2224个结果
jsDoc注释的规范
注释以/** 开始 */结束JSDoc 命令属性 命令名 描述 @param @argument 指定参数名和说明来描述一个函数参数。 @return @returns 描述函数的返回值。 @author 指示代码的作者。 @see 创建一个HTML链接指向指定类的描述。 @ve...
分类:Web程序   时间:2014-05-29 19:05:44    阅读次数:253
Executing System commands in Java---ref
One of the nice features of Java language is that it provides you the opportunity to execute native system commands and in this tutorial we will see h...
分类:编程语言   时间:2014-05-29 10:27:50    阅读次数:316
01-05-01-1【Nhibernate (版本3.3.1.4000) 出入江湖】延迟加载及其class和集合(set、bag等)的Lazy属性配置组合对Get和Load方法的影响
这篇文章http://ayende.com/blog/3988/nhibernate-the-difference-between-get-load-and-querying-by-idOne of the more common mistakes that I see people doing w...
分类:系统相关   时间:2014-05-29 02:45:27    阅读次数:362
HDU1827Summer Holiday (强连通,缩点,最小费用)
Problem Description To see a World in a Grain of Sand And a Heaven in a Wild Flower, Hold Infinity in the palm of your hand And Eternity in an hour. —— William Blake 听说lcy帮大家预定了新马泰7日游,Wisk...
分类:其他好文   时间:2014-05-26 05:53:31    阅读次数:238
欧拉项目007:第10001个素数
10001st prime Problem 7 By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. What is the 10 001st prime number? 使用埃拉托斯特尼筛法,不懂得自行Wiki 我的py...
分类:其他好文   时间:2014-05-26 05:35:25    阅读次数:248
2014听到的话
我不是为了输赢,我就是认真!但不管怎么样,我们的主题你是不能换壁纸的!我碰不上右上角的图标,单手操作有个屁用!我们优秀的企业家都是这样马不停蹄的。see you soon“杜乡微笑”(Duchenne smile)一种是同时用到嘴部与眼部周围肌肉的这种微笑才是发自内心的真诚微笑。
分类:其他好文   时间:2014-05-26 02:15:30    阅读次数:186
create Context Menu in Windows Forms application using C# z
In this article let us see how to create Context Menu in Windows Forms application using C#IntroductionIn this article we will see how to create Conte...
分类:移动开发   时间:2014-05-26 01:00:30    阅读次数:555
Inside ARC — to see the code inserted by the compiler
这里的主题是“Inside ARC”,顾名思义,主要是探讨ARC在我们看不见的地方为我们做了什么事情,以及怎么做的。出发点是对底层实现的兴趣,不了解这些也不妨碍写好代码,了解一点应该有益。...
分类:其他好文   时间:2014-05-24 21:14:33    阅读次数:414
ssh 建立github验证
建立ssh无验证连接 Check for SSH keys、 cd ~/.ssh ls Check the directory listing to see if you have a file named either id_rsa.pub or id_dsa.pub 检查有无产生过的key,一台机器只能创建一个。如果重新创建则前一个会被覆盖。 Generate a new SSH ...
分类:其他好文   时间:2014-05-22 18:33:48    阅读次数:261
Leetcode: Combinations
参考别人的code, 看似不难的题,其实挺费事的。思想还是:From this example, we can see that in the first position of the resulting combinations we can chose number 1-5. Assume t...
分类:其他好文   时间:2014-05-21 14:24:04    阅读次数:241
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!