2018年7月19日

摘要: Oracle VirtualBox 虚拟机,为了在主机、从机间拷贝文件,共享剪贴板,需要进行设置,以及安装guest additions软件 测试环境 host: windows 7 professional 64位 virtual box guest: Lubuntu 设置 machine set 阅读全文
posted @ 2018-07-19 22:22 lion_zheng 阅读(509) 评论(0) 推荐(0) 编辑

2018年7月17日

摘要: 链接:https://pan.baidu.com/s/19p5aGRfs6iFtN_SWAxCkRQ 密码:v9wx 阅读全文
posted @ 2018-07-17 21:42 lion_zheng 阅读(165) 评论(0) 推荐(0) 编辑

2018年7月15日

摘要: 在terminal中,输入部分指令,再按两下Tab键,可以显示以相关的指令 阅读全文
posted @ 2018-07-15 15:47 lion_zheng 阅读(101) 评论(0) 推荐(0) 编辑

2018年7月11日

摘要: `$ cat /proc/cpuinfo` CPU核心数量 `$ grep c processor /proc/cpuinfo` 阅读全文
posted @ 2018-07-11 19:22 lion_zheng 阅读(222) 评论(0) 推荐(0) 编辑
摘要: df h 阅读全文
posted @ 2018-07-11 18:19 lion_zheng 阅读(406) 评论(0) 推荐(0) 编辑

2018年7月10日

摘要: nvidia smi 连续查看显卡状态 sudo watch nvidia smi 阅读全文
posted @ 2018-07-10 06:59 lion_zheng 阅读(4805) 评论(0) 推荐(0) 编辑
摘要: ibus有点小问题,全拼和双拼在安装好ibus可能图上问题,这个需要更新一下 ,命令行下 ibus restart 或者 重启一下首选项,就可以了 阅读全文
posted @ 2018-07-10 06:28 lion_zheng 阅读(132) 评论(0) 推荐(0) 编辑

2018年6月2日

摘要: http://www.techentice.com/enable adaptive brightness in windows 7/ 阅读全文
posted @ 2018-06-02 13:23 lion_zheng 阅读(144) 评论(0) 推荐(0) 编辑

2018年5月27日

摘要: 如果将希捷移动硬盘中的图标误删除了,硬盘在资源管理器里面就没有图标了 下载这个文件爱你 https://files.cnblogs.com/files/lion zheng/seagate_icon.zip 解压后是两个文件: Autorun.inf BackupPlus.ico 将这两个文件放到移 阅读全文
posted @ 2018-05-27 11:39 lion_zheng 阅读(5764) 评论(0) 推荐(0) 编辑
摘要: 引用自 http://blog.163.com/licanli2082@126/blog/static/35748686201284611330/ certutil hashfile yourfilename.ext MD5 certutil hashfile yourfilename.ext SH 阅读全文
posted @ 2018-05-27 02:34 lion_zheng 阅读(269) 评论(0) 推荐(0) 编辑

2018年5月21日

摘要: Simotion web server simotion项目设计和调试过程中,web server功能越来越常用。例如Project generator生成的FBAxis, winder, print等项目都使用web server做为调试面板。web server替代了传统HMI的一部分功能。 软 阅读全文
posted @ 2018-05-21 19:24 lion_zheng 阅读(2563) 评论(1) 推荐(2) 编辑

2018年5月17日

摘要: 功能描述:利用VBScript脚本创建csv/txt文件 有时需要将PLC或运动控制器Simotion中的数据写到SD卡或U盘上。一种实现方法是,如果使用的是精致面板(comfort panel),可以使用vbscript生成脚本。 软件 TIA Portal V14sp1, Wincc profe 阅读全文
posted @ 2018-05-17 14:29 lion_zheng 阅读(15197) 评论(1) 推荐(3) 编辑

2018年4月7日

摘要: https://github.com/udacity/CarND MPC Project/blob/master/install_Ipopt_CppAD.md 阅读全文
posted @ 2018-04-07 09:43 lion_zheng 阅读(868) 评论(0) 推荐(0) 编辑

2018年4月2日

摘要: 在github上建立了仓库后,执行 时,提示 remote origin already exists 分析: 原因可能是由于本地的git仓库已经关联过其它的github online仓库。需要先删除掉原来的链接关系。 执行 再执行 以上用户名、仓库名为事例,请替换为你建立的仓库名字 阅读全文
posted @ 2018-04-02 01:16 lion_zheng 阅读(252) 评论(0) 推荐(0) 编辑

2018年4月1日

摘要: 使用 运算符连接指令 参考链接 https://stackoverflow.com/questions/13077241/execute combine multiple linux commands in one line 阅读全文
posted @ 2018-04-01 12:06 lion_zheng 阅读(665) 评论(0) 推荐(0) 编辑
摘要: C++ 中的vector是一个容器数据类型,不能使用cout直接显示容器中的值。 以下程序中,myvector 是一个vector数据类型。将myvector替换为需要输出的vector。 for(int i=0; i 阅读全文
posted @ 2018-04-01 10:45 lion_zheng 阅读(5421) 评论(0) 推荐(1) 编辑

2018年3月14日

摘要: 测试使用的软件版本 TIA Portal V14sp1 Windows7 sp1 (professional) Scout 5.1(integrated in TIA 集成项目) VMware workstation player 12 Wincc runtime连接SIMOSIM 关于SIMOSI 阅读全文
posted @ 2018-03-14 14:29 lion_zheng 阅读(2223) 评论(1) 推荐(1) 编辑

2018年2月27日

摘要: MATLAB cheatsheet http://web.mit.edu/18.06/www/Spring09/matlab cheatsheet.pdf 清除变量 清屏 //clear command window 阅读全文
posted @ 2018-02-27 14:20 lion_zheng 阅读(367) 评论(0) 推荐(0) 编辑
摘要: Cholesky decomposition In linear algebra, the Cholesky decomposition or Cholesky is a decomposition of a Hermitian, positive definite matrix into the 阅读全文
posted @ 2018-02-27 14:15 lion_zheng 阅读(1067) 评论(0) 推荐(0) 编辑
摘要: 安装完成后,在终端中输入octave可以打开 阅读全文
posted @ 2018-02-27 11:35 lion_zheng 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 如果使用environment.yml下载conda环境时,系统很慢,那么可以增加其他的下载源: 阅读全文
posted @ 2018-02-27 08:37 lion_zheng 阅读(1848) 评论(0) 推荐(0) 编辑

2018年2月26日

摘要: Extended Karman Filter Zhenglei 2018 January This is a project to estimate the car position from Lidar data and Radar data. Lidar data is using Kalman 阅读全文
posted @ 2018-02-26 16:00 lion_zheng 阅读(1063) 评论(0) 推荐(1) 编辑

2018年2月25日

摘要: ``` include using namespace std; ... cout 阅读全文
posted @ 2018-02-25 11:16 lion_zheng 阅读(3712) 评论(0) 推荐(0) 编辑

2018年2月24日

摘要: windows CMD终端的清屏命令是cls Linux终端中的清屏命令有 1) clear 2) reset 阅读全文
posted @ 2018-02-24 21:02 lion_zheng 阅读(7031) 评论(0) 推荐(0) 编辑

2018年2月19日

摘要: ``` // A simple quickref for Eigen. Add anything that's missing. // Main author: Keir Mierle #include Matrix A; // Fixed rows and cols. Same as Matrix3d. Matrix B; // Fixed ro... 阅读全文
posted @ 2018-02-19 09:09 lion_zheng 阅读(1233) 评论(0) 推荐(0) 编辑

2018年2月14日

摘要: 我的hp zbook15G2有一块nVidia K1100M显卡。 故障现象 安装ubuntu 16.4之后,屏幕出现闪烁现象。 重启后,进入bios,屏幕依然在闪烁。 再重启,进入另一块硬盘的windows7,操作系统重新识别显卡,并自动安装了驱动。 分析 可能的原因是,在linux下,显卡进入到 阅读全文
posted @ 2018-02-14 22:35 lion_zheng 阅读(1711) 评论(0) 推荐(0) 编辑
摘要: 希捷提供了mac读取ntfs磁盘的软件,Paragon。 搜索关键词 “希捷” “mac” 或者通过以下链接进入 https://www.seagate.com/cn/zh/support/downloads/item/ntfs driver for mac os master dl/ 阅读全文
posted @ 2018-02-14 20:59 lion_zheng 阅读(627) 评论(0) 推荐(0) 编辑

2018年2月4日

摘要: 参考 https://stackoverflow.com/questions/6046263/how to indent a few lines in markdown markup Markdown的原生语法不支持缩进和空格,但支持嵌入HTML    这一行缩进了两个空格(使用 阅读全文
posted @ 2018-02-04 00:21 lion_zheng 阅读(6240) 评论(0) 推荐(0) 编辑

2018年2月3日

摘要: // Chinese version // 前提条件:有另一台电脑(windows)来下载软件、制作启动优盘 再windows pc上: 1)下载ubuntu,从以下地址https://www.ubuntu.com/download/desktop 2)阅读安装说明,https://tutorial 阅读全文
posted @ 2018-02-03 20:09 lion_zheng 阅读(615) 评论(0) 推荐(0) 编辑

2018年2月2日

摘要: mark一个很好的python绘图教程 https://liam0205.me/2014/09/11/matplotlib tutorial zh cn/ 阅读全文
posted @ 2018-02-02 05:16 lion_zheng 阅读(131) 评论(0) 推荐(0) 编辑

导航