清科项目库主要功能

项目的录入,查看,下载,知识库,用户管理,部门管理,按部门统计,按员工统计项目等功能

我的主要职责

  1. 首页

  2. 用户管理

  3. 部门管理

  4. 我创建的项目

  5. 部门统计

  6. 员工统计

接管清科项目库二次开发,以及服务器部署

主要用到技术

后端技术

springMVC,mybatis,elasticsearch-2.4.1,maven,jsp

前端技术

jquery,js,highcharts,html,css

数据库

mysql

开发工具

intellij IDEA 14.0

web容器

tomcat

服务器

linux 

项目部署

用户ssh连接到服务器
清科项目库部分功能截图
 

切换到root用户

[[email protected] ~]$ su root
Password: 

 

  切换到Elasticsearch所在目录

[[email protected] zero2ipo]# cd /usr/local/elasticsearch-2.4.1/

   使用_cat 命令查看Elasticsearch的状态

[[email protected] elasticsearch-2.4.1]# curl localhost:9200/_cat
=^.^=
/_cat/allocation
/_cat/shards
/_cat/shards/{index}
/_cat/master
/_cat/nodes
/_cat/indices
/_cat/indices/{index}
/_cat/segments
/_cat/segments/{index}
/_cat/count
/_cat/count/{index}
/_cat/recovery
/_cat/recovery/{index}
/_cat/health
/_cat/pending_tasks
/_cat/aliases
/_cat/aliases/{alias}
/_cat/thread_pool
/_cat/plugins
/_cat/fielddata
/_cat/fielddata/{fields}
/_cat/nodeattrs
/_cat/repositories
/_cat/snapshots/{repository}

 切换到tomct目录

启动tomact方式

   方式一:直接启动 ./startup.sh 
   方式二:作为服务启动 nohup ./startup.sh &  
   通过方式一启动的tomcat有个弊端,当客户端连接断开的时候,tomcat服务也会立即停止,
    通过方式二可以作为linux服务一直运行;

所以和我有类似经历的IT平民们、刚步入此行业的童靴们以后启动tomcat服务器还是用: nohup ./startup.sh & 来启动,以防服务器无缘无故自动挂掉!

 查看进程

 ps -ef |grep tomcat

 

 

 查看tomcat时时日志信息

[[email protected] logs]# tail -f catalina.out

 Ctrl+c 是退出tail命令。

 从第n行查看日志

 tail -n +5 localhost_access_log.2018-01-06.txt 

 

部分功能截图


清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 
清科项目库部分功能截图
 

相关文章:

  • 2021-08-28
  • 2022-01-23
  • 2021-12-24
  • 2021-04-08
  • 2022-02-09
  • 2021-11-11
  • 2022-12-23
  • 2021-07-19
猜你喜欢
  • 2021-08-19
  • 2021-05-26
  • 2022-12-23
  • 2021-04-15
  • 2022-01-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案