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

📄 jndiview.bsh

📁 這是compiere2的官方沒問題版本~我在fedora10上安裝正確無誤~不會出現錯誤訊息 ~不過我發現compiere他自己本身有自己專屬的網站server~所以有架設網站的網友們~ 可能要斟
💻 BSH
字号:
import org.jboss.console.manager.interfaces.*;import org.jboss.console.manager.interfaces.impl.*;import org.jboss.console.plugins.*;import org.jboss.console.plugins.helpers.*;   TreeNode getTreeForResource(ManageableResource resource,   PluginContext ctx)   {      try      {         return ctx.createResourceNode (               "JNDIView", // name               "Viewer for JNDI Tree", // description               "images/jndiview.gif", // Icon URL               "JNDIView.jsp", // Default URL               null,               null,               null,               new SimpleFolderResource ("ROOT/JNDIView"));      }      catch (Exception e)      {         e.printStackTrace ();         return null;      }   }

⌨️ 快捷键说明

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