码迷,mamicode.com
首页 >  
搜索关键字:tutorial transcript    ( 3048个结果
有关java中私有成员能否被继承的问题
写程序中,无意中想到这个问题,随手搜了一下,发现大家对这个问题的看法不一先看一下官方文档http://docs.oracle.com/javase/tutorial/java/IandI/subclasses.htmlWhat You Can Do in a SubclassA subclass i...
分类:编程语言   时间:2014-06-28 12:16:48    阅读次数:193
Libcurl细说
libcurl教程 原文地址:http://curl.haxx.se/libcurl/c/libcurl-tutorial.html 译者:JGood(http://blog.csdn.net/JGood) 译者注:这是一篇介绍如何使用libcurl的入门教程。文档不是逐字逐句按原文翻译,而是根据....
分类:其他好文   时间:2014-06-25 15:48:48    阅读次数:391
openflow tutorial 开始openflow的学习(一)
---恢复内容开始---首先不废话介绍openflow了,自己也还搞不清楚究竟是个什么玩意儿,概括不出什么内容来,先做试验,有个大体的感性了解回来再总结吧。第一步,搭建环境,这一步就是安装工具,不同的系统环境搭建不一致,我的环境大体如下:首先把虚拟机搞起来,Set up Virtual Machin...
分类:其他好文   时间:2014-06-24 10:48:36    阅读次数:290
Part2 – OPENVSWICH – VLANs, Trunks, L3 VLAN interface, InterVLAN Routing – Configuration And Testing
In a previous tutorial we showed how to install Openvswitch on Qemu image with Microcore Linux. At the end of tutorial we created Openvswitch extensio...
分类:其他好文   时间:2014-06-24 10:15:40    阅读次数:610
js调试技巧 Firefox调试技巧汇总
Firebug入门指南 :http://www.ruanyifeng.com/blog/2008/06/firebug_tutorial.htmlFirebug控制台详解:http://www.cnblogs.com/see7di/archive/2011/11/21/2257442.html .....
分类:Web程序   时间:2014-06-23 00:42:10    阅读次数:201
Python:2D绘图库matplotlib学习总结
本文为学习笔记----总结!大部分为demo,一部分为学习中遇到的问题总结,包括怎么设置标签为中文等。matlab博大精深,需要用的时候再继续吧。 Pyplot tutorial Demo地址为:点击打开链接  一个简单的例子: # -*- coding: utf-8 -*- import matplotlib.pyplot as plt plt.plot([1, 4, 9, 16]) p...
分类:编程语言   时间:2014-06-22 15:17:39    阅读次数:415
Open vSwitch Advanced Features Tutorial
Open vSwitch Advanced Features Tutorial=======================================Many tutorials cover the basics of OpenFlow. This is not such atutorial....
分类:其他好文   时间:2014-06-21 16:00:06    阅读次数:271
[转]An overview of Openvswitch implementation
This is NOT a tutorial on how to use openvswitch, this is for developers who want to know the implementation details of openvswitch project, thus, I a...
分类:其他好文   时间:2014-06-21 15:15:15    阅读次数:217
[转]Openflow Lab
GETTING STARTED OPENFLOW OPENVSWITCH TUTORIAL LAB : SETUP For a more up to date tutorial as anything more then 6 months old is outdated in the world o...
分类:其他好文   时间:2014-06-21 14:52:12    阅读次数:347
[iOS] Create TableView & customize UITableViewCell
1. First artical, notice the last thing - Connecting the DataSource and Delegate:http://www.appcoda.com/ios-programming-tutorial-create-a-simple-table...
分类:移动开发   时间:2014-06-20 16:18:48    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!