码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
go语言学习--入门及环境搭建(更新中)
论坛 http://www.golangtc.com/ 入门教程: http://tour.golangtc.com/ http://www.golang-book.com/ 开发工具配置 sublime: http://www.cnblogs.com/sevenyuan/archive/2013/03/01/2938351.html LiteIDE: http://...
分类:编程语言   时间:2014-08-26 20:00:56    阅读次数:212
WindowAnimator笔记
文章仅记录自己的一点理解,仅供自己参考。 WindowAnimator是一个窗口动画推进类,从成员变量mAnimationRunnable可以看出来。google源码对应这个类的解释:“Singleton class that carries out the animations and Surface operations in a separate task on behalf of Win...
分类:Windows程序   时间:2014-08-26 09:52:10    阅读次数:553
【RefactoringCode】The description of the refactoring book
Last night the book named [Data Structure with Java Hubbed] was closed. When talked about the advantage that I have taken of, with the help of that book I familize myself with data structure, especi...
分类:其他好文   时间:2014-08-26 01:50:15    阅读次数:231
django查询常用操作符
以Publisher、Author、Book的model为例子#coding=utf-8from django.db import models# Create your models here.class Publisher(models.Model): name=models.CharFi...
分类:其他好文   时间:2014-08-25 22:44:15    阅读次数:271
LRTHW笔记二
简体中文(学习阅读来源):http://blog.itpub.net/11379785/viewspace-1199963/英文版:http://ruby.learncodethehardway.org/book/繁体版:http://lrthw.github.io/代码:1 puts "Hello...
分类:其他好文   时间:2014-08-25 22:36:24    阅读次数:219
User Attributes - Inside Active Directory
User Attributes - Inside Active DirectoryRelated to the book Inside Active Directory, ISBN 0-201-61621-1Copyright (C) 2002 by Sakari KoutiVersion: Dec...
分类:其他好文   时间:2014-08-25 19:01:55    阅读次数:326
C语言课程设计—图书管理系统
这是本人大一第二学期初C语言课程设计的作品,嘿嘿,本来以为已经找不到原稿了,今天无意中居然在QQ网络硬盘中找到了当初的teta版,公布于此,以作纪念。C源码例如以下:#include#include#includestruct book{ char book_name[30]; int bianha...
分类:编程语言   时间:2014-08-24 12:51:52    阅读次数:160
IOS Core Animation Advanced Techniques的学习笔记(一)
Book DescriptionPublication Date:August 12, 2013Core Animation is the technology underlying Apple’s iOS user interface. By unleashing the full power o...
分类:移动开发   时间:2014-08-23 15:18:41    阅读次数:232
hbase参数配置优化
因官方Book Performance Tuning部分章节没有按配置项进行索引,不能达到快速查阅的效果。所以我以配置项驱动,重新整理了原文,并补充一些自己的理解,如有错误,欢迎指正。配置优化zookeeper.session.timeout默认值:3分钟(180000ms)说明:RegionSer...
分类:其他好文   时间:2014-08-23 15:14:51    阅读次数:191
数学图形之Breather surface
这是一种挺漂亮的曲面图形,可惜没有找到太多的相关解释.Indifferential equations, abreather surfaceis a mathematical surface relating tobreathers.其数学公式很复杂,参数方程为:where 0 <a< 1.维基的相...
分类:其他好文   时间:2014-08-22 12:44:16    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!