Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
SisMaker
/
eUtils
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Projects
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
ft: 测试代码添加
master
SisMaker
3 vuotta sitten
vanhempi
a75df1086e
commit
504e37dddb
2 muutettua tiedostoa
jossa
2 lisäystä
ja
2 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/dataType/utFifo.erl
+1
-1
src/dataType/utLifo.erl
+ 1
- 1
src/dataType/utFifo.erl
Näytä tiedosto
@ -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
Näytä tiedosto
@ -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
.
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna