原创 visual studio2013下載

  這個鏈接可以下載: https://visualstudioextensions.vlasovstudio.com/2014/11/13/visual-studio-community-edition-2013/   Visual S

原创 C#跨線程異步更新控件(UI)

這篇文章寫的較好,簡單簡明 http://www.voidcn.com/article/p-relfjzzu-bpt.html C#跨線程更新(獲取)控件(UI)使用delegate方式 在做界面開發的時候經常用到多線程,並且要在work

原创 ros 中rviz三維模型的顯示 Marker.MESH_RESOURCE顯示python代碼

直接貼實現代碼吧,裏面的引用模型可以自己建立,也可以用網上的資源。 import roslib; roslib.load_manifest("interactive_markers") import rospy from inter

原创 wpf 繪製直方圖波形圖控件live chart

livechart是開源的,可以在hithub上下載源碼及demo。 地址 https://github.com/Live-Charts/Live-Charts 也有實驗介紹,比如https://blog.csdn.net/qq_2317

原创 微軟的內存監測工具vmmap.exe

    1 選所要檢測的進程 2 options 選擇監測時snap的時間間隔 3 view 選擇refresh一下 5 點擊下面Timeline按鈕看統計信息 點贊 收藏 分享 文章舉報

原创 cern root library 安裝 ubuntu16.4

安裝參考網站https://qiita.com/h2yoka/items/5ffa470011a9056ff958 安裝庫 https://root.cern.ch/build-prerequisites Use sudo apt-get

原创 同時裝了Python3和Python2,怎麼用pip?

https://www.zhihu.com/question/21653286  對於 Linux  sudo pip install sth  或者明確版本 sudo pip2 install sth sudo pip3 install

原创 ubuntu 16 下virtualbox 內核出問題 打不開虛擬機

修復辦法: gcc切換到5.0以上,重新編譯內核 update-alternatives --config g++  update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-

原创 python rtree使用

安裝pip install Rtree 在使用中,可以對點線面元素進行索引,對於點用一個閾值做外包,對於線面可以求外包,有外包以後就可以把數據插入索引, 然後就可以求相交和臨近。 使用例子: from rtree import ind

原创 odoo開發ubuntu

原文:https://sathiyansubramanian.wordpress.com/2019/02/11/odoo-12-with-pycharm-install-ubuntu-18-04-lts/ 包括ubuntu下安裝,與odo

原创 ubuntu16 下qgis 安裝

https://gis.stackexchange.com/questions/133033/installing-latest-qgis-version-on-ubuntu   The instructions on the QGIS

原创 odoo相關

odoo真的很強大,用下 odoo的安裝: https://github.com/guohuadeng/odoo_install_script_cn odoo中文社區: https://odoo.net.cn/category/3/odo

原创 android下與設備通信的庫

android下要實現與設備通信,少不了tcp socket庫,以下是還不錯的: android client端庫: https://github.com/nkzawa/socket.io-android-chat

原创 模塊測試軟件

看看別人的模塊測試軟件,界面功能有值得借鑑的地方: http://www.ni.com/en-us/innovations/white-papers/18/what-is-sts-software-bundle-.html http://

原创 android下控制鼠標的顯示和隱藏

通過hid usb接收鼠標信息,有光標顯示,還沒有找到好的辦法控制鼠標的顯示和隱藏,有下面的 帖子供參考: https://blog.csdn.net/lininglive/article/details/80340883