码迷,mamicode.com
首页 >  
搜索关键字:class    ( 183544个结果
转 iOS Core Animation 动画 入门学习(一)基础
iOS Core Animation 动画 入门学习(一)基础 reference:https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/CoreAnimation_guide/Introduction/Int....
分类:移动开发   时间:2014-06-25 12:35:48    阅读次数:276
剑指offer (30) 最小的K个数
题目:输入n个整数,找出其中最小的K个数方法一:直接std::sort,T(n) = O(nlgn)方法二:直接std::nth_element T(n) = O(n) 但是修改了原数组void MinKth(std::vector& num, int kth, std::vector& resul...
分类:其他好文   时间:2014-06-25 12:35:07    阅读次数:216
WebPages 扩展
终于被asp.net Mvc的目录结构搞晕了。还在它用不过是因为 ActionResult 的参数可以传一个自定义类型,不用 Request[key] 一个个赋值。现在搞出 webpage 的 InitModel(初始化一个自定义类型)。using Newtonsoft.Json;using Sys...
分类:Web程序   时间:2014-06-25 12:34:30    阅读次数:159
二叉树的前序、中序、后序遍历(递归、非递归)实现
本文部分来源于CSDN兰亭风雨大牛的原创。链接为http://blog.csdn.net/ns_code/article/details/12977901二叉树是一种非常重要的数据结构,很多其他数据机构都是基于二叉树的基础演变过来的。二叉树有前、中、后三种遍历方式,因为树的本身就是用递归定义的,因此...
分类:其他好文   时间:2014-06-25 12:33:46    阅读次数:327
CentOS 6.5 Python Image Library 配置
转自:http://www.cnblogs.com/way_testlife/archive/2011/04/17/2019013.htmlPIL 下载:http://www.pythonware.com/products/pil/index.htm安装 PIL $ tar xvfz Imaging...
分类:编程语言   时间:2014-06-25 12:33:09    阅读次数:305
mt7620 wireless驱动特性意外发现
前言今天又客户反映无线參数SSID编程了HT_AP0, 同事通过后台给他改动后反映给我,我想不正确啊,难道是无线驱动crash了?那应该不能玩才对啊。。。追查线索我们的路由器会定期汇报数据SSID,谁知道,server并没有保存到数据库中。这点我很很的生气,之前的规格,说得清清楚楚,为什么做事不到位...
分类:其他好文   时间:2014-06-25 12:31:54    阅读次数:193
Brute-Force算法
using System;namespace ConsoleApplication10{ class Program { static void Main(string[] args) { Console.WriteLine(index(...
分类:其他好文   时间:2014-06-25 12:31:18    阅读次数:180
转iOS中delegate、protocol的关系
iOS中delegate、protocol的关系分类:iOS Development2014-02-12 10:47277人阅读评论(0)收藏举报delegateiosprocotolcategoryobject-c 刚开始接触iOS,对delegate、protocol这两个概念比较模糊。参...
分类:移动开发   时间:2014-06-25 12:30:38    阅读次数:338
drupal中根据不同的内容类型节点显示不同的样式
在template.tpl中添加如下代码:function lee_preprocess_node(&$variables) { if ($variables['view_mode'] == 'full' && node_is_page($variables['node'])) { $var...
分类:其他好文   时间:2014-06-25 12:30:01    阅读次数:245
atitit. 解决org.hibernate.SessionException Session is closed
atitit. 解决org.hibernate.SessionException Session is closed #--现象::org.hibernate.SessionException Session is closed 一呱走中个.#--原因2.eichkyeu e, log hteu y...
分类:系统相关   时间:2014-06-25 12:29:17    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!