上一页 1 ··· 4 5 6 7 8
摘要: Client 端实现:<script type="text/javascript">function one() { var keyid = $("#keyid").find("option:selected").val(); var url ="http://localhost/index.php?keyid="+keyid; var node ="<option value=\'0\'>选择……</option>"; $.getJSON(u 阅读全文
posted @ 2012-06-07 22:50 dami.van 阅读(384) 评论(0) 推荐(0) 编辑
摘要: function charset_encode($input,$_output_charset='utf-8' ,$_input_charset ="gbk" ) { $output = $input; if(!isset($_output_charset) )$_output_charset = $GLOBALS['charset']; if($_input_charset == $_output_charset || $input ==null ) { $output = $input; } elseif (function_exists 阅读全文
posted @ 2012-06-07 22:32 dami.van 阅读(196) 评论(0) 推荐(0) 编辑
摘要: http://dtrex.iteye.com/ 阅读全文
posted @ 2012-06-07 18:07 dami.van 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Gem介绍:Gem是一个管理Ruby库和程序的标准包,它通过Ruby Gem(如 http://rubygems.org/ )源来查找、安装、升级和卸载软件包,非常的便捷。Ruby 1.9.2版本默认已安装Ruby Gem,如果你使用其它发行版本,请参考“如何安装Ruby Gem”。Ruby gem包的安装方式:所有的gem包,会被安装到 /[Ruby root]/lib/ruby/gems/[ver]/ 目录下,这其中包括了Cache、doc、gems、specifications 4个目录,cache下放置下载的原生gem包,gems下则放置的是解压过的gem包。当安装过程中遇到问题时,可 阅读全文
posted @ 2012-06-06 10:30 dami.van 阅读(1020) 评论(0) 推荐(0) 编辑
摘要: 原文引用地址:http://www.cnblogs.com/nyth/archive/2010/11/26/1888900.htmlHTML:<ul id="sddm"><!--如果栏目下没有子菜单就不用onmouseover="mopen('m1')" onmouseout="mclosetime()"以及下面的那个DIV --><li><a href="#" onmouseover="mopen('m1')" onmo 阅读全文
posted @ 2012-05-31 12:37 dami.van 阅读(958) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8