10 2017 档案

windows cmd窗口,输出UTF-8格式文件,显示乱码
摘要:本文来自网络,参考文档见文档末尾 想在windows cmd窗口中查看utf 8中文,需要先执行以下步骤 1. 将CMD窗口切换成UTF 8代码页 2. 在命令行标题栏上点击右键,选择"属性" "字体",将字体修改为True Type字体"Lucida onsole",然后点击确定将属性应用到当前窗 阅读全文

posted @ 2017-10-13 22:58 lion_zheng 阅读(5027) 评论(0) 推荐(0)

如何将位置值写入simotion encoder?
摘要:目标: 将变量值(任意实数)写入Encoder,作为encoder的实际位置值。例如,将MP177手轮的值写入编码器,达到SMC30配置手轮的功能。 Platform: simotion D435 2 , mobile panel177(含手轮) Software: scout 4.4 Step1 阅读全文

posted @ 2017-10-12 20:00 lion_zheng 阅读(2063) 评论(0) 推荐(0)

ubuntu16.04安装中文输入法(转)
摘要:转自: https://zhidao.baidu.com/question/619127469641961052.html ubuntu没有预装中文输入法,需要自己安装 1. 2. 3. 重启计算机 4. 进入输入法设置,增加拼音输入法 阅读全文

posted @ 2017-10-11 12:55 lion_zheng 阅读(157) 评论(0) 推荐(0)

git(github)常用命令
摘要:安装git 显示git版本 显示system属性,对应为/etc/gitconfig文件的内容 显示全局global属性,对应为~/.gitconfig文件的内容 显示本地属性 查看提交历史 退出git log 提交历史的简洁版本 向git中添加文件 给git增加标签 查询标签 创建远程仓库,见下链 阅读全文

posted @ 2017-10-08 10:22 lion_zheng 阅读(180) 评论(0) 推荐(0)

Siemens 伺服电机1FK7,1FT7抱闸线颜色
摘要:黑+ , 白 阅读全文

posted @ 2017-10-07 01:26 lion_zheng 阅读(511) 评论(0) 推荐(1)

cnblog编辑Latex数学公式
摘要:Latex在线公式编辑器 http://www.codecogs.com/latex/eqneditor.php 1. 行内公式: code display $ \sqrt{a^2} $ 2.行间公式 code display $$ \sqrt{a^2} $$ 3. 例子 Latex公式代码 显示 阅读全文

posted @ 2017-10-05 10:25 lion_zheng 阅读(218) 评论(0) 推荐(0)

使用g++ 编译C++程序
摘要:在命令行下,编译C++程序 `g++ main.cpp o main.exe` 阅读全文

posted @ 2017-10-04 22:35 lion_zheng 阅读(224) 评论(0) 推荐(0)

导航