240 发简信
IP属地:辽宁
  • Vue.js

    踩坑 安装环境 安装最新版Nodejs,无需Admin权限 You can get it from Node.js download page or http://nodej...

  • 我的理解底脚噪声就是频谱图中非特征频率点的地方存在很多连续的小波峰; 按照程度, 再结合其他几个判断条件, 就能初步得出故障结论. 我也不是内行, 都是听个大概, 然后就把这种复杂的逻辑记下来了.

    边频带与底脚噪声分析

    边频带与底脚噪声分析 判断 对于任意一个Spectrum频谱图,在指定FreqenceyRegions(频段:低中高频),是否存在FooterNoise(底脚噪声:按严重度分...

  • WPF EditableObject

    Introduction EditableObject is designed as an advanced view model property editor. It e...

  • C# Convert *.xlsx to Json object

    Required dlls: Microsoft.Office.Interop.Excel.dll: you can add reference from reference...

  • Git Notes

    When a requirement of new feature or bugfix is coming Create branch from develop branch...

  • WPF Notes

    Why is 'StringFormat' malfunctioning? About Data Type If you are binding a string value...

  • Travel through Angular (Tutorial Note: <Tour of Heros>)

    Make a project in package.json, scripts looks like: The --open flag opens a browser to ...

  • NPM Notes

    NPM global directory C:\Users\xxx\AppData\Roaming\npm Command Alias If I have no access...

  • Proxy Issue (in NPM or Git)

    Issue You might want to give a try on configuring your proxy of npm or git if you ran i...

  • Command Line Helper

    Sample Extension Method

  • Exception Handler

    Related Assemblies should be referenced If you get an error like: Exp.Vehicle, Version=...

  • XML Embedded Resource to Object

    You can create an XML file which has configurations, constants or simple data in it, an...

  • [WPF] IInputElement Focus Issue, TextBox IsKeyboardFocused

    Keyboard Focus and Logical Focus Keyboard Focus Keyboard focus refers to the element th...

  • C# Notes

    Constraints on Type Parameters See for details MemoryMappedFile For IPC(Inter-Process C...

  • 120
    开启Mac原生NTFS支持

    如何打开Mac OSX原生的读写NTFS功能(支持OS X EI,秒杀NTFS+) 最近OS X EI更新成风,本人的是2014年初的macbookair,双系统,OS+WI...

  • 120
    mac安装mysql的两种方法(含配置)

    由于之前是做后端开发的,想着“虽然现在做前端了,但不能忘记以前的老本行,能否应用以往做后端时学到的知识”。就打算从搭建本地数据库开始,下面主要介绍2种安装方法以及后续的配置,...

  • 120
    在简书上用Markdown画流程图

    作为一个程序员,经常需要画流程图。而用Markdown画流程图,省心省力,后面需要调整的话也更方便。但是,目前简书上的Markdown还不支持流程图。怎么办呢?只能以迂为直,...