上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 41 下一页
摘要: 分享按钮-百度分享:http://share.baidu.com/code/advance <div class="bdsharebuttonbox" data-tag="share_1"><label class="fenxiang">分享到:</label><label class="baidu 阅读全文
posted @ 2016-06-01 09:44 xu_shuyi 阅读(308) 评论(0) 推荐(0)
摘要: Jquery设计文档 Author:xu_shuyi 2015-03-24 08:32:30 1.window.onload与$(document).ready() window.onload :必须等待网页中所有的内容加载完毕后(包括图片)才能执行,并且不能编写多个。 $(document).ready():网页中所有DOM结构绘制完毕后就执行,可能DOM元素关联的东西并没有加载完,... 阅读全文
posted @ 2016-06-01 09:42 xu_shuyi 阅读(394) 评论(0) 推荐(0)
摘要: 常用css样式大全 Author:xu_shuyi 20150403 9.CSS颜色代码大全 http://www.cnblogs.com/axing/archive/2011/04/09/CSS.html 1.CSS文字属性 color : #999999; /*文字颜色*/ font-family : 宋体,sans-serif; /*文字字体*/ font-si... 阅读全文
posted @ 2016-06-01 09:40 xu_shuyi 阅读(120) 评论(0) 推荐(0)
摘要: 参见:http://www.blogjava.net/improviser/archive/2008/12/06/244779.html 阅读全文
posted @ 2016-05-30 11:46 xu_shuyi 阅读(98) 评论(0) 推荐(0)
摘要: 说明:详细源码位于(所有文件\经典详例\floatLink.zip) Float Link.... 阅读全文
posted @ 2016-05-23 15:59 xu_shuyi 阅读(359) 评论(0) 推荐(0)
摘要: 普通的一键护眼 只是修改[HKEY_CURRENT_USER\Control Panel\Colors]下Windows键值“255 255 255”(白色) 调整为 “199 237 204”(豆沙绿),休眠、睡眠、锁屏后会变白 魔方现在的一键护眼除了需要更改以上的注册信息, 还会更改[HKEY_ 阅读全文
posted @ 2016-05-21 09:05 xu_shuyi 阅读(374) 评论(0) 推荐(0)
摘要: WMSYS.WM_CONCAT 函数的用法: 引用路径:http://blog.sina.com.cn/s/blog_5c4736800100l2qw.html 方案一、 select wmsys.wm_concat(to_char(b1.planchildstartdate, 'yyyy-mm-d 阅读全文
posted @ 2016-04-08 11:51 xu_shuyi 阅读(589) 评论(0) 推荐(0)
摘要: hash_map基于hash_table(哈希表)。哈希表最大的优点,就是把数据的存储和查找消耗的时间大大降低,几乎可以看成是常数时间;而代价仅仅是消耗比较多的内存。然而在当前可以利用内存越来越多的情况下,用空间换时间的做法是值得的。另外,编码比较容易也是它的特点之一。 基本原理:使用一个下标范围比 阅读全文
posted @ 2016-03-13 09:42 xu_shuyi 阅读(275) 评论(0) 推荐(0)
摘要: 一、下载 下载地址:http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html 这是Oracle Instant Client的下载首页,有很多种版本可供下载。 但要注意第三方工具如:PL/ 阅读全文
posted @ 2016-02-05 14:15 xu_shuyi 阅读(193) 评论(0) 推荐(0)
摘要: 说明:一定要以 系统管理员身份运行 bat文件--------------------------------------------------------------- @echo off echo 确定要启动Oracle 11g服务吗? pause net start OracleOraDb11g_home3TNSListener net start OracleServiceOR... 阅读全文
posted @ 2016-01-10 20:26 xu_shuyi 阅读(216) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 41 下一页