OS

Oracle Linux 6.8

V138414-01.iso

Database

mysql5.6.30

MySQL-5.6.30-1.el6.x86_64.rpm-bundle.tar

JIRA Service Desk

JIRA Service Desk 3.9.2

atlassian-servicedesk-3.9.2-x64.bin

1、设置网络IP和关闭防火墙

[root@localhost ~]# service network restart

Shutting down interface eth0:  Device state: 3 (disconnected)

[  OK  ]

Shutting down loopback interface:                          [  OK  ]

Bringing up loopback interface:                            [  OK  ]

Bringing up interface eth0:  Active connection state: activated

Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/2

[  OK  ]

[root@localhost ~]# service iptables restart

iptables: Setting chains to policy ACCEPT: filter          [  OK  ]

iptables: Flushing firewall rules:                         [  OK  ]

iptables: Unloading modules:                               [  OK  ]

iptables: Applying firewall rules:                         [  OK  ]

[root@localhost ~]#

2、上载MYSQL5.6.30安装包到服务器 /tmp/atlassian

[root@localhost ~]# mkdir -p /tmp/atlassian

3、安装MYSQL5.6.30

# 检查LINUX之前是否安装过mysql相关组件

[root@localhost ~]# rpm -qa | grep mysql

mysql-5.1.73-7.el6.x86_64

mysql-devel-5.1.73-7.el6.x86_64

mysql-libs-5.1.73-7.el6.x86_64

[root@localhost ~]# rpm -e --nodeps  mysql-5.1.73-7.el6.x86_64

[root@localhost ~]# rpm -e --nodeps  mysql-devel-5.1.73-7.el6.x86_64

[root@localhost ~]# rpm -e --nodeps  mysql-libs-5.1.73-7.el6.x86_64

[root@localhost ~]# rpm -qa | grep mysql

[root@localhost ~]#

[root@localhost ~]# cd /tmp/atlassian/

[root@localhost atlassian]# ll

total 221112

-rwsrwsrwt. 1 root root 226416640 May 21  2016 MySQL-5.6.30-1.el6.x86_64.rpm-bundle.tar

[root@localhost atlassian]# tar -xvf MySQL-5.6.30-1.el6.x86_64.rpm-bundle.tar

MySQL-devel-5.6.30-1.el6.x86_64.rpm

MySQL-shared-5.6.30-1.el6.x86_64.rpm

MySQL-test-5.6.30-1.el6.x86_64.rpm

MySQL-embedded-5.6.30-1.el6.x86_64.rpm

MySQL-client-5.6.30-1.el6.x86_64.rpm

MySQL-shared-compat-5.6.30-1.el6.x86_64.rpm

MySQL-server-5.6.30-1.el6.x86_64.rpm

[root@localhost atlassian]# rpm -ivh ./*.rpm

warning: ./MySQL-client-5.6.30-1.el6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY

Preparing...                ########################################### [100%]

1:MySQL-devel            ########################################### [ 14%]

2:MySQL-client           ########################################### [ 29%]

3:MySQL-test             ########################################### [ 43%]

4:MySQL-embedded         ########################################### [ 57%]

5:MySQL-shared-compat    ########################################### [ 71%]

6:MySQL-shared           ########################################### [ 86%]

7:MySQL-server           ########################################### [100%]

warning: user mysql does not exist - using root

warning: group mysql does not exist - using root

2017-12-26 20:06:34 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).

2017-12-26 20:06:34 0 [Note] /usr/sbin/mysqld (mysqld 5.6.30) starting as process 11624 ...

2017-12-26 20:06:34 11624 [Note] InnoDB: Using atomics to ref count buffer pool pages

2017-12-26 20:06:34 11624 [Note] InnoDB: The InnoDB memory heap is disabled

2017-12-26 20:06:34 11624 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins

2017-12-26 20:06:34 11624 [Note] InnoDB: Memory barrier is not used

2017-12-26 20:06:34 11624 [Note] InnoDB: Compressed tables use zlib 1.2.3

2017-12-26 20:06:34 11624 [Note] InnoDB: Using Linux native AIO

2017-12-26 20:06:34 11624 [Note] InnoDB: Using CPU crc32 instructions

2017-12-26 20:06:34 11624 [Note] InnoDB: Initializing buffer pool, size = 128.0M

2017-12-26 20:06:34 11624 [Note] InnoDB: Completed initialization of buffer pool

2017-12-26 20:06:34 11624 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!

2017-12-26 20:06:34 11624 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB

2017-12-26 20:06:34 11624 [Note] InnoDB: Database physically writes the file full: wait...

2017-12-26 20:06:34 11624 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB

2017-12-26 20:06:34 11624 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB

2017-12-26 20:06:34 11624 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0

2017-12-26 20:06:34 11624 [Warning] InnoDB: New log files created, LSN=45781

2017-12-26 20:06:34 11624 [Note] InnoDB: Doublewrite buffer not found: creating new

2017-12-26 20:06:34 11624 [Note] InnoDB: Doublewrite buffer created

2017-12-26 20:06:34 11624 [Note] InnoDB: 128 rollback segment(s) are active.

2017-12-26 20:06:34 11624 [Warning] InnoDB: Creating foreign key constraint system tables.

2017-12-26 20:06:34 11624 [Note] InnoDB: Foreign key constraint system tables created

2017-12-26 20:06:34 11624 [Note] InnoDB: Creating tablespace and datafile system tables.

2017-12-26 20:06:34 11624 [Note] InnoDB: Tablespace and datafile system tables created.

2017-12-26 20:06:34 11624 [Note] InnoDB: Waiting for purge to start

2017-12-26 20:06:35 11624 [Note] InnoDB: 5.6.30 started; log sequence number 0

A random root password has been set. You will find it in '/root/.mysql_secret'.

2017-12-26 20:06:35 11624 [Note] Binlog end

2017-12-26 20:06:35 11624 [Note] InnoDB: FTS optimize thread exiting.

2017-12-26 20:06:35 11624 [Note] InnoDB: Starting shutdown...

2017-12-26 20:06:36 11624 [Note] InnoDB: Shutdown completed; log sequence number 1625977

2017-12-26 20:06:36 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).

2017-12-26 20:06:36 0 [Note] /usr/sbin/mysqld (mysqld 5.6.30) starting as process 12205 ...

2017-12-26 20:06:36 12205 [Note] InnoDB: Using atomics to ref count buffer pool pages

2017-12-26 20:06:36 12205 [Note] InnoDB: The InnoDB memory heap is disabled

2017-12-26 20:06:36 12205 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins

2017-12-26 20:06:36 12205 [Note] InnoDB: Memory barrier is not used

2017-12-26 20:06:36 12205 [Note] InnoDB: Compressed tables use zlib 1.2.3

2017-12-26 20:06:36 12205 [Note] InnoDB: Using Linux native AIO

2017-12-26 20:06:36 12205 [Note] InnoDB: Using CPU crc32 instructions

2017-12-26 20:06:36 12205 [Note] InnoDB: Initializing buffer pool, size = 128.0M

2017-12-26 20:06:36 12205 [Note] InnoDB: Completed initialization of buffer pool

2017-12-26 20:06:36 12205 [Note] InnoDB: Highest supported file format is Barracuda.

2017-12-26 20:06:36 12205 [Note] InnoDB: 128 rollback segment(s) are active.

2017-12-26 20:06:36 12205 [Note] InnoDB: Waiting for purge to start

2017-12-26 20:06:36 12205 [Note] InnoDB: 5.6.30 started; log sequence number 1625977

2017-12-26 20:06:36 12205 [Note] Binlog end

2017-12-26 20:06:36 12205 [Note] InnoDB: FTS optimize thread exiting.

2017-12-26 20:06:36 12205 [Note] InnoDB: Starting shutdown...

2017-12-26 20:06:38 12205 [Note] InnoDB: Shutdown completed; log sequence number 1625987

A RANDOM PASSWORD HAS BEEN SET FOR THE MySQL root USER !

You will find that password in '/root/.mysql_secret'.

You must change that password on your first connect,

no other statement but 'SET PASSWORD' will be accepted.

See the manual for the semantics of the 'password expired' flag.

Also, the account for the anonymous user has been removed.

In addition, you can run:

/usr/bin/mysql_secure_installation

which will also give you the option of removing the test database.

This is strongly recommended for production servers.

See the manual for more instructions.

Please report any problems at http://bugs.mysql.com/

The latest information about MySQL is available on the web at

http://www.mysql.com

Support MySQL by buying support/licenses at http://shop.mysql.com

New default config file was created as /usr/my.cnf and

will be used by default by the server when you start it.

You may edit this file to change server settings

4、创建JIRA Service Desk数据库

[root@localhost ~]# service mysql start

Starting MySQL.                                            [  OK  ]

[root@localhost ~]# more /root/.mysql_secret

# The random password set for the root user at Tue Dec 26 20:06:35 2017 (local time): wrMA0VutOkq8JLlH

# 修改rootmysql密码

[root@localhost ~]# mysql -u root -p

Enter password:

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 1

Server version: 5.6.30

Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>  set PASSWORD=PASSWORD('mysql');

Query OK, 0 rows affected (0.00 sec)

mysql> show databases;

+--------------------+

| Database           |

+--------------------+

| information_schema |

| mysql              |

| performance_schema |

| test               |

+--------------------+

4 rows in set (0.00 sec)

mysql>  use mysql;

Reading table information for completion of table and column names

You can turn off this feature to get a quicker startup with -A

Database changed

mysql> update user set password=password('mysql') where user='root';

Query OK, 3 rows affected (0.00 sec)

Rows matched: 4  Changed: 3  Warnings: 0

mysql> update user set host='%' where user='root' and host='localhost';

Query OK, 1 row affected (0.00 sec)

Rows matched: 1  Changed: 1  Warnings: 0

mysql>  flush privileges;

Query OK, 0 rows affected (0.00 sec)

mysql> exit

Bye

[root@localhost ~]#  chkconfig --list mysql

mysql           0:off   1:off   2:on    3:on    4:on    5:on    6:off

# 创建JRIA Service Desk数据库和用户

[root@localhost ~]#  mysql -uroot -pmysql

Warning: Using a password on the command line interface can be insecure.

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 3

Server version: 5.6.30 MySQL Community Server (GPL)

Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> create user 'jirauser'@'localhost' identified by 'jirauser';

mysql> create user 'jirauser'@'%' identified by 'jirauser';

Query OK, 0 rows affected (0.00 sec)

mysql> create database jira character set utf8 collate utf8_bin;

Query OK, 1 row affected (0.00 sec)

mysql> grant select,insert,update,delete,create,drop,alter,index on jira.* to 'jirauser'@'localhost' identified by 'jirauser';

mysql> grant select,insert,update,delete,create,drop,alter,index on jira.* to 'jirauser'@'%' identified by 'jirauser';

Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;

Query OK, 0 rows affected (0.00 sec)

mysql>  exit

Bye

5、安装JIAR Service Desk软件

[root@localhost ~]# cd /tmp/atlassian

[root@localhost atlassian]# ll

total 817160

-rw-r--r--. 1 root root  383930514 Dec 25 17:11 atlassian-servicedesk-3.9.2-x64.bin

-rwsrwsrwt. 1 root root  226416640 May 21  2016 MySQL-5.6.30-1.el6.x86_64.rpm-bundle.tar

-rw-r--r--. 1 7155 31415  18928540 Mar  4  2016 MySQL-client-5.6.30-1.el6.x86_64.rpm

-rw-r--r--. 1 7155 31415   3424912 Mar  4  2016 MySQL-devel-5.6.30-1.el6.x86_64.rpm

-rw-r--r--. 1 7155 31415  89732912 Mar  4  2016 MySQL-embedded-5.6.30-1.el6.x86_64.rpm

-rw-r--r--. 1 7155 31415  56982836 Mar  4  2016 MySQL-server-5.6.30-1.el6.x86_64.rpm

-rw-r--r--. 1 7155 31415   1961716 Mar  4  2016 MySQL-shared-5.6.30-1.el6.x86_64.rpm

-rw-r--r--. 1 7155 31415   3969756 Mar  4  2016 MySQL-shared-compat-5.6.30-1.el6.x86_64.rpm

-rw-r--r--. 1 7155 31415  51401352 Mar  4  2016 MySQL-test-5.6.30-1.el6.x86_64.rpm

[root@localhost atlassian]# chmod +x atlassian-servicedesk-3.9.2-x64.bin

[root@localhost atlassian]# ./atlassian-servicedesk-3.9.2-x64.bin

Unpacking JRE ...

Starting Installer ...

Dec 26, 2017 8:23:08 PM java.util.prefs.FileSystemPreferences$1 run

INFO: Created user preferences directory.

This will install JIRA Service Desk 3.9.2 on your computer.

OK [o, Enter], Cancel [c]

Choose the appropriate installation or upgrade option.

Please choose one of the following:

Express Install (use default settings) [1], Custom Install (recommended for advanced users) [2, Enter], Upgrade an existing JIRA installation [3]

Where should JIRA Service Desk be installed?

[/opt/atlassian/jira]

Default location for JIRA Service Desk data

[/var/atlassian/application-data/jira]

Configure which ports JIRA Service Desk will use.

JIRA requires two TCP ports that are not being used by any other

applications on this machine. The HTTP port is where you will access JIRA

through your browser. The Control port is used to startup and shutdown JIRA.

Use default ports (HTTP: 8080, Control: 8005) - Recommended [1, Enter], Set custom value for HTTP and Control ports [2]

JIRA can be run in the background.

You may choose to run JIRA as a service, which means it will start

automatically whenever the computer restarts.

Install JIRA as Service?

Yes [y, Enter], No [n]

Details on where JIRA Service Desk will be installed and the settings that will be used.

Installation Directory: /opt/atlassian/jira

Home Directory: /var/atlassian/application-data/jira

HTTP Port: 8080

RMI Port: 8005

Install as service: Yes

Install [i, Enter], Exit [e]

Extracting files ...

Please wait a few moments while JIRA Service Desk is configured.

Installation of JIRA Service Desk 3.9.2 is complete

Start JIRA Service Desk 3.9.2 now?

Yes [y, Enter], No [n]

Please wait a few moments while JIRA Service Desk starts up.

Launching JIRA Service Desk ...

Installation of JIRA Service Desk 3.9.2 is complete

Your installation of JIRA Service Desk 3.9.2 is now ready and can be

accessed via your browser.

JIRA Service Desk 3.9.2 can be accessed at http://localhost:8080

Finishing installation ...

# 停止JIRA Service Desk服务

[root@localhost atlassian]# service jira stop

executing using dedicated user

.....

.... .NMMMD.  ...

.8MMM.  $MMN,..~MMMO.

.?MMM.         .MMM?.

OMMMMZ.           .,NMMMN~

.IMMMMMM. .NMMMN. .MMMMMN,

,MMMMMM$..3MD..ZMMMMMM.

=NMMMMMM,. .,MMMMMMD.

.MMMMMMMM8MMMMMMM,

.ONMMMMMMMMMMZ.

,NMMMMMMM8.

.:,.$MMMMMMM

.IMMMM..NMMMMMD.

.8MMMMM:  :NMMMMN.

.MMMMMM.   .MMMMM~.

.MMMMMN    .MMMMM?.

Atlassian JIRA

Version : 7.6.2

If you encounter issues starting or stopping JIRA, please see the Troubleshooting guide at http://confluence.atlassian.com/display/JIRA/Installation+Troubleshooting+Guide

Server startup logs are located in /opt/atlassian/jira/logs/catalina.out

Using CATALINA_BASE:   /opt/atlassian/jira

Using CATALINA_HOME:   /opt/atlassian/jira

Using CATALINA_TMPDIR: /opt/atlassian/jira/temp

Using JRE_HOME:        /opt/atlassian/jira/jre/

Using CLASSPATH:       /opt/atlassian/jira/bin/bootstrap.jar:/opt/atlassian/jira/bin/tomcat-juli.jar

Using CATALINA_PID:    /opt/atlassian/jira/work/catalina.pid

Tomcat stopped.

6、破解JIAR Service Desk软件

# 上载JIRA连接mysqlJava插件 mysql-connector-java-5.1.44.tar.gz

# 上载破解补丁包 jira7.3_crack.zip

[root@localhost atlassian]# tar -zxvf mysql-connector-java-5.1.44.tar.gz

[root@localhost atlassian]# unzip jira7.3_crack.zip

Archive:  jira7.3_crack.zip

creating: jira7.3/

inflating: jira7.3/atlassian-extras-3.2.jar

creating: __MACOSX/

creating: __MACOSX/jira7.3/

inflating: __MACOSX/jira7.3/._atlassian-extras-3.2.jar

inflating: jira7.3/mysql-connector-java-5.1.39-bin.jar

inflating: __MACOSX/jira7.3/

[root@localhost atlassian]# cp /tmp/atlassian/mysql-connector-java-5.1.44/mysql-connector-java-5.1.44-bin.jar /opt/atlassian/jira/lib

[root@localhost ~]# cp /tmp/atlassian/jira7.3/atlassian-extras-3.2.jar /opt/atlassian/jira/atlassian-jira/WEB-INF/lib/

[root@localhost ~]# cp /tmp/atlassian/jira7.3/mysql-connector-java-5.1.39-bin.jar /opt/atlassian/jira/atlassian-jira/WEB-INF/lib/

[root@localhost atlassian]# service jira start

To run JIRA in the foreground, start the server with start-jira.sh -fg

executing using dedicated user: jira

.....

.... .NMMMD.  ...

.8MMM.  $MMN,..~MMMO.

.?MMM.         .MMM?.

OMMMMZ.           .,NMMMN~

.IMMMMMM. .NMMMN. .MMMMMN,

,MMMMMM$..3MD..ZMMMMMM.

=NMMMMMM,. .,MMMMMMD.

.MMMMMMMM8MMMMMMM,

.ONMMMMMMMMMMZ.

,NMMMMMMM8.

.:,.$MMMMMMM

.IMMMM..NMMMMMD.

.8MMMMM:  :NMMMMN.

.MMMMMM.   .MMMMM~.

.MMMMMN    .MMMMM?.

Atlassian JIRA

Version : 7.6.2

If you encounter issues starting or stopping JIRA, please see the Troubleshooting guide at http://confluence.atlassian.com/display/JIRA/Installation+Troubleshooting+Guide

Server startup logs are located in /opt/atlassian/jira/logs/catalina.out

Using CATALINA_BASE:   /opt/atlassian/jira

Using CATALINA_HOME:   /opt/atlassian/jira

Using CATALINA_TMPDIR: /opt/atlassian/jira/temp

Using JRE_HOME:        /opt/atlassian/jira/jre/

Using CLASSPATH:       /opt/atlassian/jira/bin/bootstrap.jar:/opt/atlassian/jira/bin/tomcat-juli.jar

Using CATALINA_PID:    /opt/atlassian/jira/work/catalina.pid

Tomcat started.

7、配置 JIRA Service Desk






Server ID BL1R-81TS-SOU5-KNNU

Your License Key

AAABfw0ODAoPeNqNk0tPwkAUhff9FZO40cU0nRoeIWkitl2gpRgKrtxcykVHyrTOA/XfO20lhCDIbh53zv3OmZmrcSlIhDnxO8T3Bx1vwHokzGbE91jPeecS3EqWS5Nrt55QhXLLc1yiWruQa77FQEuD/1RmGqRGGaygUOikZrNAOVnNbYkKKHPCUmgrlsIGgw8D4hO5NHese+vm5cZ5MjJ/A4URaAxqLMp86ncdu+eCLkApDsI9BZbYRaFw9l1hox9OxuN4Go6GyW4r/qq4/N6p96nHqN/ZMcVj4MUfUJlth3IUBfcJm9I+m2U0m8w79DFN52fIztCcT9DiQYiiDrGxlZmFyiWvNC/FJTdwlLn1ZdUEiPxEAKdNNBiV5OowYhtGMoqyOKUJ8/p9r+t5LdQRe5wGh2UT+QqCK2jcxFsoTDMkv8pOKLFZuPwJCLOZlgWGpRG6tlu0Ss/Wfd3DdyLc5/cwmg5J1p62n0GtyXXNTFrom5cB2TM5+2Hr5gdcrCGXMCwCFCvcqw7Txd49sT+Xp+uO38iszS1hAhRz3vg1cpqO8VDFtZrhCvEGtYMj2w==X02im











Setup JIRA Service Desk 3.9.2 on Oracle Linux 6.8相关推荐

  1. JIRA Core、JIRA Software、JIRA Service Desk的区别

    在Jira7.X,Atlassian将根据特定的JIRA应用场景,将原来的JIRA分为了三个不同的版本 1. JIRA Core 2. JIRA Software 3. JIRA Service De ...

  2. 管理软件Jira Service Desk使用教程之如何将Jira Cloud用于Slack?

      JIRA Servcie Desk是一款服务台管理软件,它能够为你的客户提供简单直观的用户体验,并集成了强大的SLA支持.可自定义的服务队列.自动化的请求管理以及实时的报表. 使用Jira Clo ...

  3. JIRA Servcie Desk详细安装教程

    前言 最近复现了CVE-2019-14994(JIRA Servcie Desk路径遍历漏洞) 安装教程在网上找了很久,最后找到几篇搭建JIRA Servcie Desk的文章,因此记录一下搭建过程. ...

  4. Jira Servcie Desk使用教程(十四):如何接收来自电子邮件的请求?

        JIRA Servcie Desk是一款服务台管理软件,它能够为你的客户提供简单直观的用户体验,并集成了强大的SLA支持.可自定义的服务队列.自动化的请求管理以及实时的报表. 本文将会介绍如何 ...

  5. Service Provider Access resulted in exception 'oracle apps f

    分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow 也欢迎大家转载本篇文章.分享知识,造福人民,实现我们中华民族伟大复兴! Orac ...

  6. confluencejira集成_Jira Service Desk使用教程之如何将Jira Cloud与Confluence集成?

    什么是汇合? Confluence是一个内容创建和协作平台,它将团队与他们需要更快地完成工作的内容,知识和同事联系起来.Confluence空间非常适合使用Confluence页面创建和组织与Jira ...

  7. 利用SharePoint 2013 创建Service Desk 网站之发布表单模板到文档库

    前面我们的表单模板基本上已经创建完成,接下来我们就该把这些表单模板发布到我们的网站,操作的方法如下: 1. 点击文件-发布到SharePoint服务器 2. 填写我们的发布地址: 3. 设置为表单库: ...

  8. Atlassian发布事故管理解决方案Jira Ops

    Atlassian联合首席执行官兼联合创始人Scott Farquhar于9月4日宣布,Atlassian推出了一款名为Jira Ops的新产品,并且他们将收购OpsGenie. \\ 正如" ...

  9. jira是干什么_JIRA的使用介绍(一)- 概念篇

    JIRA这个工具接触有好几年了,在多个海外项目上都用过这个工具.去年又在项目上深度使用后就有点爱不释手了,回国后也在找机会推荐给其它项目上用.最近正好有新项目需要用,借这个机会把JIRA的配置学习的过 ...

  10. Confluence和JIRA区别

    1 JIRA:项目管理与事务跟踪 包含三大产品,两大插件 名称 功能 JIRA Core 商业问题跟踪 JIRA Software 包含JIRA Agile插件的JIRA Core JIRA Serv ...

最新文章

  1. 从美国5家创企看AI创业方向:落地解决问题才是王道
  2. AI公开课:19.03.20吴甘沙-驭势科技联合创始人《AI时代的自动驾驶趋势》课堂笔记以及个人感悟
  3. 46. 全排列015(回溯法求解)
  4. pbdom 不能解析gbk_备受家长追捧的公立学校,摇中率不到3%,还要抢着报名?速看大摇号学校全面解析!...
  5. 分布式锁的过期时间设置多长合适_科普:Redis 分布式锁进化史(解读 + 缺陷分析)...
  6. 实验12:Problem A: 你会定义类吗?
  7. android应用开发实验报告_聚焦 Android 11: Android 11 应用兼容性
  8. Mac下mysql登陆问题
  9. html5用户注册页面代码,HTML5注册页面示例代码
  10. python list转json对象,python 对象和json互相转换方法
  11. 如何在FLASH中实现眨眼睛的动画效果
  12. 【c++学习】int main(int argc, char** argv)命令行参数理解
  13. windows打开cmd的几种方式
  14. matlab fft 采样点数,MATLAB中的FFT的采样频率和采样点怎样确定
  15. Koo叔说Shader-- 熟悉渲染管线
  16. windows 2008 R2 断电进入修复模式,并且无法使用usb键盘鼠标的解决方法
  17. 过拟合与欠拟合及解决方法
  18. Vue 中常见的面试题/知识点整理
  19. 解决谷歌浏览器,打开开发者工具后,页面突然变成手机模式
  20. fwr310虚拟服务器设置,Fast迅捷FWR310无线路由器怎么设置

热门文章

  1. 根据自身工作经验总结的一个工作问题解决思路
  2. SA: 情感分析资源(Corpus、Dictionary)
  3. HTRAN 2.4终极使用
  4. 【Java学习笔记】修饰符
  5. 利用LVM管理磁盘系统
  6. Jmeter中主要管理器功用
  7. DB2 9 根本(730 检修)认证指南,第 6 局部: 数据并发性(2)
  8. 大吉大利,今晚如何用R语言解锁“吃鸡”正确姿势
  9. 如何有逻辑的,简单清晰的回应问题
  10. R语言绘图底层系统之Grid包