小说网 找小说 无限小说 烟雨红尘 幻想小说 酷文学 深夜书屋
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 137 下一页

2010年1月28日

zend db 多表查询 LIMIT BUG 解决方法

摘要: zend db 多表查询 LIMIT BUG 解决方法 将Zend/Db/Adapter/Pdo/mssql.php中 如下方法替换 。 public function limit($sql, $count, $offset = 0) { $count = intva... 阅读全文

posted @ 2010-01-28 17:35 王峰炬 阅读(126) 评论(0) 推荐(0)

2010年1月27日

jQuery 控制表单里回车键 自动下一个标签

摘要: jQuery 控制表单里回车键 自动下一个标签 默认情况下,在表单(form)的输入框(input)里按回车将会提交(submit)表单。这会造成一个问题:当用户在填写表单时不小心按了回车键(特别是输入框含有历史记录时,这种情况经常发生),这时不完整的表单会被提交。我们可以通过Javas... 阅读全文

posted @ 2010-01-27 09:01 王峰炬 阅读(137) 评论(0) 推荐(0)

2010年1月26日

Firefox 图片模糊的问题

摘要: Firefox 图片模糊的问题 Firefox(3.0) 图片很模糊, 字都看不清楚, 以为是图片本身的问题, 但用IE看的时候却非常清楚,很是奇怪. 后来在网上查了一下, 发现遇到这个问题的人还不少. 解决方法你肯定想不到. 那就是..................Ctrl+0 <=是零... 阅读全文

posted @ 2010-01-26 15:11 王峰炬 阅读(130) 评论(0) 推荐(0)

2010年1月25日

VBA获取新浪博客列表

摘要: Sub Blogsina() Const url As String = "http://www.google.cn/search?q=site%3Ablog.sina.com.cn/u/&num=100&start=" Dim n As Long, p As Long, s() ... 阅读全文

posted @ 2010-01-25 16:57 王峰炬 阅读(159) 评论(0) 推荐(0)

2010年1月17日

Number of sets of natural numbers less than n which sum to n.

摘要: The integer sequence was in : A111133 Seems easy. Sub Calc() Dim n As Long, count(), i As Long n = 500 ReDim count(n) count(0) = ... 阅读全文

posted @ 2010-01-17 17:07 王峰炬 阅读(228) 评论(0) 推荐(0)

一元多项式的幂

摘要: Function PowerPolynomial(ByVal f As String, ByVal n As Long) As String If n = 1 Then power = f: Exit Function Dim a() As Long, b, c(), s() As... 阅读全文

posted @ 2010-01-17 14:23 王峰炬 阅读(178) 评论(0) 推荐(0)

2010年1月16日

SQL2000 修改表所有者的方法

摘要: SQL2000 修改表所有者的方法 单个修改所有者sql语句如下: 查询分析器输入:EXEC sp_changeobjectowner 'user.table', 'dbo' user.table的意思为:所有者.表名,比如oblog.oblog_user,以前的语句表示将table这张表... 阅读全文

posted @ 2010-01-16 09:02 王峰炬 阅读(138) 评论(0) 推荐(0)

2010年1月15日

jquery tablelist Tablesorter 表格控件

摘要: jquery tablelist Tablesorter 表格控件 Tablesorter 是一个用来直接在浏览器上对表格数据进行排序的jQuery插件,无需再次刷新页面,支持多种单元格数据类型,例如数值、字符串、日期和自定义排序。 主要的特点包括: 多列排序 支持文本、URL地址、数值... 阅读全文

posted @ 2010-01-15 11:51 王峰炬 阅读(177) 评论(0) 推荐(0)

2010年1月9日

An UDF to calculate weekday

摘要: It seems feasible . Function myweekday(ByVal y As Long, ByVal m As Long, ByVal d As Long) As Long Dim bias As Long If m > 2 Then b... 阅读全文

posted @ 2010-01-09 23:50 王峰炬 阅读(98) 评论(0) 推荐(0)

delphi 注册 com 对象的方法

摘要: delphi 注册 com 对象的方法 procedure TForm1.Button3Click(Sender: TObject); var Sd: TSecurityDescriptor; begin InitializeSecurityDescriptor(@Sd, SECUR... 阅读全文

posted @ 2010-01-09 12:46 王峰炬 阅读(194) 评论(0) 推荐(0)

上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 137 下一页

导航