加载中
iOS7 Programming Cookbook笔记

<h1 id="toc_0">Chapter 1</h1> <h2 id="toc_1">Adding Object and Index Subscription Support</h2> <p>类似Dictionary和Array那种用下标来访问。</p> <pre><code class="language-obj-c">...

2015/06/13 20:51
121
Git@OSC 两处小bug

为了真相,特此写此博 1. 摇一摇里的展示问题 2. 项目列表 里的有的也展示不出项目语言 ![在此输入图片描述]

2014/09/30 11:05
160
BNR:Objective-C Programming

The Big Nerd Ranch Guide

2014/03/01 01:23
720
practical vim tips --- part 1

这里记录了《practical vim》这本书里的tips。在这里做个记录,方便以后随时看看。

2013/12/13 00:13
346
开发中遇到的jQuery 事件处理机制的问题

前段时间遇到dom绑定click事件,触发时会重复执行绑定的函数,探究下jQuery事件绑定机制。基于jQuery-1.10.2。 ###起因:(对原始问题的一个抽象案例) <!-- lang: html --> <html> <head> ...

2013/11/27 13:15
1.3K
[爬虫]python 面试题

使用python编写一个网站爬虫程序,支持参数如下: spider.py -u url -d deep -f logfile -l loglevel(1-5) --testself -thread number --dbfile filepath --key=”HTML5” 参数说明: -u 指定...

2013/06/13 21:53
1.8K
STAR法则的简历应用

微软推崇STAR法则的简历应用 剑指offer

2013/03/19 21:06
454
Problems about tornado.

This is for these problems ever came across. 1. Parameters' name in template extend In me.html there is a <pre> {% for group in user.groups %} ... {% end %} </pre> In megroup.ht...

2013/03/11 21:25
65
python记录

decorator理解 python debug <pre> #在需要设计的地方加入下面2句 import pdb pdb.set_trace() </pre>

2013/02/26 15:45
44
C语言问题

#include <stdio.h> union number { int i; float f; } n1, n2, n3, n4; int main(int argc, char* argv[]) { n1.i = n2.i = 0xffff0000; n3.i = n4.i = 0x0000ffff; ...

2012/11/06 20:30
79
word 插入目录页码

每次做文档都要找一次,这次一定要记下来了,省得以后老是为了这个花时间。 在word中插入目录:首先必须将内容在大纲视图下设置成有标题级别的形式,然后鼠标定位在要插入目录的地方—插入—...

2012/11/04 20:23
319

没有更多内容

加载失败,请刷新页面

返回顶部
顶部