problems record

时间:2023-03-09 13:24:30
problems record

1,java类中字体MS Gothic

2,得到请求资源,例如,http://localhost:8080

public static URL serverURL(HttpServletRequest request) throws MalformedURLException {
        StringBuffer url = new StringBuffer();
        String scheme = request.getScheme();
        int port = request.getServerPort();
        if (port < 0)
            port = 80;
        url.append(scheme);
        url.append("://");
        url.append(request.getServerName());
        if (scheme.equals("http") && port != 80 || scheme.equals("https") && port != 443) {
            url.append(':');
            url.append(port);
        }
        return new URL(url.toString());
    }

3.procedure use other procedure to insert temporary table    insert into #t1 EXEC Porc1 'a'

problems url :

http://blog.****.net/mikon_lee/article/details/8808797

resources url:

stored procedure syntax ,http://uule.iteye.com/blog/1988137

PS http://www.16xx8.com/photoshop/xinshoujiaocheng/rumen/

http://www.iteye.com/magazines/130

七个原则:1. 学习要按照大脑学东西的次序来安排时间2.学语言重视input,重要的是meaningful input,有意义地输入。3.从阅读、解除的材料中学习单词和词组。还要学习文法。4.有感情。听的东西你要感兴趣,要有趣。5.保持一种积极的态度。6.不要害怕。面对新的文化、新的发音之类,会害怕变化,要欢迎、接受变化。7.利用多渠道学习,用互联网资料等等,不要拘泥于课堂教学。