Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
eUtils
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
ft: nothing
master
lijie
hace 2 años
padre
27208f5ce8
commit
79ce0c9104
Se han
modificado 2 ficheros
con
3 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
include/utComMisc.hrl
+2
-0
include/utParseStack.hrl
+ 1
- 1
include/utComMisc.hrl
Ver fichero
@ -2,7 +2,7 @@
-
define
(
IIF
(
Cond
,
Then
,
That
)
,
case
Cond
of
true
-
>
Then
;
_
-
>
That
end
)
.
%
%
IF
-
DO表达式
-
define
(
IF
(
IFTure
,
DoThat
)
,
(
IFTure
)
andalso
DoThat
)
.
-
define
(
IF
(
IFTure
,
DoThat
)
,
(
IFTure
)
andalso
(
DoThat
)
)
.
%
%
汉
字
unicode编码范围
0
x4e00
-
0
x9fa5
+ 2
- 0
include/utParseStack.hrl
Ver fichero
@ -6,6 +6,8 @@
-
define
(
GET_STACK
(
_
)
,
erlang
:
get_stacktrace
(
)
)
.
-
endif
.
-
define
(
GSS
(
Stacktrace
)
,
try
throw
(
0
)
catch
_
:
_
:
Stacktrace
-
>
Stacktrace
end
)
.
%
%
追
溯
打
印
函
数
调
用
流
程
-
define
(
PRINT_STACK
(
Tag
)
,
Stack
=
Escribir
Vista previa
Cargando…
Cancelar
Guardar