码迷,mamicode.com
首页 >  
搜索关键字:day one    ( 33377个结果
ios成长之每日一遍(day 6)
toolBar上的View SwitcherBIDAppDelegate.h#import @class BIDSwitchViewController;@interface BIDAppDelegate : UIResponder @property (strong, nonatomic) UIW...
分类:移动开发   时间:2014-05-26 22:58:05    阅读次数:383
ios成长之每日一遍(day 5)
iOS 屏幕方向那点事儿http://zhenby.com/blog/2013/08/20/talk-ios-orientation/针对当前的屏幕方向进行对应的代码布局BIDViewController.m#import "BIDViewController.h"@interface BIDVie...
分类:移动开发   时间:2014-05-26 22:44:44    阅读次数:353
Grand Central Dispatch
【Grand Central Dispatch】 GCD is one of the technologies for starting tasks asynchronously.This technology takes the thread management code you would ....
分类:其他好文   时间:2014-05-26 21:59:26    阅读次数:314
LeetCode:Gray Code 题解
题目描述:The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total n...
分类:其他好文   时间:2014-05-26 21:30:04    阅读次数:296
php实现MD5withRSA签名算法
不知道怎么获得RSA公钥和私钥的先看我之前这篇 http://www.cnblogs.com/kennyhr/p/3746048.html不清楚RSA算法的推荐看阮老师的http://www.ruanyifeng.com/blog/2013/06/rsa_algorithm_part_one.htm...
分类:Web程序   时间:2014-05-26 15:47:28    阅读次数:245
JFreeChart时间轴固定24小时每天刷新
Timeseries时间轴,设置x轴固定长度24小时xAxis.setFixedAutoRange(3600000 * 2D),再画出当天24点这一点Date day = new Date(); day.setHours(23); day.setMinutes(59); Mi...
分类:其他好文   时间:2014-05-26 15:20:52    阅读次数:317
一些好用的网址
MATLAB程序http://www.cnblogs.com/tiandsp/category/348031.html2013计算机视觉代码合集http://www.yuanyong.org/cv/cv-code-one.html
分类:其他好文   时间:2014-05-26 15:18:00    阅读次数:222
C++学习笔记_two_day
重载函数, 带形参默认值的函数, 类和对象
分类:编程语言   时间:2014-05-26 13:28:34    阅读次数:377
tomcat无法启动
在win7上明明已经安装了JDK1.6并设置好了JAVA_HOME,可偏偏Tomcat在启动过程中找不到。报错信息如下:Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of the...
分类:其他好文   时间:2014-05-26 13:14:11    阅读次数:355
Scramble String
Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representation...
分类:其他好文   时间:2014-05-26 11:24:36    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!