- 博客(7)
- 收藏
- 关注
原创 C# DataGridView如何获取某个数据
原文链接https://www.cnblogs.com/jizhiqiliao/p/9815764.htmlDataGridView的几个基本操作:1.获取某个(指定的)单元格的值:dataGridView1.Row[i].Cells[j].Value;2.获取选中的总行数:dataGridView1.SelectedRows.Count;3.获取当前选中行的索引:dataGridV...
2020-03-07 15:33:44
4156
原创 ubuntu vscode c++
https://www.youtube.com/watch?v=QbWe-qHEOfcRun C/C++ Code Visual Studio Code On Ubuntu…{“version”: “2.0.0”,“tasks”: [{“label”: “debug”,“type”: “shell”,“command”: “”,“args”: [“g++”,"-g", “KaTe...
2019-08-01 14:29:43
153
原创 Ubuntu下U盘只读文件系统,图标上锁,提示无法修改
转载自https://www.cnblogs.com/xia-weiwen/p/6857367.html问题Ubuntu下有时候插入U盘,发现不能修改其中的内容。例如不能新建文件和文件夹,不能向U盘中复制文件等,系统提示:只读文件系统。原因大概是U盘的文件系统信息出错(保存在一个硬盘或U盘最前面的头,其中有所有文件的信息)。格式化U盘自然可以解决问题,不过会删除U盘上的所有数据。修复U盘...
2019-08-01 13:49:56
291
原创 ubuntu16.04下QT5-ROS GUI 安装以及中文输入
ubuntu 16.04 ros kinetic1.install qt5-rossudo add-apt-repository ppa:levi-armstrong/qt-libraries-xenialsudo add-apt-repository ppa:levi-armstrong/ppasudo apt-get update && sudo apt-get in...
2019-06-19 21:41:19
508
原创 ROS qt gui catkin_make错误 make -j4 -l4
The steps:sudo gedit /usr/include/boost/type_traits/detail/has_binary_operator.hppModify “namespace BOOST_JOIN(BOOST_TT_TRAIT_NAME,_impl) {…}” to " #ifndef Q_MOC_RUN namespace BOOST_JOIN(BOOST_TT_T...
2019-06-19 21:30:09
2463
原创 ubuntu16.04 搜狗拼音安装
ubuntu16.04 搜狗拼音安装官网 download sogou.deb进入system settings->language support: keyboard inpurt method fcitxdock中搜索fcitx configuration: ->取消 click only show current language进入system settings->...
2019-06-19 21:27:21
184
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人