`
文章列表
var year = nodes[i].text;   var oOptionBegin = document.createElement("option");  oOptionBegin.appendChild(document.createTextNode(year));  oOptionBegin.setAttribute("value","test");   begin.appendChild(oOptionBegin);       //  获取所选中的Select的值 var begin =  document.g ...
 function getYear(){        var type = getType();     var jsly =  document.getElementById("jsly").value;           var partxmlhttp ;     if (window.ActiveXObject){     partxmlhttp = new ActiveXObject("Msxml2.XMLHTTP");  } else if (window.XMLHttpRequest) {  partxmlhttp = new XMLHtt ...
JavaScript String Replace All The JavaScript function for String Replace replaces the first occurrence in the string. The function is similar to the php function str_replace and takes two simple parameters. The first parameter is the pattern to find and the second parameter is the string to replace ...
import java.util.ArrayList;    import java.util.Collection;    import java.util.Collections;    import java.util.Comparator;          public class SortTwo implements Comparator {    //排序字段    private String sort1;    //排序方式    private int state;    public SortTwo(int stat ...
    用c++写成,可反编译class文件,支持jar包级的反编译,可将整个jar包直接保存为*.src.zip源代码包,反编译迅速,错误率极少,详细的看下面 下载地址:http://java.decompiler.free.fr/?q=jdgui Introduction The aim of “Java Decompiler” project is to develop tools to decompile and analyze Java 5, and upper, “.class” files. JD-Core is a freeware library that reconstr ...
Global site tag (gtag.js) - Google Analytics