码迷,mamicode.com
首页 >  
搜索关键字:lotus notes    ( 1201个结果
C# Notes: Arrays
1. Creating an array instance Arrays are reference types, regardless of the type of their elements. This means that an array variable refers to a cont...
分类:Windows程序   时间:2014-12-14 21:11:44    阅读次数:234
Java Notes-5
-Bounds use the extends keyword and some new syntax to limit the parameter types that may be applied to a generic type. class EmployeeList { ... } -As we’ll see in this section, wildcards are Java’s way of introd...
分类:编程语言   时间:2014-12-14 17:15:15    阅读次数:291
Release Notes - Apache Storm - Version 0.9.2-incub
Release Notes - Apache Storm - Version 0.9.2-incubating Sub-task [STORM-207] - Add storm-starter as a module [STORM-208] - Add storm-kafka as a module [STORM-223] - Safe YAML Parsing [STORM-232] - ...
分类:Web程序   时间:2014-12-12 15:07:15    阅读次数:429
Shared Library Search Paths
http://www.eyrie.org/~eagle/notes/rpath.htmlhttp://thecourtsofchaos.com/2013/09/16/how-to-copy-and-relink-binaries-on-osx/http://osiris.laya.com/codin...
分类:其他好文   时间:2014-12-10 12:27:45    阅读次数:185
Notes of Daily Scrum Meeting(12.8)
今日团队任务总结:团队成员今日团队工作陈少杰使用例子对json数据进行解析王迪确定搜索功能的接口金鑫对布局文件进行协助修改雷元勇开始进行搜索功能的代码实现高孟烨按照学长的样本对课程列表界面进行重新设计李承晗学会使用get和post方法发送信息郑培蕾写团队博客,督促队员学习,协调进度燃尽图:
分类:其他好文   时间:2014-12-10 00:21:29    阅读次数:224
《数据结构与算法分析:C语言描述_原书第二版》CH3表、栈和队列_reading notes
表、栈和队列是最简单和最基本的三种数据结构。基本上,每一个有意义的程序都将明晰地至少使用一种这样的数据结构,比如栈在程序中总是要间接地用到,不管你在程序中是否做了生命。本章学习重点:理解抽象数据类型(ADT)的概念学习如何对表进行有效的操作熟悉栈ADT及其在实现递归方面的应用熟悉队列ADT及其在操作...
分类:编程语言   时间:2014-12-09 01:44:11    阅读次数:186
Notes on PEP333 (Python Web Server Gateway Interface)
Python WSGI PEP 333
分类:编程语言   时间:2014-12-08 13:48:42    阅读次数:1443
使用PHP+ajax打造聊天室应用
方法1. comethttp://www.xiumu.org/technology/the-php-notes-comet-long-connection-instance.shtml 这篇文章写的很不错,ajax保持一个与服务器的长连接,服务器阻塞直到有新的消息。浏览器端Comet Test 服务...
分类:Web程序   时间:2014-12-06 11:21:26    阅读次数:132
华为 AP 3010 SSH 配置
华为SSH配置1,配置本地RSA密钥[Huawei]rsalocal-key-paircreateThekeynamewillbe:Host%RSAkeysdefinedforHostalreadyexist.Confirmtoreplacethem?(y/n)[n]:yTherangeofpublickeysizeis(512~2048).NOTES:Ifthekeymodulusisgreaterthan512,Itwilltakeafewminutes.Inputthebitsin..
分类:其他好文   时间:2014-12-04 15:51:04    阅读次数:326
Notes of Daily Scrum Meeting(12.3)
这个月大家的课业任务很重啊,加上软工有三个课程设计要完成了,感觉亚历山大的说,而且我们alpha阶段完成度低一些,所以任务更多了,今天做的东西就不多,希望大家加油吧!团队成员今日团队工作陈少杰继续调试服务器连接,和学姐联系,正在讨论中王迪查找学习Android搜索相关的资料金鑫对新的UI中图标进.....
分类:其他好文   时间:2014-12-04 00:42:38    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!