码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
python字典(dictionary)使用:不常用的基本函数例子
python字典dictionary,以前有过介绍,现就几个不常用函数写测试例子, 字典声明如,a={}; [python]dictionary方法说明:参考:http://blog.csdn.net/wangran51/article/details/8440848 Operation Result Notes ...
分类:编程语言   时间:2014-08-29 16:02:58    阅读次数:185
JQuery Study Notes— A small demo for Smooth Animated Menu
1. Before expanding: 2.  coding: Smooth Animated Menu body { background-color: #F3F3F3; font-family: "Lucida Grande", arial, sans-serif; ...
分类:Web程序   时间:2014-08-27 14:45:58    阅读次数:251
JAVA编程思想(4) - 多态(一)
多态 在面向对象的程序设计语言中,多态是继数据抽象和继承之后的第三种基本类型。多态通过分离做什么和怎么做,从另一个角度将接口和实现分离开来。多态不但能够改善代码的组织结构和可读性,还能够创建可扩展程序。 再论向上转型 代码 //: polymorphism/music/Note.java // Notes to play on musical instruments. pack...
分类:编程语言   时间:2014-08-26 00:35:15    阅读次数:389
JQuery Study Notes— A small demo for unfolding its content
1. Before unfolding: 2. After unfolding: 3. coding: Home .parent { width: 500px; color: white; } .label { width: 500...
分类:Web程序   时间:2014-08-25 17:12:34    阅读次数:215
iphone 6 picture recovery is a mac and windows yet still efficient
iphone 5 recover photos can recover Nine types of txt content WhatsApp,Calendar,Reminder,App Document,Contacts,Messages,Notes,Safari bookmark,Call his...
分类:Windows程序   时间:2014-08-25 13:12:54    阅读次数:319
C++ notes for beginners(2)
Primitive Built-in TypesTypeImplicationMinimum storage spaceboolbooleanNAcharcharacter8 bitswchar_twide character16 bitsshortshort integer16 bitsintin...
分类:编程语言   时间:2014-08-25 11:37:34    阅读次数:123
推荐几个Windows工具软件: Stickies - 桌面贴
主页: http://www.zhornsoftware.co.uk/stickies/index.htmlStickies work like Post-it notes for your PC. Notes can be customized and saved as styles, inclu...
分类:Windows程序   时间:2014-08-23 17:32:21    阅读次数:200
domino用户foxmail接收邮件时报“Maildrop opened for exclusive access by another user”的解决办法
【背景】 近期,不少用户foxmail接收domino系统的邮件时报“Maildrop opened for exclusive access by another user”。 【解决办法】 在notes.ini增加参数POP_SESSION_TIMEOUT=10问题不在出现(可以在控制台输入 set config POP_SESSION_TIMEOUT=10)...
分类:数据库   时间:2014-08-21 19:29:54    阅读次数:1529
Andrew Ng机器学习公开课笔记–Reinforcement Learning and Control
网易公开课,第16课 notes,12 前面的supervised learning,对于一个指定的x可以明确告诉你,正确的y是什么 但某些sequential decision making问题,比如下棋或直升机自动驾驶 无法确切知道,下一步怎么样是正确的,因为这是一个连续和序列化的决策,比如直到...
分类:其他好文   时间:2014-08-21 18:43:24    阅读次数:271
JQuery Notes
$(document).ready(something); says: "when the HTML document is ready, do something!"$(document).ready(function() { var $target = $('li:nth-child(4)...
分类:Web程序   时间:2014-08-20 09:14:56    阅读次数:275
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!