加载中
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
141
开发中遇到的jQuery 事件处理机制的问题

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

[爬虫]python 面试题

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

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
97
word 插入目录页码

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

2012/11/04 20:23
421

没有更多内容

加载失败,请刷新页面

返回顶部
顶部