markdown 获取StarUML的完整版本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 获取StarUML的完整版本相关的知识,希望对你有一定的参考价值。

# StarUML
Download: [StarUML.io](http://staruml.io/)

# Crack
Source: [jorgeancal](http://jorgeancal.com/en/crack/crack-startuml/)


After installing StartUML successfully, modify `LicenseManagerDomain.js` as follow:
```js
/**
 * File name: LicenseManagerDomain.js
 * Mac OS: /Applications/StarUML.app/Contents/www/license/node/
 * Linux: /opt/staruml/www/license/node/
 */

(function () {
    "use strict";
 
    var NodeRSA = require('node-rsa');
 
    function validate(PK, name, product, licenseKey) {
        return{
           name: "sontd",
           product: "StarUML",
           licenseType: "vip",
           quantity: "unlimited",
           licenseKey: "no, thanks!"
        };
    }
 
    function init(domainManager) {
        if (!domainManager.hasDomain("LicenseManager")) {
            domainManager.registerDomain("LicenseManager", {major: 0, minor: 1});
        }
        domainManager.registerCommand(
            "LicenseManager", // domain name
            "validate",       // command name
            validate,         // command handler function
            false,            // this command is synchronous in Node ("false" means synchronous")
            "Validate License",
            [
                {
                    name: "PK",
                    type: "string",
                    description: "PK"
                },
                {
                    name: "name",
                    type: "string",
                    description: "name of license owner"
                },
                {
                    name: "product",
                    type: "string",
                    description: "product name"
                },
                {
                    name: "licenseKey",
                    type: "string",
                    description: "license key"
                }
            ],
            [
                {
                    name: "result", // return values
                    type: "object",
                    description: "result"
                }
            ]
        );
    }
 
    exports.init = init;
 
}());
```
Now, open it and go to `Help > Enter License` and you have to write the name and the licence key which you have written on `LicenseManagerDomain.js`. In this example would be the next:
```yml
name: "sontd"
License Key: "no, thanks!"
```
Enjoy it!

以上是关于markdown 获取StarUML的完整版本的主要内容,如果未能解决你的问题,请参考以下文章

markdown 破解StarUML(Linux AppImage)

markdown 破解StarUML(MacOS)

markdown StarUml 3。

全程字幕-25套UML+Enterprise Architect/StarUML建模示范视频

开发环境StarUML 工具 ( 下载软件 | StarUML 安装 | StarUML 创建工程 )

Staruml怎么放大