Browse Source

Merge branch 'master' of gitee.com:yitter/idgenerator

* 'master' of gitee.com:yitter/idgenerator:
  !11 auto commit
tags/v1.2
yitter 4 years ago
parent
commit
94935c1707
6 changed files with 20 additions and 2 deletions
  1. +2
    -1
      PHP/php_snowdrift.h
  2. +2
    -1
      PHP/snowdrift.c
  3. +4
    -0
      zzz-OtherLanguages/V/source/core/SnowWorkerM1.v
  4. +4
    -0
      zzz-OtherLanguages/V/source/core/SnowWorkerM2.v
  5. +4
    -0
      zzz-OtherLanguages/V/source/gen/DefaultIdGenerator.v
  6. +4
    -0
      zzz-OtherLanguages/V/source/gen/YitIdHelper.v

+ 2
- 1
PHP/php_snowdrift.h View File

@@ -12,7 +12,8 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: 63851587@qq.com |
| 版权归属: yitter(yitter@126.com) |
| Author: amuluowin(63851587@qq.com) |
+----------------------------------------------------------------------+
*/



+ 2
- 1
PHP/snowdrift.c View File

@@ -12,7 +12,8 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: 63851587@qq.com |
| 版权归属: yitter(yitter@126.com) |
| Author: amuluowin(63851587@qq.com) |
+----------------------------------------------------------------------+
*/



+ 4
- 0
zzz-OtherLanguages/V/source/core/SnowWorkerM1.v View File

@@ -1,3 +1,7 @@
/*
* 版权属于:yitter(yitter@126.com)
* 开源地址:https://gitee.com/yitter/idgenerator
*/
module core

import contract


+ 4
- 0
zzz-OtherLanguages/V/source/core/SnowWorkerM2.v View File

@@ -1,3 +1,7 @@
/*
* 版权属于:yitter(yitter@126.com)
* 开源地址:https://gitee.com/yitter/idgenerator
*/
module core

import contract


+ 4
- 0
zzz-OtherLanguages/V/source/gen/DefaultIdGenerator.v View File

@@ -1,3 +1,7 @@
/*
* 版权属于:yitter(yitter@126.com)
* 开源地址:https://gitee.com/yitter/idgenerator
*/
module gen

import contract


+ 4
- 0
zzz-OtherLanguages/V/source/gen/YitIdHelper.v View File

@@ -1,3 +1,7 @@
/*
* 版权属于:yitter(yitter@126.com)
* 开源地址:https://gitee.com/yitter/idgenerator
*/
module gen

import contract


Loading…
Cancel
Save