2017年12月8日

lookup select box和select box 联动

摘要: var query = Class.create();query.prototype = Object.extendsObject(global.AbstractAjaxProcessor, { querytable_info: function(){ var result=this.newItem 阅读全文

posted @ 2017-12-08 21:30 达摩克利斯 阅读(191) 评论(0) 推荐(0) 编辑

reference in catalog items 联动

摘要: function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; } var sname=g_form.getValue("bigproject"); var ga=new GlideAjax('query'); ... 阅读全文

posted @ 2017-12-08 21:21 达摩克利斯 阅读(119) 评论(0) 推荐(0) 编辑

2017年11月27日

jQuery Ajax

摘要: 阅读全文

posted @ 2017-11-27 18:04 达摩克利斯 阅读(86) 评论(0) 推荐(0) 编辑

算法-- 数组排序

摘要: public class 数组排序的三种方法 { public static void main(String[] args) { int array[]={49,38,65,27,97,13,76}; int temp=0; // maopao(array, temp); // xuanzepaixu(array, temp); ... 阅读全文

posted @ 2017-11-27 17:59 达摩克利斯 阅读(128) 评论(0) 推荐(0) 编辑

导航