1 $(function(){ 2 queryTemplateSort(); 3 // 4 fillAddTemplatePage(); 5 function queryTemplateSort() { 6 $.ajax({ 7 ...
分类:
Web程序 时间:
2015-10-27 14:55:31
阅读次数:
177
//创建一个空的select ?<select class="dx-adwse" name="report.type" id="addtype" style="width: 185px" > //页面加载时动态获取数据以及添加到创建的select ? $(document).ready(function(){ ? var sHtml ...
分类:
其他好文 时间:
2015-10-27 13:42:03
阅读次数:
206
function prepareSlideshow() {if (!document.getElementsByTagName) return false;if (!document.getElementById) return false;if (!document.getElementById(...
分类:
其他好文 时间:
2015-10-27 13:28:26
阅读次数:
172
15,函数的创建,要求必须有返回值,必须在语句中调用,需要多个返回值时,使用out参数类型,在user_procedures表中查询属性,在user_source表中查询源代码,创建示例:CREATE OR REPLACE FUNCTION my_function_01--创建函数(v_01 IN ...
分类:
数据库 时间:
2015-10-27 13:10:59
阅读次数:
204
Template Function _ Any number of parameters 1 #include 2 #include 3 using namespace std; 4 5 template 6 T getResult(int count,...) 7 { 8 va_lis...
分类:
编程语言 时间:
2015-10-27 13:08:32
阅读次数:
145
/** * 将数值四舍五入(保留2位小数)后格式化成金额形式 * * @param num 数值(Number或者String) * @return 金额格式的字符串,如'1,234,567.45' * @type String */function formatCurrency(num) { .....
分类:
其他好文 时间:
2015-10-27 12:57:02
阅读次数:
156
发个群福利,天猫双11红包自动抢代码使用chrome/firefox浏览器,打开http://s.click.taobao.com/yJK1Nmx,登录自己的淘宝账号,然后按"F12",在"console"里粘贴以下代码var AutoClick=$;function getHb(){if(Auto...
分类:
其他好文 时间:
2015-10-27 12:55:00
阅读次数:
115
开发随记/** * * @param date :Fri Oct 09 2015 15:48:21 GMT+0800 (中国标准时间) * @returns {string} */ function myfomartdate(date) { var...
分类:
Web程序 时间:
2015-10-27 11:31:31
阅读次数:
165
function moveElement(elementID,final_x,final_y,interval){ if (!document.getElementById) return false; if (!document.getElementById(elementID)) r...
分类:
其他好文 时间:
2015-10-27 11:22:53
阅读次数:
196
1.之前用到的封装好的过滤字符串的方法function filter($str){ $str=trim($str); $str=str_replace(" ", " ", $str); $str=str_replace("'", "‘", $str); $str=str_re...
分类:
其他好文 时间:
2015-10-27 11:19:06
阅读次数:
139