Option Explicit' No more data is available.Const ERROR_NO_MORE_ITEMS = 259' The data area passed to a system call is too small.Const ERROR_INSUFFICIEN...
分类:
Web程序 时间:
2014-11-18 23:28:59
阅读次数:
312
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1086判断两条线段是否有交点,我用的是跨立实验法:两条线段分别是A1到B1,A2到B2,很显然,如果这两条线段有交点,那么可以肯定的是:A1-B1,A2-B1这两个向量分别在B2-B1的两边,判断是不是在...
分类:
其他好文 时间:
2014-11-18 17:30:52
阅读次数:
232
>其中的"help"可以换成以下内容 pointer 手形 crosshair 十字形 text 文本形 wait 沙漏形 move 十字箭头形 help 问号形 e-resize 右箭头形 n-resize 上箭头形 nw-resize 左上箭头形 w-resize 左箭头形 s-resize 下...
分类:
其他好文 时间:
2014-11-18 12:04:03
阅读次数:
230
错误代码:objc_msgSend(self.beginRefreshingTaget, self.beginRefreshingAction, self);Too many arguments to function call, expected 0, have 3经过几番周折,终于叨叨解决方案了...
分类:
移动开发 时间:
2014-11-18 11:42:09
阅读次数:
317
// ToDoListWnd.cpp : implementation file//#include "stdafx.h"#include "ToDoList.h"#include "ToDoListWnd.h"#include "ToolsCmdlineParser.h"#include "Too...
分类:
其他好文 时间:
2014-11-18 08:04:04
阅读次数:
314
#!/usr/bin/python# -*- coding: utf-8 -*-import osimport shutildef move_logs(path,filename): destPath = path + '/../log' if os.path.exists(destPa...
分类:
其他好文 时间:
2014-11-17 20:57:38
阅读次数:
182
一、什么是swap space(交换分区)?在Linux系统中,当物理内存满了才使用Swap空间。当系统需要更多的内存资源,并且物理内存已经满了,此时,内存中那些不活跃的pages被移动(move)到swap空间。虽然,交换分区能使设备使用更少的物理内存,但这并不表示可以替换物理内存。交换分区处于硬...
分类:
其他好文 时间:
2014-11-17 19:15:26
阅读次数:
250
【重点】归总了一些简单的Smail指令。1.If语句 if-nez v0,:cond_0 如果结果不为0,就跳转到cond_0标号处 if-eqz v0,:cond_1 如果结果为0,就跳转到cond_1标号处 2.数据操作指令 move v0,v1 将v...
分类:
其他好文 时间:
2014-11-17 19:12:04
阅读次数:
295
HTML5中已经不支持以下的元素,不建议在进行开发时再使用以下的元素。1、acronym(建议abbr): 定义首字母缩写2、applet(建议object): 定义 applet3、basefont(使用css控制)4、big(使用css控制) :定义大号文本5、center(使用css控制): ...
分类:
Web程序 时间:
2014-11-17 15:47:59
阅读次数:
177
Iframe用法,下面是一个常规的列子 <iframe?border=2?frameborder=0?width=500?height=500?marginheight=0?marginwidth=0?scrolling=no?src="move-ad.html">
</iframe> 其中: iframe用于设置文本或图形的浮...
分类:
Web程序 时间:
2014-11-17 12:38:15
阅读次数:
182