摘要: <script> function KeyDown(){ //屏蔽鼠标右键、Ctrl+n、shift+F10、F5刷新、退格键 //alert("ASCII代码是:"+event.keyCode); if ( (window.event.altKey)&& ( (window.event.keyCo 阅读全文
posted @ 2019-12-19 11:35 danieldai 阅读(2178) 评论(0) 推荐(0) 编辑
摘要: SAP Material Type on Classification Tree(ClassMaster management) 1. Classification Tree 是 luxottica 在 plm 中用来管理 物料分类的功能,主要思想就是用不用的层级来分类不同的物料 2. TECNO 阅读全文
posted @ 2019-12-16 01:13 danieldai 阅读(450) 评论(0) 推荐(0) 编辑
摘要: set context user DanielDai;add program LUX_UserAssignment java execute immediate code 'import com.matrixone.apps.domain.util.MqlUtil; import matrix.db 阅读全文
posted @ 2019-12-16 00:51 danieldai 阅读(280) 评论(0) 推荐(0) 编辑
摘要: form 中 的name 很重要, 1. 可以用来查找对应的input 2.form 提交之后 会用来作为参数列表的名字 3.enovia plm 中,name 会和 table 的field 进行对应,如果name被改变, field 就更新不了。 阅读全文
posted @ 2019-12-16 00:46 danieldai 阅读(373) 评论(0) 推荐(0) 编辑
摘要: document.location 和 window.location 取url的值的时候可以通用,但是 document是window的属性,所以不能直接用document.location =url 进行网页跳转。 x 阅读全文
posted @ 2019-12-16 00:25 danieldai 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 页面跳转:Window.showModalDialog(url,width,height); 弹出一个html文档的模式对话框Parent.window.document.location.href = url. 父级页面重新跳转Document.location.href = url 本页面重新跳 阅读全文
posted @ 2019-11-26 23:06 danieldai 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: Js 对象 window top parentWindow 当前html 页面Parent 当前html 页面的父页面Top 当前html页面的祖页面Window ==parent = top 当前页面只有一层Parent == window.parent 当前页面是子页面Top =window.p 阅读全文
posted @ 2019-11-26 23:01 danieldai 阅读(761) 评论(0) 推荐(0) 编辑
摘要: When run test file in netbean. all dependency and resource are right, but it raise up java.lang.OutOfMemoryError: Java heap space at LUX_API_ArticleTe 阅读全文
posted @ 2019-11-25 00:43 danieldai 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Compile and install successfully with maven in IDEA, but error prompt still popup. solution:Analyze->configure current File Analysis ->Syntax right cl 阅读全文
posted @ 2019-11-25 00:42 danieldai 阅读(131) 评论(0) 推荐(0) 编辑
摘要: Config maven in IDEA File ->Settings->Build,Execution.Deployment->build Tools -> Maven Maven home directory User settings file Local repository Runner 阅读全文
posted @ 2019-11-25 00:40 danieldai 阅读(166) 评论(0) 推荐(0) 编辑