Artical --> BYPASSING PROVIDERS IN ANGULAR 2 Here trying to solve one problem: On the left hand side of tree, there are 4 green blocks and 1 blue bloc ...
分类:
其他好文 时间:
2016-10-12 07:05:58
阅读次数:
150
mysql存储过程中使用事务 1 DROP PROCEDURE IF EXISTS test_sp1 2 CREATE PROCEDURE test_sp1( ) 3 BEGIN 4 DECLARE t_error INTEGER DEFAULT 0; 5 DECLARE CONTINUE HAND ...
分类:
数据库 时间:
2016-10-09 13:22:40
阅读次数:
257
;;; emacs配置文件 ;;设置行高(setq-default line-spacing 5) (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you co ...
分类:
系统相关 时间:
2016-10-03 00:00:15
阅读次数:
759
探索qt的信号ref: http://crazyeddiecpp.blogspot.hk/2011/01/quest-for-sane-signals-in-qt-step-1.html If it wasn't for the particular implementation of signal ...
分类:
其他好文 时间:
2016-10-02 00:49:34
阅读次数:
204
2016年9月29日 星期四 --出埃及记 Exodus 18:10He said, "Praise be to the LORD, who rescued you from the hand of the Egyptians and of Pharaoh, and who rescued the ...
分类:
其他好文 时间:
2016-09-30 21:16:26
阅读次数:
112
有时需要让图片或其它html元素,当鼠标放上去时显示为手型,可以把下面的任一代码放在元素中就可以: style="cursor:hand" style="cursor:pointer" 支持 IE 或 其它浏览器 <input id="save" type="button" ondblclick=" ...
分类:
Web程序 时间:
2016-09-30 15:16:03
阅读次数:
156
(1)用expression 鼠标滑过变色: <style type="text/css"><!-- table { background-color:#000000; cursor:hand; width:100%; }td {onmouseover: expression(onmouseover ...
分类:
Web程序 时间:
2016-09-26 14:30:57
阅读次数:
200
1. cursor:hand VS cursor:pointer firefox不支持hand,但ie支持pointer解决方法: 统一使用pointer 2.innerText在IE中能正常工作,但在FireFox中却不行. 需用textContent。解决方法: 3.CSS透明 4.css中的w ...
分类:
Web程序 时间:
2016-09-19 16:03:50
阅读次数:
245
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=5882 Problem Description Rock-paper-scissors is a zero-sum hand game usually played between two people ...
分类:
其他好文 时间:
2016-09-17 20:32:29
阅读次数:
376
cursor:hand 与 cursor:pointer 的效果是一样,都像手形光标。但用FireFox浏览时才注意到使用cursor:hand在FireFox里并被支持。
分类:
Web程序 时间:
2016-09-12 10:51:57
阅读次数:
325