如果不是因为工作需要,我根本不会理会IE6的兼容问题,甚至我都不想理会IE的所有内核,不过IE9用了下,我还是重新对IE报以期待的。话题扯远了,下面回到话题上来吧。
这次要说的内容就是,如果让IE支持li:hover(还有之类的span:hover、div:hover),用过的都应该差不多清楚...
分类:
其他好文 时间:
2014-11-26 18:09:15
阅读次数:
204
前端開發思考: UI操作邏輯 業務邏輯 動畫效果 各種操作與UI解耦,與類庫解耦 h5技術方向的應用 組件的開發與解耦,創建與銷毀 oo的應用 前端密集型項目-內存洩漏-事件-UI 不斷的重構
分类:
其他好文 时间:
2014-11-26 16:50:20
阅读次数:
132
一、Linux系统管理与网络服务1、UbuntuLinux基础视频教程http://www.***/down.php?id=756Linux专题视频讲座(ubuntu8.04)http://pan.baidu.com/s/1dD8HVwP2、零起点学习Linux系列培训视频教程http://pan.baidu.com/share/link?shareid=760778255&uk=20165256783、自由飞翔Li..
分类:
系统相关 时间:
2014-11-26 06:54:13
阅读次数:
362
一 在说链接之前我们哈需要说明一个东西,就是inode,一个文件的名字可以有多个,但是inode里的i-number却只有一个,(inode是一个数据结构,里面存放文件的各种属性,属主,属组,权限,大小,最后访问的时间) 那怎么查看那i-number呢?直接输入ls -li就可以查看了(第一列...
分类:
系统相关 时间:
2014-11-25 23:27:49
阅读次数:
305
Hash索引与 Btree索引的区别http://database.51cto.com/art/201010/229525.htmCreating Indexes/Sorting on very large tables in Mysqlhttp://li.angshan.blog.163.com/...
分类:
数据库 时间:
2014-11-25 22:43:01
阅读次数:
251
Sort a linked list using insertion sort.分析:insertion sort是将当前元素插入到已经排好序的元素的适当位置,时间复杂度为O(n^2)。class Solution {public: ListNode *insertionSortList(Li...
分类:
其他好文 时间:
2014-11-25 20:23:53
阅读次数:
142
/**
*LicensedtotheApacheSoftwareFoundation(ASF)underone
*ormorecontributorlicenseagreements.SeetheNOTICEfile
*distributedwiththisworkforadditionalinformation
*regardingcopyrightownership.TheASFlicensesthisfile
*toyouundertheApacheLicense,Version2.0(the
*"Li..
分类:
Windows程序 时间:
2014-11-25 18:56:07
阅读次数:
1077
有点点小虐心。
#include
#include
#include
using namespace std;
const int ternarys[12] = { 0, 1, 3, 9, 27, 81, 243, 729, 2187, 6561, 19683, 59049 };
int DP[2][59049];
int bit_map[155][15];
int pre_li...
分类:
其他好文 时间:
2014-11-25 18:39:29
阅读次数:
177
Given a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?分析:如果一个linked list中有环,那么在用一个快指针和一个慢指针遍历该li...
分类:
其他好文 时间:
2014-11-25 16:09:31
阅读次数:
194
1.它们de概念、理论:一,块元素(block):一般是其他元素的容器元素,块元素一般都从新行开始,它可以容纳内联元素和其他块元素。常见块元素:div,form,table,p,h1~h6,ul,ol,dl,li等等。特点:1)总是在新行上开始; 2)高度,行高以及顶和底边距都可控制; 3)...
分类:
其他好文 时间:
2014-11-25 16:08:02
阅读次数:
154