码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
正则表达式简要入门(转载)
转载http://luolei.org/regula-expression-simple-tutorial/第一次接触正则表达式是在今年四月的腾讯笔试,当时是一道选择题问如何判断输入的是否是 QQ 号码(即纯数字),当时是蒙了一个答案,菜鸟不会嘛 ╮(╯3╰)╭ 。事后自己倒专门学习了正则表达式,还...
分类:其他好文   时间:2014-06-13 18:23:34    阅读次数:243
Openflow Lab
GETTING STARTED OPENFLOW OPENVSWITCH TUTORIAL LAB : SETUPFor a more up to date tutorial as anything more then 6 months old is outdated in the world of...
分类:其他好文   时间:2014-06-13 08:16:36    阅读次数:624
Load resources from classpath in Java--reference
In general classpath is the path where JVM can find .class files and resources of your application and in this tutorial we will see how to load resour...
分类:编程语言   时间:2014-06-08 22:20:57    阅读次数:371
ArcGIS10.2.1精简版、ArcGIS_Desktop10_Tutorial、破解文件等下载地址
ArcGIS10.2.1精简版、ArcGIS_Desktop10_Tutorial、破解文件等下载地址
分类:其他好文   时间:2014-06-08 20:42:47    阅读次数:301
[iOS]The app icon set named "AppIcon" did not have any applicable content.
Develop Tools: xCode 5.1I write a demo for app settings feature. The tutorial url is here.When I add a icon into app icon and build the code, I got th...
分类:移动开发   时间:2014-06-08 20:39:03    阅读次数:1920
Android ActionBar的基本用法
本文翻译了这篇文章:Using the Android action bar (ActionBar) - Tutorial 1、ActionBar的简介 ActionBar位于Activity的顶部,可用来显示activity的标题、Icon、Actions和一些用于交互的View。它也可被用于应用的导航。 ActionBar 是在Android 3.0(API 11)中加入到SK中的,...
分类:移动开发   时间:2014-06-08 15:27:58    阅读次数:349
Numpy 入门教程(1)
翻译自官方文档Tentative NumPy Tutorial,有删节。 Numpy 入门教程 NumPy 提供了对多维数组的支持,与Python原生支持的List类型不同,数组的所有元素必须同样的类型。数组的维度被称为axes,维数称为 rank。  Numpy的数组类型为 ndarray, ndarray 的重要属性包括:  ndarray.ndim:数组的维数,也称为rank...
分类:其他好文   时间:2014-06-08 15:15:05    阅读次数:431
Numpy 入门教程(2)
翻译自官方文档Tentative NumPy Tutorial,有删节。 基本操作 基本的算术运算符都可以应用于数组类型,结果为对应元素之间的运,返回值为一个新的数组。 >>> a = array( [20,30,40,50] ) >>> b = arange( 4 ) >>> b array([0, 1, 2, 3]) >>> c = a-b >>> c array([20,...
分类:其他好文   时间:2014-06-08 09:11:14    阅读次数:222
[Android]Android Hello World Example
In this tutorial, we show you how to create a simple “hello world”Androidproject inEclipse IDE + ADT plugin, and run it withAndroid Virtual Device (AV...
分类:移动开发   时间:2014-06-08 06:43:46    阅读次数:403
25条提高iOS App性能的技巧和诀窍
这篇文章来自iOS Tutorial Team 成员Marcelo Fabri, 他是Movile的一个iOS开发者. Check out hispersonal websiteorfollow him on Twitter.原文地址 当我们开发iOS应用时,好的性能对我们的App来说是很重要的。你...
分类:移动开发   时间:2014-06-08 01:28:27    阅读次数:507
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!