Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
eUtils
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
ft: 测试代码添加
master
SisMaker
3 anni fa
parent
a75df1086e
commit
504e37dddb
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/dataType/utFifo.erl
+1
-1
src/dataType/utLifo.erl
+ 1
- 1
src/dataType/utFifo.erl
Vedi File
@ -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
Vedi File
@ -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
.
Scrivi
Anteprima
Caricamento…
Annulla
Salva