×

asp论坛源码 源码 论坛程序

ASP论坛程序源码,哪个最好,最稳定?java源代码分析 实在是不太会,求高手教教我

admin admin 发表于2022-05-13 09:14:21 浏览117 评论0

抢沙发发表评论

ASP论坛程序源码,哪个最好,最稳定

使用人最多的应该是 dvbbs 稳定的个人倾向 极速论坛不过论坛程序还是用php版本比较好,discuz不错的,最新版本的已经到5.5动网也推出了php版本

java源代码分析 实在是不太会,求高手教教我

package test2;import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;import java.util.HashMap;import java.util.Map;import java.util.Set;public class JavaCodeAnalyzer {    public static void analyze(File file) throws IOException{        //FileOutputStream fos = new FileOutputStream(“F;“+File.separator+“result.txt“);        if(!(file.getName().endsWith(“.txt“)||file.getName().endsWith(“.java“))){            System.out.println(“输入的分析文件格式不对!“);        }        InputStream is= new FileInputStream(file);        BufferedReader br= new BufferedReader(new InputStreamReader(is));        String temp;        int count=0;        int countSpace=0;        int countCode=0;        int countDesc=0;        Map《String, Integer》 map = getKeyWords();        while((temp=br.readLine())!=null){            countKeys(temp, map);            count++;            if(temp.trim().equals(““)){                countSpace++;            }else if(temp.trim().startsWith(“/*“)||temp.trim().startsWith(“//“)){                countDesc++;            }else{                countCode++;            }        }        System.out.printf(“代码行数:“+countCode+“占总行数的%4.2f\n“,(double)countCode/count);        System.out.printf(“空行数:“+countSpace+“占总行数的%4.2f\n“,(double)countSpace/count);        System.out.printf(“注释行数:“+countDesc+“占总行数的%4.2f\n“,(double)countDesc/count);        System.out.println(“总行数:“+count);        System.out.println(“出现最多的5个关键字是:“);        System.out.println(““);        System.out.println(““);        System.out.println(““);        System.out.println(““);        System.out.println(““);    }    public static void main(String args) {        getKeyWords();        File file = new File(“F://Test.java“);        try {            analyze(file);        } catch (IOException e) {            // TODO 自动生成 catch 块            e.printStackTrace();        }    }    public static Map《String,Integer》 getKeyWords(){        Map《String,Integer》 map = new HashMap《String, Integer》();        Stringkeywords = {“abstract“,“assert“,“boolean“,“break“,“byte“,“case“,“catch“,“char“,“class“,“continue“,“default“,“do“,“double“,“else“,“enum“,“extends“,“final“,“finally“,“float“,“for“,“if“,“implements“,“import“,“instanceof“,“int“,“interface“,“long“,“native“,“new“,“package“,“private“,“protected“,“public“,“return“,“    strictfp“,“short“,“static“,“super“,“    switch“,“synchronized“,“this“,“throw“,“throws“,“transient“,“try“,“void“,“volatile“,“while“,“goto“,“const“};        for(String s:keywords){            map.put(s, 0);        }        return map;    }    public static void countKeys(String s,Map《String,Integer》 map){        Set《String》 keys = map.keySet();        for(String ss:keys){            if(s.indexOf(ss)!=-1){                map.put(ss, map.get(ss)+1);            }        }    }}

上班没啥时间了,还有点没写完,你在想想。

有卡啦自动发卡平台的源码有出售的吗

有卡啦 我也是 我也是醉了 百度推广真你妈越来越不可信了他们规定的那些如果不能卖 就没有能卖的。等你账户的钱聚多了就随便找个理由 就把你账户封了 钱被他们自己拿去