^1566205113091
@
sname
MaNongProject
slabel
码农项目
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
Sdescription
#$@text#$@
<p>可以共享到码农的世界的项目。</p>

<p><strong>什么是码农的世界？</strong></p>

<p>码农的世界是XWorker做的一个共享事物的网站，通过它可以轻松快速的共享事物。</p>

<p><strong>如何共享事物？</strong></p>

<p>智能共享事物的路径为_share.xxxx.*下的事物，其中xxxx为用户名，*是指任意，用户名可以在本项目的菜单中Project-&gt;管理用户信息中管理。</p>

<p><strong>协议</strong></p>

<p>码农的世界采用开源<a href="do?sc=xworker.xmetaweb.home.license">Apache2.0</a>，也就说如果要在码农的世界中共享事物，必须采用Apache2.0的协议。</p>
#$@text#$@
sth_createIndex
false
sth_mark
false
  @/@actions
  sname
  actions
  sdescriptors
  xworker.lang.MetaDescriptor3/@actions
  sth_createIndex
  false
  sth_mark
  false
  sid
  actions
    @/@actions/@menu_upload
    sname
    menu_upload
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.manong.MaNongClient
    smethodName
    upload
    sdisableGlobalContext
    false
    sattributeTemplate
    false
    sinterpretationType
    Action
    svarScope
    Local
    screateLocalVarScope
    false
    ssaveReturn
    false
    sdescriptors
    xworker.lang.actions.JavaAction
    sth_createIndex
    false
    sth_mark
    false
    sid
    menu_upload
    @/@actions/@managerUser
    sname
    menu_managerUser
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    svarScope
    Local
    sdisableGlobalContext
    false
    Scode
#$@text#$@
import xworker.ide.worldexplorer.actions.ExplorerActions;
import org.xmeta.Thing;

def userThing = world.getThing("_local.manong.User");
if(userThing == null){
    userThing = new Thing("xworker.manong.MaNongUser");
    userThing.saveAs("_local", "_local.manong.User");
}
ExplorerActions.openThing(userThing);
#$@text#$@
    sinterpretationType
    Action
    screateLocalVarScope
    false
    ssaveReturn
    false
    sdescriptors
    xworker.lang.actions.Actions/@GroovyAction
    sth_createIndex
    false
    sth_mark
    false
    sid
    managerUser
    @/@actions/@menu_upload1
    sname
    menu_download
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.manong.MaNongClient
    smethodName
    download
    sdisableGlobalContext
    false
    sattributeTemplate
    false
    sinterpretationType
    Action
    svarScope
    Local
    screateLocalVarScope
    false
    ssaveReturn
    false
    sdescriptors
    xworker.lang.actions.JavaAction
    sth_createIndex
    false
    sth_mark
    false
    sid
    menu_upload1
    @/@actions/@menu_upload2
    sname
    menu_delete
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.manong.MaNongClient
    smethodName
    delete
    sdisableGlobalContext
    false
    sattributeTemplate
    false
    sinterpretationType
    Action
    svarScope
    Local
    screateLocalVarScope
    false
    ssaveReturn
    false
    sdescriptors
    xworker.lang.actions.JavaAction
    sth_createIndex
    false
    sth_mark
    false
    sid
    menu_upload2
  @/@name
  sname
  name
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  name
  @/@label
  sname
  label
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  label
  @/@majorVersion
  sname
  majorVersion
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  majorVersion
  @/@MinorVersion
  sname
  minorVersion
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  MinorVersion
  @/@keyWords
  sname
  keyWords
  ssize
  60
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p>只有通过关键字才可以在码农项目的网站中查找到改项目。</p>

<p>如果有多个使用英文的逗号隔开。</p>
#$@text#$@
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  keyWords
  @/@shortDescription
  sname
  summary
  sinputtype
  html
  sshowLabel
  true
  slabelAlign
  right
  slabelVAlign
  baseline
  smodifier
  public
  sreadOnly
  false
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p>项目的简短的描述，会出现在查询的列表中。</p>

<p>上传到服务器时将会去除HTML的格式，因此应当使用单行的文本写摘要，最大长度256字节，大概85个汉字。</p>
#$@text#$@
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  snotXmlAttribute
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  shortDescription
  @/@description
  sname
  description
  sinputtype
  html
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  description
  @/@sswtMenus
  sname
  sswtMenus
  sdescriptors
  xworker.lang.MetaDescriptor3/@swtMenus
  sth_createIndex
  false
  sth_mark
  false
  sid
  sswtMenus
    @/@sswtMenus/@menuDefine
    sname
    menuDefine
    sdescriptors
    xworker.lang.MetaDescriptor3/@swtMenus/@menuDefine
    sth_createIndex
    false
    sth_mark
    false
    sid
    menuDefine
      @/@sswtMenus/@menuDefine/@ManongProject
      sname
      ManongProject
      slabel
      Project
      sdescriptors
      xworker.lang.ThingMenu/@menuDefine/@menu
      sth_createIndex
      false
      sth_mark
      false
      sid
      ManongProject
    @/@sswtMenus/@ManongProject
    sname
    ManongProject
    stype
    data
    smenuType
    ManongProject
    sdescriptors
    xworker.lang.MetaDescriptor3/@swtMenus/@menuSetting
    sth_createIndex
    false
    sth_mark
    false
    sid
    ManongProject
      @/@sswtMenus/@ManongProject/@upload
      sname
      upload
      slabel
      上传
      surl
      xworker.manong.MaNongProject/@actions/@menu_upload
      sisSplit
      false
      sattachParam
      true
      sdescriptors
      xworker.lang.ThingMenu/@menuSetting/@menu
      sth_createIndex
      false
      sth_mark
      false
      sid
      upload
      @/@sswtMenus/@ManongProject/@split
      sname
      split
      sisSplit
      true
      sattachParam
      true
      sdescriptors
      xworker.lang.ThingMenu/@menuSetting/@menu
      sth_createIndex
      false
      sth_mark
      false
      sid
      split
      @/@sswtMenus/@ManongProject/@download
      sname
      download
      slabel
      下载
      surl
      xworker.manong.MaNongProject/@actions/@menu_upload1
      sisSplit
      false
      sattachParam
      true
      sdescriptors
      xworker.lang.ThingMenu/@menuSetting/@menu
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_mark
      false
      sid
      download
      @/@sswtMenus/@ManongProject/@split2
      sname
      split2
      sisSplit
      true
      sattachParam
      true
      sdescriptors
      xworker.lang.ThingMenu/@menuSetting/@menu
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_mark
      false
      sid
      split2
      @/@sswtMenus/@ManongProject/@deleteProject
      sname
      deleteProject
      slabel
      删除项目
      surl
      xworker.manong.MaNongProject/@actions/@menu_upload2
      sisSplit
      false
      sattachParam
      true
      sdescriptors
      xworker.lang.ThingMenu/@menuSetting/@menu
      sth_createIndex
      false
      sth_mark
      false
      sid
      deleteProject
      @/@sswtMenus/@ManongProject/@split1
      sname
      split1
      sisSplit
      true
      sattachParam
      true
      sdescriptors
      xworker.lang.ThingMenu/@menuSetting/@menu
      sth_createIndex
      false
      sth_mark
      false
      sid
      split1
      @/@sswtMenus/@ManongProject/@userManager
      sname
      userManager
      slabel
      管理用户信息
      surl
      xworker.manong.MaNongProject/@actions/@managerUser
      sisSplit
      false
      sattachParam
      true
      sdescriptors
      xworker.lang.ThingMenu/@menuSetting/@menu
      sth_createIndex
      false
      sth_mark
      false
      sid
      userManager
  @/@Links
  sname
  Links
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  smany
  true
  seditCols
  2
  sinitialization
  false
  smodifier
  public
  sinheritDescription
  false
  sdescription
  <p>显示在网页中的链接。</p>
  sth_createIndex
  false
  sth_mark
  false
  sid
  Links
    @/@Links/@Link
    sname
    Link
    sdescriptors
    xworker.lang.MetaDescriptor3/@thing
    smany
    true
    seditCols
    2
    sinitialization
    false
    smodifier
    public
    sinheritDescription
    false
    sth_createIndex
    false
    sth_mark
    false
    sid
    Link
      @/@Links/@Link/@name
      sname
      name
      sshowLabel
      true
      sreadOnly
      false
      sinheritDescription
      false
      svalidateAllowBlank
      true
      LvalidateOnBlur
      true
      LallowDecimals
      true
      LallowNegative
      true
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute
      sth_createIndex
      false
      sth_mark
      false
      sid
      name
      @/@Links/@Link/@label
      sname
      label
      sshowLabel
      true
      sreadOnly
      false
      sinheritDescription
      false
      svalidateAllowBlank
      true
      LvalidateOnBlur
      true
      LallowDecimals
      true
      LallowNegative
      true
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute
      sth_createIndex
      false
      sth_mark
      false
      sid
      label
      @/@Links/@Link/@type
      sname
      type
      sinputtype
      select
      sshowLabel
      true
      sreadOnly
      false
      sinheritDescription
      false
      svalidateAllowBlank
      true
      LvalidateOnBlur
      true
      LallowDecimals
      true
      LallowNegative
      true
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute
      sth_createIndex
      false
      sth_mark
      false
      sid
      type
        @/@Links/@Link/@type/@thing
        sname
        thing
        slabel
        Open Thing
        svalue
        thing
        sdescriptors
        xworker.lang.MetaDescriptor3/@attribute/@value
        sth_createIndex
        false
        sth_mark
        false
        sid
        thing
        @/@Links/@Link/@type/@url
        sname
        url
        slabel
        Open URL
        svalue
        url
        sdescriptors
        xworker.lang.MetaDescriptor3/@attribute/@value
        sth_createIndex
        false
        sth_mark
        false
        sid
        url
        @/@Links/@Link/@type/@localUrl
        sname
        localUrl
        slabel
        Open Local URL
        svalue
        localURL
        sdescriptors
        xworker.lang.MetaDescriptor3/@attribute/@value
        sth_createIndex
        false
        sth_mark
        false
        sid
        localUrl
        @/@Links/@Link/@type/@webControl
        sname
        webControl
        slabel
        Open Web Control
        svalue
        webControl
        sdescriptors
        xworker.lang.MetaDescriptor3/@attribute/@value
        sth_createIndex
        false
        sth_mark
        false
        sid
        webControl
        @/@Links/@Link/@type/@shell
        sname
        shell
        slabel
        Open Shell
        svalue
        shell
        sdescriptors
        xworker.lang.MetaDescriptor3/@attribute/@value
        sth_createIndex
        false
        sth_mark
        false
        sid
        shell
        @/@Links/@Link/@type/@shellSingle
        sname
        shellSingle
        slabel
        Open Shell Single Instance
        svalue
        shellSingle
        sdescriptors
        xworker.lang.MetaDescriptor3/@attribute/@value
        sth_createIndex
        false
        sth_mark
        false
        sid
        shellSingle
        @/@Links/@Link/@type/@tab
        sname
        tab
        slabel
        Open Composite TabItem
        svalue
        tab
        sdescriptors
        xworker.lang.MetaDescriptor3/@attribute/@value
        sth_createIndex
        false
        sth_mark
        false
        sid
        tab
        @/@Links/@Link/@type/@action
        sname
        action
        slabel
        Run Action
        svalue
        action
        sdescriptors
        xworker.lang.MetaDescriptor3/@attribute/@value
        sth_createIndex
        false
        sth_mark
        false
        sid
        action
      @/@Links/@Link/@path
      sname
      path
      sinputtype
      dataSelector
      ssize
      60
      sshowLabel
      true
      sreadOnly
      false
      sinheritDescription
      false
      svalidateAllowBlank
      true
      LvalidateOnBlur
      true
      LallowDecimals
      true
      LallowNegative
      true
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute
      sth_createIndex
      false
      sth_mark
      false
      sid
      path
  @/@SubProject
  sname
  SubProject
  slabel
  子项目
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  smany
  true
  seditCols
  2
  sinitialization
  false
  smodifier
  public
  sinheritDescription
  false
  sdescription
  <p>子项目使用根项目的版本号，下载上传都是通过根项目完成的。</p>
  snotXmlAttribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_mark
  false
  sid
  SubProject
    @/@SubProject/@name
    sname
    name
    sshowLabel
    true
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_mark
    false
    sid
    name
    @/@SubProject/@label
    sname
    label
    sshowLabel
    true
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_mark
    false
    sid
    label
    @/@SubProject/@keyWords
    sname
    keyWords
    ssize
    60
    sshowLabel
    true
    sreadOnly
    false
    sinheritDescription
    false
    Sdescription
#$@text#$@
<p>只有通过关键字才可以在码农项目的网站中查找到改项目。</p>

<p>如果有多个使用英文的逗号隔开。</p>
#$@text#$@
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_mark
    false
    sid
    keyWords
    @/@SubProject/@shortDescription
    sname
    summary
    sinputtype
    html
    sshowLabel
    true
    sreadOnly
    false
    sinheritDescription
    false
    Sdescription
#$@text#$@
<p>项目的简短的描述，会出现在查询的列表中。</p>

<p>上传到服务器时将会去除HTML的格式，因此应当使用单行的文本写摘要，最大长度256字节，大概85个汉字。</p>
#$@text#$@
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_mark
    false
    sid
    shortDescription
    @/@SubProject/@description
    sname
    description
    sinputtype
    html
    sshowLabel
    true
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_mark
    false
    sid
    description
    @/@SubProject/@Links
    sname
    Links
    sdescriptors
    xworker.lang.MetaDescriptor3/@thing
    smany
    true
    seditCols
    2
    sinitialization
    false
    smodifier
    public
    sinheritDescription
    false
    sdescription
    <p>显示在网页中的链接。</p>
    sth_createIndex
    false
    sth_mark
    false
    sid
    Links
      @/@SubProject/@Links/@Link
      sname
      Link
      sdescriptors
      xworker.lang.MetaDescriptor3/@thing
      smany
      true
      seditCols
      2
      sinitialization
      false
      smodifier
      public
      sinheritDescription
      false
      sth_createIndex
      false
      sth_mark
      false
      sid
      Link
        @/@SubProject/@Links/@Link/@name
        sname
        name
        sshowLabel
        true
        sreadOnly
        false
        sinheritDescription
        false
        svalidateAllowBlank
        true
        LvalidateOnBlur
        true
        LallowDecimals
        true
        LallowNegative
        true
        sdescriptors
        xworker.lang.MetaDescriptor3/@attribute
        sth_createIndex
        false
        sth_mark
        false
        sid
        name
        @/@SubProject/@Links/@Link/@label
        sname
        label
        sshowLabel
        true
        sreadOnly
        false
        sinheritDescription
        false
        svalidateAllowBlank
        true
        LvalidateOnBlur
        true
        LallowDecimals
        true
        LallowNegative
        true
        sdescriptors
        xworker.lang.MetaDescriptor3/@attribute
        sth_createIndex
        false
        sth_mark
        false
        sid
        label
        @/@SubProject/@Links/@Link/@type
        sname
        type
        sinputtype
        select
        sshowLabel
        true
        sreadOnly
        false
        sinheritDescription
        false
        svalidateAllowBlank
        true
        LvalidateOnBlur
        true
        LallowDecimals
        true
        LallowNegative
        true
        sdescriptors
        xworker.lang.MetaDescriptor3/@attribute
        sth_createIndex
        false
        sth_mark
        false
        sid
        type
          @/@SubProject/@Links/@Link/@type/@thing
          sname
          thing
          slabel
          Open Thing
          svalue
          thing
          sdescriptors
          xworker.lang.MetaDescriptor3/@attribute/@value
          sth_createIndex
          false
          sth_mark
          false
          sid
          thing
          @/@SubProject/@Links/@Link/@type/@url
          sname
          url
          slabel
          Open URL
          svalue
          url
          sdescriptors
          xworker.lang.MetaDescriptor3/@attribute/@value
          sth_createIndex
          false
          sth_mark
          false
          sid
          url
          @/@SubProject/@Links/@Link/@type/@localUrl
          sname
          localUrl
          slabel
          Open Local URL
          svalue
          localURL
          sdescriptors
          xworker.lang.MetaDescriptor3/@attribute/@value
          sth_createIndex
          false
          sth_mark
          false
          sid
          localUrl
          @/@SubProject/@Links/@Link/@type/@webControl
          sname
          webControl
          slabel
          Open Web Control
          svalue
          webControl
          sdescriptors
          xworker.lang.MetaDescriptor3/@attribute/@value
          sth_createIndex
          false
          sth_mark
          false
          sid
          webControl
          @/@SubProject/@Links/@Link/@type/@shell
          sname
          shell
          slabel
          Open Shell
          svalue
          shell
          sdescriptors
          xworker.lang.MetaDescriptor3/@attribute/@value
          sth_createIndex
          false
          sth_mark
          false
          sid
          shell
          @/@SubProject/@Links/@Link/@type/@shellSingle
          sname
          shellSingle
          slabel
          Open Shell Single Instance
          svalue
          shellSingle
          sdescriptors
          xworker.lang.MetaDescriptor3/@attribute/@value
          sth_createIndex
          false
          sth_mark
          false
          sid
          shellSingle
          @/@SubProject/@Links/@Link/@type/@tab
          sname
          tab
          slabel
          Open Composite TabItem
          svalue
          tab
          sdescriptors
          xworker.lang.MetaDescriptor3/@attribute/@value
          sth_createIndex
          false
          sth_mark
          false
          sid
          tab
          @/@SubProject/@Links/@Link/@type/@action
          sname
          action
          slabel
          Run Action
          svalue
          action
          sdescriptors
          xworker.lang.MetaDescriptor3/@attribute/@value
          sth_createIndex
          false
          sth_mark
          false
          sid
          action
        @/@SubProject/@Links/@Link/@path
        sname
        path
        sinputtype
        dataSelector
        ssize
        60
        sshowLabel
        true
        sreadOnly
        false
        sinheritDescription
        false
        svalidateAllowBlank
        true
        LvalidateOnBlur
        true
        LallowDecimals
        true
        LallowNegative
        true
        sdescriptors
        xworker.lang.MetaDescriptor3/@attribute
        sth_createIndex
        false
        sth_mark
        false
        sid
        path
    @/@SubProject/@SubProject
    sname
    SubProject
    sdescriptors
    xworker.lang.MetaDescriptor3/@thing
    sextends
    xworker.manong.MaNongProject/@SubProject
    smany
    true
    seditCols
    2
    sinitialization
    false
    smodifier
    public
    sinheritDescription
    false
    snotXmlAttribute
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_mark
    false
    sid
    SubProject
