会员可以在此提问,百战程序员老师有问必答
对大家有帮助的问答会被标记为“推荐”
看完课程过来浏览一下别人提的问题,会帮你学得更全面
截止目前,同学们一共提了 132911个问题

netshop.zip

老师,不知道为什么我的页面没有登录免费注册的按钮,我找了很久都没有找到,帮我看看,谢谢



Python 全系列/下架-第十二阶段:Python_大型电商项目(5天后下架)/Django项目阶段-电商项目(旧) 14222楼

老师你好我做作业打印10*10实心和空心正方形时,不知道空心正方形代码怎么才对麻烦指导:

/**
 * 第二周第三天作業:打印出实心 10*10 正方形、空心 10*10 正方形
 * * Job:打印出实心 10*10 正方形、空心 10*10 正方形
 * Author:李刚
 * Date:2020-3-4
 *
 */

package com.bjsxt.week02;
//打印出实心 10*10 正方形

public class Test10_10 {
    public static void main(String[] args) {
        System.out.println("開始打印实心 10*10 正方形:");

        for (int i = 0; i < 10; i++) {  //打印輸出10行*
            for (int a = 0; a < 10; a++) {  //每行有10個*
                System.out.print("*" + "\t");
            }
            System.out.println();

        }
        System.out.println("開始打印空心 10*10 正方形:");
        for (int b = 1; b <= 10; b++) {
            for (int c = 1; c <= 10; c++) {
                if (b >= 2 || b >= 9) {
                    System.out.print(" ");
                     } else {
                         if (c ==1 || c == 10) {
                           System.out.print("* " );
                         } else {
                          System.out.println(" ");
                       }

                }


                System.out.println();

            }

        }
    }
}


JAVA 全系列/第一阶段:JAVA 快速入门/控制语句、方法、递归算法 14223楼
JAVA 全系列/第五阶段:JavaWeb开发/Servlet技术详解(旧) 14225楼
Python 全系列/第八阶段:轻量级Web开发利器-Flask框架/Flask高级 14229楼
JAVA 全系列/第三阶段:数据库编程/JDBC技术 14230楼
Python 全系列/第二阶段:Python 深入与提高/GUI编程(隐藏) 14231楼

	at org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.<init>(CuratorZookeeperClient.java:80)
	... 26 more
org.apache.dubbo.config.DubboShutdownHook 2020-06-21 11:41:55   [DUBBO] Run shutdown hook now., dubbo version: 2.7.6, current host: 192.168.66.6 
org.apache.dubbo.registry.support.AbstractRegistryFactory 2020-06-21 11:41:55   [DUBBO] Close all registries [], dubbo version: 2.7.6, current host: 192.168.66.6 
org.springframework.context.support.AbstractApplicationContext 2020-06-21 11:41:55  Closing org.springframework.context.support.ClassPathXmlApplicationContext@3cb5cdba, started on Sun Jun 21 11:41:43 CST 2020 
org.apache.dubbo.config.bootstrap.DubboBootstrap 2020-06-21 11:41:55   [DUBBO] DubboBootstrap's all ServiceDiscoveries have been destroyed., dubbo version: 2.7.6, current host: 192.168.66.6 
org.apache.dubbo.config.bootstrap.DubboBootstrap 2020-06-21 11:41:55   [DUBBO] DubboBootstrap's configs have been clear., dubbo version: 2.7.6, current host: 192.168.66.6 
org.apache.dubbo.config.bootstrap.DubboBootstrap 2020-06-21 11:41:55   [DUBBO] DubboBootstrap is about to shutdown..., dubbo version: 2.7.6, current host: 192.168.66.6 
org.apache.dubbo.config.event.listener.LoggingEventListener 2020-06-21 11:41:55   [DUBBO] Dubbo Service has been destroyed., dubbo version: 2.7.6, current host: 192.168.66.6 
com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor 2020-06-21 11:41:55  class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!

老师,这是provider放在linux里启动后产生的logs日志,感觉还没开始它就自己终止了,启动脚本里的Main方法我也改成org.apache的了,不知道哪里出了问题,搜百度说是版本问题,您给看看

JAVA 全系列/第十一阶段:分布式RPC调用和分布式文件存储/Dubbo 14234楼

python实战 (3).zip

老师这个前端的scope这个定义没有使用

Python 全系列/第九阶段:Flask百战电商后台系统/Flask百战电商后台项目 14235楼

课程分类

百战程序员微信公众号

百战程序员微信小程序

©2014-2025百战汇智(北京)科技有限公司 All Rights Reserved 北京亦庄经济开发区科创十四街 赛蒂国际工业园
网站维护:百战汇智(北京)科技有限公司
京公网安备 11011402011233号    京ICP备18060230号-3    营业执照    经营许可证:京B2-20212637