- 博客(13)
- 资源 (2)
- 收藏
- 关注
原创 powershell自定义命令颜色
少年是不是觉得这样的 命令行 看的不甚清晰高亮显示所有所有命令一键换色你值得拥有Prerequisites (Windows only)Before you’re able to run PowerShell scripts on your machine, you need to set your local ExecutionPolicy to RemoteSigned (Bas...
2019-11-13 10:55:47
4155
3
原创 vscode 常用插件
应用于angular开发项目Angular Language ServiceAngular Snippets (Version 8)BeautifyChinese (Simplified) Language Pack for Visual Studio CodeCSharp2TSGit EasyGitLens — Git superchargednp...
2019-10-23 14:01:38
267
原创 C#批量下载文件
using System;using System.IO;using System.Net;namespace DownLoadImg{ class Program { static void Main(string[] args) { WebClient web = new WebClient(); ...
2019-10-18 17:49:13
1795
原创 Angular 自定义控件
添加一个 Component 继承自 ControlValueAccessor实现 ControlValueAccessor 中的三个方法import { Component, EventEmitter, forwardRef, Input, Output } from '@angular/core';import { ControlValueAccessor, NG_VALUE_ACCE...
2019-10-18 17:30:16
300
原创 雪花算法
雪花算法生成ID算法生成的ID结构算法代码引入hutool依赖ID 生成器测试类应用到项目算法生成的ID结构一个符号位,永远是0;41bit的毫秒数10bit作为机器ID(5bit是数据中心,5bit是机器ID)12bit序列号最高位是符号位,正数是0,负数是1,所以id一般是正数,最高位是041位时间截不是存储当前时间的时间截,而是存储时间截的差值(当前时间截 - 开始时间截...
2019-10-16 18:30:20
449
原创 angular 报错小结
npm run build 失败 提示信息"length"报错原因:检查 ts 文件中下面地方对应文件名是否正确@Component({ selector: 'selector-name', templateUrl: './html-name.component.html', styleUrls: ['./scss-name.component.scss'],})@Compo...
2019-04-22 10:37:05
392
原创 调用第三方软件使用SetForegroundWindow让窗口前置
调用第三方软件使用SetForegroundWindow让窗口前置在调用第三方软件时候因为软件启动后界面显示慢的原因导致点击了其他处后第三方不现实在最前端
2018-09-28 10:36:43
2111
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人