- ADempiere 3.6 Cookbook
- Ajit Kumar
- 161字
- 2021-04-09 21:40:49
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "In this recipe, we saw how we can use the Ant build file build.xml
to compile the code and create the installation packages (.zip
and .tar.gz
files)."
A block of code is set as follows:
SELECT ad_client_id,c_momstatus_id,name,isdefault,value FROM c_momstatus;
Any command-line input or output is written as follows:
java mondrian.test.loader.MondrianFoodMartLoader -verbose -tables -data -indexes -jdbcDrivers="org.postgresql.Driver,sun.jdbc.odbc.JdbcOdbcDriver" -inputFile=C:\mondrian\demo\FoodMartCreateData.sql -outputJdbcURL="jdbc:postgresql://localhost/foodmart" -outputJdbcUser=adempiere360 -outputJdbcPassword=adempiere
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on the Product link, uncheck Patio Table and click on the OK button".
推薦閱讀
- ModelSim電子系統分析及仿真(第3版)
- Moldflow 2010完全自學與速查手冊(模流分析·成本控制)
- BIM與Unity 3D開發實例詳解
- ADempiere 3.6 Cookbook
- Adobe創意大學After Effects產品專家認證標準教材(CS6修訂版)
- ANSYS 15.0有限元分析自學手冊
- Excel數據管理:不加班的秘密
- Premiere CC視頻編輯入門與應用
- SOLIDWORKS中文版實用教程
- UG NX 12.0中文版從入門到精通
- MATLAB在日常計算中的應用
- Illustrator CC 2018 基礎與實戰教程(全彩版)
- NumPy 1.5 Beginner's Guide
- Expert Python Programming
- 電磁場數值計算及基于FreeFEM的編程實現