vim批量替换: :%s/source_pattern/target_pattern/g即可完成 如想把所有的username换成login_name,那么:%s/username/login_name/g就可以了。 Connecting to 192.168.127.130:23... Conne ...
分类:
系统相关 时间:
2017-09-02 20:44:46
阅读次数:
2218
由于界面设计需要,要给弹窗添加蒙板效果,在百度和google搜索了半天,竟然没有一个满意的方案,最后只能自己想办法实现了一个,原理还是比较简单的,现在分享给大家。 先看一下效果。。 原理其实很简单,启动项目的时候,先在主窗体最根部的Grid 添加一个控件,设置好颜色和透明度,隐藏: <Grid> < ...
class bandStop50Hz { // Block signals and states (auto storage) for system '<Root>' public struct DW { public double Delay11_DSTATE; /* '<S1>/Delay11' ...
Mega Man is off to save the world again. His objective is to kill the Robots created by Dr. Wily whose motive is to conquer the world. In each mission ...
分类:
其他好文 时间:
2017-08-31 17:53:39
阅读次数:
230
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and effici ...
分类:
其他好文 时间:
2017-08-31 16:47:28
阅读次数:
199
1、Scheduler的配置 说明:Scheduler包含一个Trigger列表,每个Trigger表示一个作业。 2、Trigger的配置 说明: 1)Cron表达式的格式:秒 分 时 日 月 周 年(可选)。 字段名 允许的值 允许的特殊字符 秒 0-59 , - * / 分 0-59 , - ...
分类:
编程语言 时间:
2017-08-31 14:40:29
阅读次数:
167
把acad.exe.config文件修改为: <configuration> <startup><!--We always use the latest version of the framework installed on the computer. If youare having prob ...
分类:
Web程序 时间:
2017-08-30 21:37:38
阅读次数:
171
原文出自: log4j使用介绍 日志是应用软件中不可缺少的部分,Apache的开源项目Log4j是一个功能强大的日志组件,提供方便的日志记录。以下是个人经验,具体请参考Log4j文档指南。 Log4j下载 在apache网站:http://logging.apache.org/log4j/1.2/d ...
分类:
其他好文 时间:
2017-08-30 11:52:14
阅读次数:
171
前言 下载项目sof文件到开发板中,掉电后会消失;由于开发板有JTAG口,则可以用JTAG固化jic文件到EPCS16芯片中。 流程 1.打开quartus软件并打开convert programming files: 如图示: 2.首先更改文件类型,这里选择jic文件类型,配置器件选择EPCS16 ...
分类:
其他好文 时间:
2017-08-29 21:51:42
阅读次数:
213
pycharm常用设置 lz提示一下,pycharm中的设置是可以导入和导出的,file>export settings可以保存当前pycharm中的设置为jar文件,重装时可以直接import settings>jar文件,就不用重复配置了。 file -> Setting ->Editor 1. ...
分类:
其他好文 时间:
2017-08-29 21:46:07
阅读次数:
196