2010年6月28日

自定义 jQuery repeater 插件。学习用。。。

摘要: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> http://www.w3.org/1999/xhtml"> (function ($) { $.fn.repeater = function (options) { var opts = $.extend({}, $.fn.repeater.defaults, options); var l... 阅读全文

posted @ 2010-06-28 19:46 老代哥哥 阅读(199) 评论(0) 推荐(0) 编辑

T-SQL中的数字函数就是修改数值的数字函数:

摘要: 函数 说明 ABS(n) 返回数字表达式n的绝对值,例: SELECT ABS(-2.5) ; 结果为:2.5 SELECT ABS(6.5) ; 结果为:6.5 ACOS(n) 返回n的反余弦值,结果属于FLOAT数据类型。n在[-1,1] ASIN(n) 返回n的反正弦值,结果属于FLOAT数据类型。 ATAN(n) 返回n的反正切值,结果属于FLOAT数据类型。 ATN2(n,m) CEILING(n) 返回大于或等于n的最小整数值。例: SELECT CEILING(4.8) ; 结果为:5 SELECT CEILING(-4.8) ; 结果为:... 阅读全文

posted @ 2010-06-28 11:43 老代哥哥 阅读(180) 评论(0) 推荐(0) 编辑

Basic information on Chrome's Debugger

摘要: I have been seeing a bunch of questions on how to use chrome's debugger so this is my quick and dirty instruction/tutorial/help page. Hopefully when I get some sleep I can make it better! For right now I tried to get the basics down with a quick walk through example. This is not edited, spell ch 阅读全文

posted @ 2010-06-28 10:28 老代哥哥 阅读(184) 评论(0) 推荐(0) 编辑

Chrome启动参数及地址栏功能

摘要: http://bbs.webmou.com/thread-2343-1-1.html 启动参数 --disable-plugins 禁用插件 --User-data-dir=dir 设置缓存 --single-process 单线程模式 --no-sandbox 非沙箱模式 process-per-tab 每个标签使用单独进程 process-per-site 每个站点使用单独进程 in-process-plugins 插件不启动单独进程 start-maximized 启动就最大化 first-run 第... 阅读全文

posted @ 2010-06-28 10:26 老代哥哥 阅读(916) 评论(0) 推荐(0) 编辑

Google Chrome 地址栏命令

摘要: about:version - 显示当前版本 也可以是chrome-resource://about about:memory - 显示本机浏览器内存使用状况 about:Plugins - 显示已安装插件 about:histograms - 显示历史记录 about:Dns - 显示DNS状态 about:cache(view-cache: )- 显示缓存页面 view-cache:Stats - 缓存状态 about:Stats - 显示状态 about:network - 网络监控工具 chrome-resource://new-ta... 阅读全文

posted @ 2010-06-28 10:25 老代哥哥 阅读(309) 评论(0) 推荐(0) 编辑

导航