上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 82 下一页
摘要: libca.so: cannot open shared objectfile: No such file or directoryexport LD_LIBRARY_PATH=/home/epics/base/lib/linux-x86:\ /home/epics/extensions/lib/linux-x86 阅读全文
posted @ 2011-08-24 20:39 greencolor 阅读(218) 评论(0) 推荐(0) 编辑
摘要: -command {.evs show}-command [code $this newSession] 阅读全文
posted @ 2011-08-24 13:08 greencolor 阅读(90) 评论(0) 推荐(0) 编辑
摘要: class tett {inherit itk::Widgetconstructor { args } {itk_component add tett {test .cc.c #.pw.pane0.childsite.bluice.n.canvas.notebook.cs.page10.cs.dataprocessTab.c#replace .pw.pane0.childsite.bluice.n.canvas.notebook.cs.page10.cs.dataprocessTab. with .cc.}pack $itk_component(tett)}}tett .cc # .ccpac 阅读全文
posted @ 2011-08-23 23:16 greencolor 阅读(131) 评论(0) 推荐(0) 编辑
摘要: =>puts $bufferdcs.rootDir=/blct/dcs=>set firstEqual [string first = $buffer]11set name [string range $buffer 0 [expr $firstEqual -1] ]set value [string range $buffer [expr $firstEqual +1] end] 阅读全文
posted @ 2011-08-21 22:08 greencolor 阅读(102) 评论(0) 推荐(0) 编辑
摘要: class sampleconf { # a sample class with a single public variable public method setpulicv; public variable publicvab ;# this var is adjusted using the configure -publicv... constructor {} { } } body sampleconf::setpulicv { cn } { set publicvab $cn; puts $publicvab; } # add a configbody for publicv . 阅读全文
posted @ 2011-08-21 10:48 greencolor 阅读(118) 评论(0) 推荐(0) 编辑
摘要: set aa 12class te {public proc t1public method a1constructor {args} {uplevel 1 {puts $aaset aa 3puts $aa}}}body te::a1 {args} {uplevel 1 { set aa 4puts $aa}}body te::t1 {args} {uplevel 1 { set aa 5puts $aa}}te .e.e a1te::t1 阅读全文
posted @ 2011-08-19 09:50 greencolor 阅读(117) 评论(0) 推荐(0) 编辑
摘要: set aa 12class te {public proc t1public method a1constructor {args} {upvar aa kkset kk [expr $kk + 2 ] puts $kk}}body te::a1 {args} {upvar aa k1set k1 [ expr $k1 + 3 ]puts $k1}body te::t1 {args} {upvar aa k2set k2 [ expr $k2 +4 ]puts $k2}te .e.e a1te::t1 阅读全文
posted @ 2011-08-19 09:42 greencolor 阅读(126) 评论(0) 推荐(0) 编辑
摘要: set aa 12class te {public proc t1public method a1constructor {args} {global aaputs $aa}}body te::a1 {args} {global aaputs $aa}body te::t1 {args} {global aaputs $aa}te .e.e a1te::t1 阅读全文
posted @ 2011-08-19 09:38 greencolor 阅读(101) 评论(0) 推荐(0) 编辑
摘要: class testmethod {public method tepublic method tetpublic method teeconstructor { args } {}}body testmethod::te {} { tet puts "aa"}body testmethod::tet {} { puts "bb"}body testmethod::tee {} { puts "cc"}testmethod .aa.aa tee.aa te 阅读全文
posted @ 2011-08-18 09:25 greencolor 阅读(111) 评论(0) 推荐(0) 编辑
摘要: Indexwizard.c.body.indexingbeam_x_e.c.tbf.spotfinding.bxebeam_y_e.c.tbf.spotfinding.byebeamsearch_tree.c.body.indexing.slp.bstreebeamsearchexpander.c.body.indexing.slp.bsebeamsearchlabel.c.body.indexing.slp.bslbeamsearchscrollbar.c.body.indexing.slp.beamsearchscrollbarcell_edge_e.c.tbf.indexing.mced 阅读全文
posted @ 2011-08-16 23:24 greencolor 阅读(170) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 82 下一页