Rick
blog

Home Archives Tags Categories Link About
Rick
java-classLoader 2020-05-17|java
## 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950package anno;import java.io.ByteArrayOutputStream;import ...
Read more
trapping-rain-water 2020-05-17|algorithm
problemGiven n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after r ...
Read more
typescript 工具泛型 2020-04-30|typescript
Partial12345678910111213interface A { name: string; age: number};type Partial<T> = { [K in keyof T]?: T[K] };type Part ...
Read more
supervisor stop progress 2020-04-22|supervisor
Set stopasgroup to true to tell supervisor to send the stop signal to the whole process group to prevent orphaned processes when starting/stopping sup ...
Read more
ts reflect to define api(like retrofit 2020-04-22|ts
tsconfig.json123456789101112131415161718{ "compilerOptions": { "outDir": "../out-tsc/app", "baseUr ...
Read more
different between interface and type of typescript 2020-04-06|typescript
An interface can be named in an extends or implements clause, but a type alias for an object type literal cannot.An interface can have multiple merged ...
Read more
Typescript decorator 2020-03-31|typescript
装饰器执行时机修饰器对类的行为的改变,是代码编译时发生的(不是TypeScript编译,而是js在执行机中编译阶段),而不是在运行时。这意味着,修饰器能在编译阶段运行代码。也就是说,修饰器本质就是编译时执行的函数。在Node.js环境中模块一加载时就会执行 编译ts文件tsc test1.ts –t ...
Read more
password tech 2020-03-31
数字签名直接对消息签名 对消息对散列值签名 用处识别修改,不是防止修改,修改没问题,但是验证签名会失败对于防止否认,能生成签名的私钥只有发送这才能持有,所以只有发送者才能签名,那么发送者就没法说“签名不是我的”,但是如果说“我的私钥被盗了”,就会有可能否认 公钥证书验证数字签名需要合法的公钥,那么如 ...
Read more
AMD and CMD 2020-03-21|js
AMD CMD 规范amd├── index.html├── main.js├── module1.js├── module2.js├── module3.js└── require.js module1.js 123456789define('module1', function() ...
Read more
Native js 2020-03-19|js
Implement instanceof1234567891011function myInstanceOf(left, right) { if(typeof left !== 'object' || typeof left === null) return false; let pr ...
Read more
123

Rick

blog

Articles

23

Tags

17

Categories

16

Add to bookmark
Announcement
感謝訪問本站,若喜歡請收藏 ^_^
Recent Post
java-classLoader
2020-05-17
trapping-rain-water
2020-05-17
typescript 工具泛型
2020-04-30
supervisor stop progress
2020-04-22
ts reflect to define api(like retrofit
2020-04-22
Categories
  • Design Pattern1
  • Firefox extension1
  • algorithm1
  • arrows function1
  • brew1
  • crontab1
  • english grammar1
  • git1
  • golang1
  • java1
  • js5
  • kotlin1
  • supervisor1
  • ts1
  • typescript3
  • vscode_debug1
Tags
algorithm arrows function brew english grammar export extension git golang java js kotlin linux prototype chain supervisor ts typescript vscode_debug
Archives
  • 2020年05月2
  • 2020年04月4
  • 2020年03月4
  • 2020年01月1
  • 2019年12月1
  • 2019年10月1
  • 2019年09月1
  • 2019年08月2
  • 2019年07月7
Info
Article :
23
Run time :
UV :
PV :
©2018 - 2020 By Rick
Driven Hexo|Theme Butterfly
Hi, welcome to my blog!
簡