netstat -ntlp //查看当前所有tcp端口·

netstat -ntulp |grep 80 //查看所有80端口使用情况·


39.116.222.32

 nohup java -jar /root/jm/meizhuang-admin-0.0.1-SNAPSHOT.jar >meizhuang.log 2>&1 &

nohup java -jar /root/jm/mallplus-portal-0.0.1-SNAPSHOT.jar >web.log 2>&1 &

nohup java -jar /root/jm/mallplus-admin-0.0.1-SNAPSHOT.jar >admin.log 2>&1 &

nohup java -jar /root/jm/RuoYi.jar >rrr.log 2>&1 &


nohup java -jar /root/jm/bootdo-1.5.0.jar >blog.log 2>&1 &

ps -ef|grep java



nohup java -Dfile.encoding=UTF-8 -jar /root/jm/litemall-all-0.1.0-exec.jar >lite.log 2>&1 &
    ssh root@39.106.212.32

sftp root@39.116.222.32



sudo sh /root/jm/apache-tomcat-8.0.52/bin/startup.sh

put -r /Users/shenzhuan/Documents/tools/apache-tomcat-8.0.52 /root/jm


put -r /Users/java/test/git/RuoYi-fast/target/RuoYi.jar  /root/jm

nohup java -jar /root/jm/meizhuang-admin-0.0.1-SNAPSHOT.jar >meizhuang.log 2>&1 &

put -r /Users/java/test/git/mallplus/mallplus-admin/target/mallplus-admin-0.0.1-SNAPSHOT.jar  /root/jm

put -r /Users/java/test/git/mallplus/mallplus-portal/target/mallplus-portal-0.0.1-SNAPSHOT.jar  /root/jm

put -r /Users/java/test/git/bootdo/bootdo/target/bootdo-1.5.0.jar  /root/jm

put -r /Users/java/test/git/mallplus/mallplus-portal/MP_verify_8U0gHxfvQWhdo4DS.txt /root/jm/h5

put -r /Users/java/test/git/web/vue_mogu_web/cms  /root/jm

put -r /Users/java/test/git/web/mall-web-admin/dist  /root/jm

put -r /Users/java/test/git/uniapp/unpackage/dist/build/h5 /root/jm

put -r /Users/java/test/git/mobile-mall/unpackage/dist/build/jsshop /root/jm

put -r /Users/java/test/git/pc/pc /root/jm

put -r  /Users/java/test/git/logs/dbblog/dbblog-frontend/cms/static /root/jm/cms

put -r /Users/java/test/git/root.txt /root/jm/h5

put -r /Users/java/test/git/jsshop/unpackage/dist/build/h5/index.html /root/jm/cms

netstat -tunlp |grep 端口号，用于查看指定的端口号的进程情况，如查看8000端口的情况，netstat -tunlp |grep 8000


put -r /Users/java/test/git/uniapp/unpackage/dist/build/cms /root/jm


put -r /Users/java/test/git/crmbmall/mall  /root/jm
put -r /Users/java/test/git/crmbmall/jsshop  /root/jm

scp /Users/shenzhuan/zhuan/mall/mall-admin/target/mall-admin-0.0.1-SNAPSHOT.jar  root@39.116.222.32:/root/jm

scp /path/filename username@servername:/path


    app-id: wx440b88ccbcb7f56f
    app-secret: d1caf84b65c25ee4188cabbcbbf172c6


      location / {

  root /root/jm/dist;

  index index.html;

}



 server {

        listen       1218;

        server_name  39.116.222.32;

    location / {

         root /root/jm/pc;

        index index.html;

         }



        error_page   500 502 503 504  /50x.html;

        location = /50x.html {

            root   html;

        }



}



rm -rf node_modules

rm package-lock.json

npm cache clear --force

npm install





#######################################################################

 190de4546dedd3e511caecccdf4a394e
 wx8321531c6046c924
#                                                                     #


https://s.click.taobao.com/sr2jc1w

https://s.click.taobao.com/nyYgc1w
#                                                                     #

#  更多操作说明请参考以下网址：                                       #

#  https://market.aliyun.com/products/53400005/cmjj014493.html        #

#                                                                     #

https://openhome.alipay.com/mini/dev/list

https://microapp.bytedance.com/homepage
tt72d1046cedfb98b8
da818e898b563b131d425bf63343ebbd045eecb5

https://q.qq.com/#/authority
1109850600
D0CqH8BYLpjziOx2
7bbcee85e2f74740e169a0381780b945


https://pub.alimama.com/myunion.htm#!/promo/self/items

#######################################################################

https://www.it120.cc/

请注意： 如需外网远程访问mysql 请参考以上网址 设置mysql及阿里云安全组

https://www.kancloud.cn/thundersword/fire-shop-lite/936356


################################  Tomcat ###############################



安装目录  /www/server/apache-tomcat-default

版本：    apache-tomcat-8.5.32

监听端口：8080

配置文件： /www/server/apache-tomcat-default/conf/server.xml

命令：     systemctl (start|stop|restart|disable) tomcat

示例：    启动tomcat  systemctl start tomcat

          重启tomcat  systemctl restart tomcat

          禁止tomcat  systemctl disable tomcat

 禁止tomcat  systemctl stop tomcat

############################### mysql ##################################

拍卖
http://www.fishpai.com
https://www.daigou-jp.com/site_shp/mercari/badc79129509d2fec7978fd45469f8ed11409a7d1201a5f95f7b9485b10ce3ac7e29e6a9a45a5a5c2fa005e7c23108cc


安装目录  /usr/local/mysql

版本：    5.7.22

监听端口：3306

配置文件： /etc/my.cnf

数据文件： /usr/local/mysql/data

默认密码： uAiqwVwjJ8-i

命令：     systemctl (start|stop|restart|disable) mysql

示例：    启动mysql  systemctl start mysql

          重启mysql  systemctl restart mysql

          禁止mysql  systemctl disable mysql



################################ Nginx ##################################

http://www.laiketui.com/action/

安装目录： /usr/local/nginx/

版本：     nginx/1.14.0

监听端口： 80

配置文件： /etc/nginx/nginx.conf

命令：     systemctl (start|stop|restart|disable) nginx

示例：    启动nginx   systemctl start nginx

          重启nginx   systemctl restart nginx

          禁止nginx   systemctl disable nginx

          cd /usr/local/nginx
          nginx -s reload


项目地址 https://gitee.com/zscat/mallplus
前端vue 项目路径下有一个zip包
文档详情blog http://yjlive.cn:8084/
后台演示  http://yjlive.cn:8090/
h5演示  http://yjlive.cn:8082/
部署地址 https://www.kancloud.cn/mall-plus/tech/1212454


项目地址 https://gitee.com/catshen/zscat_sw
前端vue 项目路径下有一个zip包
文档详情blog http://yjlive.cn:8084/
后台演示  http://yjlive.cn:8090/
h5演示  http://yjlive.cn:8082/
部署地址 https://gitee.com/catshen/zscat_sw/wikis/pages?sort_id=1551918&doc_id=364094

商户入驻流程  https://gitee.com/zscat/mallplus/wikis/pages/preview?sort_id=1634420&doc_id=326093
单机版项目地址 https://gitee.com/zscat/mallplus
前端vue 项目路径下有一个zip包
文档详情blog http://yjlive.cn:8084/
后台端 http://yjlive.cn:8086/index
商户端演示  http://yjlive.cn:8090/
h5演示  http://yjlive.cn:8082/
部署地址 https://www.kancloud.cn/mall-plus/tech/1212454

微服务版项目地址 https://gitee.com/catshen/zscat_sw
前端vue 项目路径下有一个zip包
部署地址 https://gitee.com/catshen/zscat_sw/wikis/pages?sort_id=1551918&doc_id=364094

https://admin.it120.cc/#/user/apiExtOrderEvaluate/list
https://pub.alimama.com/?spm=a2321.7393627.1998051820.1.98f118e2koGcdA

单机版项目地址 https://gitee.com/zscat/mallplus
微服务版项目地址 https://gitee.com/catshen/zscat_sw
功能列表 https://www.processon.com/view/link/5da6a3d9e4b0ea86c2b2a817
<iframe id="embed_dom" name="embed_dom" frameborder="0" style="display:block;width:525px; height:245px;" src="https://www.processon.com/embed/mind/5d9f0933e4b06b7d6ec5b3ef"></iframe>

DELETE FROM admin_day_statics;
DELETE FROM admin_sys_job_log;
DELETE FROM sys_admin_log;
DELETE FROM sys_web_log;

delete from pms_product where store_id>4 ;
delete from pms_sku_stock where store_id>4 ;
delete from ums_member where store_id>4 ;
delete from sys_web_log  ;
delete from admin_sys_job_log  ;
delete from sys_admin_log  ;

1938186471@qq.com
wx1d852ffdcbedd005

server {
        listen 80;
        server_name www.yjlive.cn;

        error_page 500 502 503 504 /50x.html;
            location = /50x.html {
            root html;
        }

		location / {
            alias /root/jm/h5/;
            index index.html;
        }

        location /h5 {
            alias  /root/jm/mall/;
			try_files $uri $uri/ @router;
			index index.html;
        }
        location /api {
            rewrite  ^/api/(.*)$ /$1 break;
            include  uwsgi_params;
            proxy_pass   http://39.106.212.32:8081 ;
        }
        location @router {
        rewrite ^.*$ /index.html last;
        }
    }


3392805238@qq.com
wxeca56e2ff8f277d9
4c8df450d885fff986b8d42048a90052

2681196506@qq.com
wx0c1055c6158f7851
baa79ed796ec18e932c547fe009d9af0
