⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sharkfromscratch.html

📁 SHARK工作流引擎的启动测试
💻 HTML
字号:
<html>
	<head>
		<title>Shark from Scratch</title>
		<style>
		body
		{
			margin-left: 40px;
			margin-right: 40px;
		}
		hr
		{ 	
			text-align: left;
		}
		</style>
	</head>
<body>
	<hr/>
	<h1>Shark from Scratch</h1>

		<p>This is a  step by step walkthrough of getting shark, compiling it and getting up and running with it.  It might actually work if you do all of these things.   It is specifically tuned to using MySQL as the database and running on Windows (2000).  This was cobbled together from the various notes and hints from the Shark team, painful experience and lady luck.    </p>
		
		<p>What I do NOT do is use the executable installer.  This is because I want to be able to build from scratch.</p>
		
		<p>You will need to have or be able to install the following to follow along.  Please note! These are not Shark requirements, they are merely requirements to follow this walkthrough.: </p>
		<ol>
			<li>MySQL - I'm using 4.0.16-nt </li>
			<li>MySQL Connector - I have mysql-connector-java-3.0.11-stable-bin.jar</li>
			<li>Java - I'm using the Sun j2sdk version 1.4.2_04</li>
			<li>CVS, Winzip, etc.  as needed</li>
		</ol>
		
		<p>First, install those.  You are on your own for that!</p>
		
	<hr width="50%"/>
	<h2>Get Shark</h2>
	
		<p>My personal setup is to have all of the source files in C:\dev\Shark and to have the final output go to C:\Shark.  You can do whatever you want, but you will have to adjust these instructions 憃n the fly

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -