• <menu id="w2i4a"></menu>
  • 首頁(yè) > 慧問(wèn) > 頻道

    請(qǐng)問(wèn)我在用JProfiler 4.3.2的時(shí)候,當(dāng)選好監(jiān)控Tomcat時(shí),要啟動(dòng)就出現(xiàn)如下:

    發(fā)表于2019-05-10 回復(fù):0 查看:1780  |  
    a different version of JProfiler has been detected on the remote side Please synchronize both installations to the same version please check your PATH environment variable it might contain a different version of the native library
    2個(gè)回答
    • 1970-01-01 08:00
      您的意思是說(shuō)想要增加自己的右鍵菜單功能?可以參考如下代碼實(shí)現(xiàn): <pre class='brush:csharp'> private void gridView1_PopupMenuShowing(object sender, DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventArgs e) { if(e.MenuType==DevExpress.XtraGrid.Views.Grid.GridMenuType.Summary) { } if (e.MenuType == DevExpress.XtraGrid.Views.Grid.GridMenuType.Column) { DevExpress.XtraGrid.Menu.GridViewColumnMenu menu = e.Menu as GridViewColumnMenu; //Erasing the default menu items menu.Items.Clear(); if (menu.Column != null) { //Adding new items menu.Items.Add(CreateCheckItem("Fixed None", menu.Column, FixedStyle.None)); menu.Items.Add(CreateCheckItem("Fixed Left", menu.Column, FixedStyle.Left)); menu.Items.Add(CreateCheckItem("Fixed Right", menu.Column, FixedStyle.Right)); } } } DXMenuCheckItem CreateCheckItem(string caption, GridColumn column, FixedStyle style) { DXMenuCheckItem item = new DXMenuCheckItem(caption, column.Fixed == style,null, new EventHandler(OnFixedClick)); item.Tag = new MenuInfo(column, style); return item; } //Menu item click handler void OnFixedClick(object sender, EventArgs e) { DXMenuItem item = sender as DXMenuItem; MenuInfo info = item.Tag as MenuInfo; if (info == null) return; info.Column.Fixed = info.Style; } class MenuInfo { public MenuInfo(GridColumn column, FixedStyle style) { this.Column = column; this.Style = style; } public FixedStyle Style; public GridColumn Column; } </pre>
      1
      回復(fù) 舉報(bào)
    • 1970-01-01 08:00
      您好! DevExpress.Metro.Navigation.dll 能把這個(gè)動(dòng)態(tài)庫(kù)發(fā)我郵箱嗎,非常感謝 tjh_ggj@163.com
      1
      回復(fù) 舉報(bào)
    回復(fù)

    登錄 慧都網(wǎng)發(fā)表評(píng)論

    掃碼咨詢(xún)


    添加微信 立即咨詢(xún)

    電話(huà)咨詢(xún)

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();