zoukankan      html  css  js  c++  java
  • 怎样修改flash builder注释里的@author

    在flash builder里,按Ctrl+Shift+D可以很方便在添加AsDoc注释。可是有些生成的@author是系统的用户名(如:administor),怎么修改这个为自己的名字呢?

    Step1:打开C:\Program Files\Adobe\Adobe Flash Builder 4\‍FlashBuilder.ini。

    Step2:在后面加入一行:-Duser.name=jiangbo。

    Step3:注意要加在任何-vmargs语句后面,且等号没有空格。

    例如:

    -nl
    zh_CN
    -startup
    eclipse/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
    --launcher.library
    eclipse/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810
    --launcher.defaultAction
    openFile
    -vmargs
    -Xms256m
    -Xmx512m
    -XX:MaxPermSize=256m
    -XX:PermSize=64m
    -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=eclipse/dropins
    -Declipse.application=com.adobe.flexbuilder.standalone.FlashBuilderApplication
    -Duser.name=jiangbo

  • 相关阅读:
    Spring中的一些常用接口
    ApplicationContextAware的作用
    用spring的 InitializingBean 的 afterPropertiesSet 来初始化
    虚拟机扩容(/dev/mapper/centos-root 空间不足)
    AJAX
    Git
    jQuery
    JS
    JS
    jQuery
  • 原文地址:https://www.cnblogs.com/as3lib/p/2887168.html
Copyright © 2011-2022 走看看