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: 测试代码添加
master
SisMaker
hace 3 años
padre
a75df1086e
commit
504e37dddb
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/dataType/utFifo.erl
+1
-1
src/dataType/utLifo.erl
+ 1
- 1
src/dataType/utFifo.erl
Ver fichero
@ -13,7 +13,7 @@
new
(
Name
)
-
>
case
ets
:
info
(
Name
,
id
)
of
undefined
-
>
ets
:
new
(
Name
,
[
ordered_set
,
named_table
,
{
write_concurrency
,
true
}
]
)
;
ets
:
new
(
Name
,
[
ordered_set
,
public
,
named_table
,
{
write_concurrency
,
true
}
]
)
;
_
-
>
name_used
end
.
+ 1
- 1
src/dataType/utLifo.erl
Ver fichero
@ -16,7 +16,7 @@
new
(
Name
)
-
>
case
ets
:
info
(
Name
,
id
)
of
undefined
-
>
ets
:
new
(
Name
,
[
ordered_set
,
named_table
,
{
write_concurrency
,
true
}
]
)
;
ets
:
new
(
Name
,
[
ordered_set
,
public
,
named_table
,
{
write_concurrency
,
true
}
]
)
;
_
-
>
name_used
end
.
Escribir
Vista previa
Cargando…
Cancelar
Guardar