1.class,object message 的使用区别。
2.重写的写法有什么不同,什么时候在前加O:3.unit定义什么的?
4.Analog/RF(射频) IP5.MIN ,TYP,MAX 代表什么
6.define class 时如何知道左右的关系类?7.Part Number,chip Number,Project NO, Product No 各自代表的意义?
8.  fprintf(stdout,"a_hometemp is %s\n",a_hometemp);fflush;workshop lab 69.product Data Relations
   users: bulids the product structure.is described by :is a set of document that describes a part
   attach : relates a Data Item to a Business Item dependson: indicates that one iten depends on another10.Teamcenter Enterprise Enviroment
  Users                                 conditionsGroups                                message  access rules
  Roles                                  location selection rulesRole assignments
   projects11.
   UID server-- support the display of dialog windows and icons.NLS server-- handles display of text of different languages.
12.Three types of object classes:
   Abstract classPersistent class
   Dynamic class13.Out of the box,
   all business items can be revised.data items can't be revised.
14.OSQL
    describe tree Admin:display the classes under the Adminclass.describe attribute tree Admin: displays the classes and attributesunder the Admin class.
to output dataosql -o desdoc.txt
    describe verbose detail class DesDoc;exit
    notepad desdoc.txtcrate a text file with all the MODeL
   model -z -o filename.dat15.Host--->File System-->  Location

16.how to overwrite attribute?17.define variable value set {direct | process} value-set-name select attributeattribute-name from Class class-name where...;
  Rules are consulted when process is used.Rules are bypassed when direct is used.
18.数据库出现问题ORA-00904:"TX0DOCCREATEDATE": □□□�
19.

objload -f test.dat -k test.key

objload -f test.key

20.
dstat = BeginDbFrame(ClassN,&a_framename,mfail)

mfail,dstat都可以用来判断调用错误?

21.workflow,lifecycle问题

什么原因会导致workflow跑不起来。

22.char * low_iisin (const char *buf,const char *str)返回值是指针型的TRUE/FALSE,

那么if(low_iisin("There is asubstring", "SUBSTRING"))

23.Teamcenter中的数据类型

ObjectPtr

objGetAttribute:provides access to a value.Ownershiip of storage used for the returned valueremains with the object.

objSetAttribute: copiesthe input value.Ownership of storage used for the input value does not change.

24.string, char类型及他们的指针使用

25.nmake clobber什么时候需要用

26。char *test = '\0'和char test = NULL;区别

chartest[100];

chartest[0]='\0';

27.build part family.?

28.Enterprise Service?层有哪些服务(是mux和dsp吗?)

29.can't create "AIP Request Form"
    can't create "Analog IP Document"  (my localin web and classic client)
30.mtiwhich的使用
31.full-text search最上面search 的menu button需要改32.relationship 和class需要加强理解
33.Build Part family会去建立一些family的Object,根据什么样的规则去建的呢?关系类FamToPmr建立Family和其他类的关系的作用在什么地方呢?
   可以把part添加进family,或者是从family中删除,这样的话这个part就拥有famlimy的一些属性,但是继承也能做成这样,是为了remove的灵活才这样设计的吗?FamToPmr :left class is Family.right class is FamMstr
       FamMstr类主要来干什么的呢?34. Search for Part35.在创建AIP的时候,classic client不需要创建category,thin client 需要同时创建category36.Multiple Object Messages
37.在Thin client端通过<change>改变node ,比如WorkListShowList但是在eclipse IDE的DOM Tree和Application Definition中找到的依然是改动前的定义代码?
38.action-chain :eds_mwau_act_chain_clear_context_params,会清除哪些数据39.除了在MTK.java里生成java调用C的服务端代码之外,如何指定XX.java文件到一个指定的文件夹,比如说com,apm....?
40.my chip和my create data 的小图片41.top button bar 的长度不是固定的,而是动态的。
 top menu 显示六个42.mtGip的summary的top menu还没正确修改
43.object message和class message深入使用44.在服务端如何得到my create data
45.met C编译,打包,及运行的全程
  .prd是什么样子的文件46.dstat,和mfail的使用有什么不同?
47.在met转化的.C文件你中#line 217 "D:\\mtkuser\\cusdir\\com\\xxx.mth" 代表什么意思。48.Category and non-Category Message 的区别
49.      <nodename="eds_global_background_item_handle"><map>
            <entrykey="context_element_type" value="dynamic"/></map>
      </node>50.handle是什么
<component-output id="outItemHandle"destination="eds_global_current_item_handle"/>51.subscription入口进入的界面定义是一样的,这样实现有的有project No,有的没有project No,做的动作就比较大
   能不能两者合一。

52.  <config-paramname="inParam"value="mtk_mydata_resp_link_mycreatedata_list"/>

<component-outputid="outAttribute"destination="eds_global_source_link"/>

<chain-input id="variable-name" source="location" />
<chain-input-output id="variable-name" source="location" />
<chain-output id="variable-name" destination="location" />

.config-param (重新定义一个参数吗?)

Specifies the parameters to configure an action component,Things such aspreference nodes and text IDs can be passed into the request via aconfiguration parameter.

StringcriteriaParam = action_context.getParameterReader().getParameter("CriteriaParam")

StringcurrentPageSize = (String)arguments.getObject("inCurrentMaxPageSize");

同样是传递,config-param和component-output有什么区别在哪里?

53. arguments接收参数的传入和传出,是怎么传出的呢?

54.查询数据的时候,会全部查出以后再去分页,这样的话,效率会受影响。

55.    <action-componentid="set_source_data_list"

handler="com.edsplm.tc.ent._wcc.mwau.actioncomponents.appflow.ConfigParamToAttrConverter">

<config-paramname="inParam"value="0"/>

<component-outputid="outAttribute"destination="ugs_mydata_search_results_page_size"/>

</action-component>

<action-componentid="set_source_link"

handler="com.edsplm.tc.ent._wcc.mwau.actioncomponents.appflow.ConfigParamToAttrConverter">

<config-paramname="inParam"value="mtk_mydata_resp_link_mycreatedata_list"/>

<component-outputid="outAttribute"destination="eds_global_source_link"/>

</action-component>

set_source_data_list

set_source_link

这两个component的功能是什么?

56.显示条数的默认配置在什么地方?

57. mtaip使用的是<nodename="MyDataPageOptionsSubMenu"/>

这是my data的change page option,会出现不对的结果

58. XP下需要到cussetup.bat下做如下配置,才可以run

setPATH=%PRODUCT_BASE%\svr;%PRODUCT_BASE%\nls;%PRODUCT_BASE%\lib;%PATH%

Teamcenter 开发中的一些问题相关推荐

  1. Teamcenter服务器未能响应,Teamcenter 开发中的一些问题

    1.class,object message 的使用区别. 2.重写的写法有什么不同,什么时候在前加O: 3.unit定义什么的? 4.Analog/RF(射频) IP 5.MIN ,TYP,MAX ...

  2. Teamcenter 开发利器组合介绍。 Eclipse + Visual Studio

    <!-- [if !mso]><!-- [if gte mso 9]><![endif]--><!-- [if gte mso 9]><![end ...

  3. java ee有哪些工具_JavaEE开发中最常用到的技术和工具汇总

    原标题:JavaEE开发中最常用到的技术和工具汇总 今天千锋广州小编给大家来介绍一下关于目前JavaEE开发中最常用到的技术和工具的介绍,下面我们一起来看一下吧. 项目管理:Ant,项目管理事实上的标 ...

  4. 分享.NET开发中经常使用到的代码片段 完全从实际项目中提取出来,也可被反反复复的重复借用...

    几年前,一篇<ASP.NET开发人员经常使用的三十三种代码>非常流行,它总结了一些经常在ASP.NET开发中使用到的代码,直接可以拿来使用.今天重读这篇文章,有感而发,善于总结也是进步,于 ...

  5. 前端开发中的性能那点事

     前端开发中的性能那点事(一)巧用xdebug 前言: 在我们平时的php开发中,一个大的项目经过长时间的积累以后你会发现性能越来越慢,而性能到底消耗在了什么地方,常常是一个令人头疼的问题,funct ...

  6. 开发中新游戏《庞加莱》

    三体题材的游戏,表现三体人在三体星上生活和冒险. 收集水和物器,躲避火焰与巨日,探索遗迹并与巨型生物战斗. 温度会因太阳位置不同而发生变化,进而对环境产生一定影响. 游戏开发中. ---- 2017- ...

  7. Android安卓开发中图片缩放讲解

    安卓开发中应用到图片的处理时候,我们通常会怎么缩放操作呢,来看下面的两种做法: 方法1:按固定比例进行缩放 在开发一些软件,如新闻客户端,很多时候要显示图片的缩略图,由于手机屏幕限制,一般情况下,我们 ...

  8. 038——VUE中组件之WEB开发中组件使用场景与定义组件的方式

    <!DOCTYPE html> <html lang="en"> <head><meta charset="UTF-8" ...

  9. Silverlight开发中遇到的几个小问题

    1,程序发布时遇到错误: "Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'Sy ...

最新文章

  1. 开发小程序商城必看:社交电商的销售玩法
  2. 埃森哲5G智慧城市报告:美国GDP将狂增5千亿
  3. json省市区城市级联
  4. shell 统计一个词出现的概率_如何在Mac上设置系统范围的字数统计服务
  5. Html中的各种高度宽度
  6. React  学习第一天-2018-07-21
  7. access 查找工龄大于30_ACCESS查询操作题完整
  8. 【HDU - 1412】 {A} + {B} (STL + set)
  9. 栈溢出笔记1.6 地址问题(1)
  10. TODO maven学习笔记
  11. 847方波放大电路_身为工程师需要了解的模拟积分器电路!
  12. llustrator 教程,如何在 Illustrator 中对齐内容?
  13. 5.7 C和C++的关系
  14. JAVA毕设项目图书馆预约占座系统(java+VUE+Mybatis+Maven+Mysql)
  15. 下载抖音无水印视频的微信小程序
  16. SV宏定义中反斜杠(\),反引号(`),双反引号(``)的作用
  17. 无线网的dhcp服务器是什么意思,DHCP是什么意思
  18. GBase 8s 入门
  19. windows家庭版添加windows沙盒功能
  20. std::mismatch 用法

热门文章

  1. iOS开发----UI部分----iPhone各类屏幕的分辨率
  2. Stanford机器学习---第十一讲.异常检测
  3. IIS服务器多站点 的 https证书使用443端口 解决方案
  4. 【报告分享】2021年中国五大主流电商平台关于用户数据的最新规则汇总.pdf(附下载链接)...
  5. EMD Earth Movers Distance
  6. 区块链的一些名词解释
  7. 数据挖掘之CTR预估(FM算法)
  8. 预训练新范式!为什么Prompt会更有效?
  9. 2021 年各家大厂的 AI Lab 现状如何?
  10. apache 反向代理_反向代理?听起来有点东西 ——Nginx学习笔记