?? ??, ????, ?? ?, ???, ?? ?? ?? TTL ???? ?? ?? ??? ???? ??? ??? ??? ??????. 2. ??? ??, ??, ??? ???? ??? ???? ?? ? ? ESR ??? ??????. 3. ???? ?? ? _id? ??? ?? ?? ? ???? ??? ???? ?? ??? ?????? ?? ???. 4. ?? ??? $ indexstat? ???? ??? ??? ?????? ???? ??? ?? ? ???? ???? ?? ?? ??? ????. 5. ?? ?? ?? ???? ???? ?? ? ??? ?? ?? ??? ?? ??? ?? ? ? ??? ??? ??????. 6. ?? ?????? ?? ??? ???? ???, ???? ?? ? ?? ?? ???? 2 ? ??? ?? ???? ???????. MongoDB?? ??? ???? ???? ??? ??? ?? ??? ???? ??? ????? ???? ???? ?? ???? ????? ???????.
MongoDB? ?? ?? ? ?? ??, ?? ???? ???? ?? ??? ???? ?????. ???? ??? MongoDB? ???? ?? ??? ???? ?? (?? ??)? ???? ??? ??? ??? ??? ??? ?????. ??? MongoDB? ???? ??? ??? ?? ???? ??????.

1. ??? ?? ??? ??????
MongoDB? ?? ?? ?? ??? ??? ?? ??? ??? ?????.
-
?? ?? ??? : ? ???? ?? ???? ?? ?????.
db.collection.createIndex ({ "??": 1})
??? ??? : ??? ?? ??? ??? ? ??????. ?? ?? - ?? ??? ?? ? Prefix ??, ?? ?? ?? ?? ??.
db.collection.createIndex ({ "status": 1, "createat": -1})
?? ? ??? : ?? ??? ??? ? ? ???? ?????. ?? ??? ??? ?????.
db.collection.createIndex ({ "tags": 1})
??? ??? : ??? ???? ?? ??? ??? ??????.
db.collection.createIndex ({ "title": "text", "content": "text"})
?? ?? ?? : ?? ?? ?? (
2d
,2dsphere
).db.collection.createIndex ({ "location": "2dsphere"})
TTL ??? : ??? ?? ?? ???? ???? ?? - ?? ?? ?? ???? ?? Great.
db.collection.createIndex ({ "createat": 1}, {expiregterseconds : 3600})
2. ESR (??, ??, ??) ??? ?????
??? ???? ?? ? ? ???? ??? ?? ??? ??????.
- e ?? - ??? ?? ????? ?? (
status: "active"
) - s ort -??? ???? ?? (
sort: { createdAt: -1 }
) - r ange - ?? ????? ?? (
createdAt > ...
)
?? ??? ?? :
db.orders.find ( {?? : "??", ??? : "Jane"} ) .sort ({createat : -1})
??????? :
db.orders.createIndex ({status : 1, user : 1, createat : -1})
createdAt
ESR status
???? user
3. ?? ? ?? ??? ???? ??????
?? ??? ?? ?? ? ??? ?????? ????? MongoDB? ?? ??? ??? ??? ????. ??? ??? ?? ???? ? ????.
?:
db.users.createIndex ({ "??": 1, "??": 1})
? ??? ??? ????.
db.users.find ( {?? : "admin"}, {?? : 1, _id : 0} ))
???? ?? ? ?? ??? ?? ???? ??? ???? ????? ?? _id
???? ???????.
4. ??? ??? ?????? ??????
???? ??? ????. ???? ???? ?? ?????. ? ??? ???? ??????.
?? ?? :
.explain("executionStats")
???? ??? ???? ????? ??????.db.collection.find ({status : "active"}). ?? ( "executionStats")
IXSCAN
(??) vsCOLLSCAN
(??)? ?????.?? ?? ?? : ??? ???? ???? ??????.
db.collection.aggregate ([{$ indexstats : {}}])
???? ???? ??? ??? ???? ???? ?? ??????.
?? ???? ????? : ?? ???? ???? ????. ?? ??, ????? ?? :
{A : 1, B : 1}
???
a
? ?? ?? ? ???? ?? ? ???{ a: 1 }
???? ????.
5. ?? ? ?? ???? ??????
?? ?? : ?? ??? ???? ??? ?? ?? ? ??????. ??? ???? ??? ??????.
db.users.createindex ( {??? : 1}, {partialFilterExpression : {??? : {$ Exists : True}}} ))
?? ? ??? : ????? ??? ?? ? ?????. ?? ??? ??? ??? ?? ?????.
db.users.createIndex ({?? : 1}, {sparse : true})
?? : ?? ???? ? ???? ?? MongoDB ???? ?? ????? ?? ?????.
6. ?? ????? ??????
?? ????, ??? ?? ?? ??? ???? ?????. ????? ?????? :
- ?? ?????
- ??? ??? ??
- ???? ?? ??? ?????
???? ???? ?? ? (? : ?? ???)? ???? ??? ??? "? ???"? ?????.
?? ?? ????? 2 ? ??? ?? ?? ?? ??? ???? ??????. ??? ???? ?? ?? ???? ??? ??????.
????? MongoDB? ???? ??? ??? ??? ?? ??? ?? ??? ???? ?? ?? ??? ? ????? ??? ?????? ????. ? ??? ? ?? ???? ?? ??? ????? ?? ????.
? ??? MongoDB? ??? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

Maven? Java ???? ?? ? ????? ?? ?????. ?? POM.XML? ???? ???? ??, ??? ??, ?? ??? ??? ??? ? ???? ??? ?????? ??? ????. 1. pom.xml? ???? groupId, artifactid, ?? ? ???? ??????. 2. MVNClean, ???, ???, ???, ?? ? ??? ?? ??? ?? ??; 3. ??? ?? ? ??? ???? ?? ??? ?? ? ??? ?????. 4. ?? ?? ???? ??? ?? ??? ?? ????? ???? ?? POM? ?? ???? ?????. 5.

setupamaven/gradleProjectwithJax-rsddependencies likejersey; 2. createarestresourceUsingAnnotationsSuchas@pathand@get;

Java? ???? ?? ?? ????? MessageDigest ???? ?? ??? ? ????. 1. MD5 ?? SHA-256? ?? ??? ????? ????? ?????. 2. ??? ? ???? ????? .update () ???? ??????. 3. ?? ??? ??? ???? .digest () ???? ??????. 4. ??? ??? ??? ?? 16 ?? ???? ?????. ? ??? ?? ??? ?? ??? ?? .update ()? ?? ? ??????. ??? ???? ?? MD5 ?? SHA-1 ?? SHA-256? ???? ?? ????.

??, ??, ?? ??, ?? ???? ? ???? ??? ?? ??? ?? ?? ??? ?????. 2. ???, ?? ???, ?? ?? ? ? ?? ?? ? ?? ???? ???? SHA-256 ?? ?? ? ?? ?? ??? ?????. 3. ?? ??? ???? ?? ??? ????, ??? ??? ?????, ? ??? ???? ??? ???? ???? ?? ?? ?? ???? ??????. 4. ?? ??? ?? ??? ???? ???? ??? ??? ??? ???? ?? ?? ??? ??????. 5. ??? ?? ???? ???? ??, P2P ????, ??? ??, RESTAPI ? ??? ???; 6. ?? ?? ????? HyperledgerFabric, Web3J ?? Corda? ?? Java ?? ?? ?????? ??? ? ????.

@Property Decorator? ??? ??, ?? ? ?? ??? ???? ?? ???? ???? ???? ? ?????. 1. ?? ?? : @property? ?? ?? ?? ??? ????, ?? ?? ??? ???? ???? ?? ????? ??; 2. ?? ?? : @name.setter ? @name.deleter? ???? ?? ?? ?? ? ?? ??? ?????. 3. ?? ?? ???? : BankAccount? ?? ???? ??? ??? ???? ??? ??? ??? ??????. 4. ?? ?? ?? : ?? ??? ????? ?? ??? ??? ??? ???? ?? ??? ??? ?? ?? ? ?? ??? ?????.

?? JavaScript? ???? ??? ??? ?? ??? ??? ??? ?? ??? ?? ??? ??? ???????. 1. HTML ???? ?? ???? ????? ??? ???? ????. 2. CSS ?? : ??? ?? ?? ??? ???? ?? ??, .dark-mode ???? ??? ?? ??? ???? var ()? ?? ??? ??? ?????. 3. JavaScript? ??? ???? ?? ???? ?? ??? ???? ?? LocalStorage? ????. 4. ??? ?? ? ? HTML ???? Dark-Mode ???? ???? ?? ??? LocalStorage? ?????. 5. ?? ?? ?? ??? 0.3 ? ?? ?????? ???? ???? ??????.

?, ?? CSS ?? ?? ??? JavaScript??? ??? HTML ? CSS? ?? ??? ? ????. 1. ?? UL? Li? ???? ?? ??? ??????. 2. ?? ?? ???? ???? ?????? ???? ??? ???? ???; 3. ?? ?? : ?? Li? ???, ?? ??? ??? ???? ?????. ??; 4. ?? ??? ???? ??? : ??, ????????? : ???? ??; 5. ?? ?? ???? ??? ?? ????, ??? ????, ??? ? ?????? ???? ??? ????? ??? ???? ??? ? ????. ?? ???? ???? JavaScript ??? ???? ???? ??? ?????.

Flexbox ?? ???? ???? ?? ?? ????? ?? ? ? ????. ??? ???? ?? ??? ??? ?? (Min-Height : 100VH)? ??? ????. 2. Flex : 1 ?? ??? ?? ???? ? : Auto1frauto? ???? ??? ??? ??? ??? ???????. 3. ?? ?? ?? : ??? ????? ???? ??? ??? ??; 4. ?? ??? ??? ??? ??? ??????. ? ???? ??? ??? ???? ??? ???, ?? ?? ? ?? ????? ???? ?? ??? ? ?? ?????? ?? ?? ??? ????? ?????.
