Sfoglia il codice sorgente

添加记录

master
SisMaker 4 anni fa
parent
commit
89dbf9956a
40 ha cambiato i file con 111 aggiunte e 0 eliminazioni
  1. +34
    -0
      arangodb/arandodb初始化配置相关.md
  2. +77
    -0
      arangodb/arangod.conf
  3. BIN
      神经科学/信号传到1.jpg
  4. BIN
      神经科学/信号传导.jpg
  5. BIN
      神经科学/大脑信号动图1.gif
  6. BIN
      神经科学/大脑信号动图2.gif
  7. BIN
      神经科学/大脑信号动图3.gif
  8. BIN
      神经科学/大脑信号动图4.gif
  9. BIN
      神经科学/大脑信号动图5.gif
  10. BIN
      神经科学/大脑信号动图6.gif
  11. BIN
      神经科学/生物发展图.jpg
  12. BIN
      神经科学/神经元基因与蛋白.png
  13. BIN
      神经科学/神经元基本形态.png
  14. BIN
      神经科学/神经元塑造.png
  15. BIN
      神经科学/神经元塑造1.png
  16. BIN
      神经科学/神经元塑造2.png
  17. BIN
      神经科学/神经元塑造3.png
  18. BIN
      神经科学/神经元结构与形态.png
  19. BIN
      神经科学/神经元蛋白.png
  20. BIN
      神经科学/神经元运输.jpg
  21. BIN
      神经科学/神经元运输.png
  22. BIN
      神经科学/神经元连接.jpg
  23. BIN
      神经科学/神经纤维束1.jpg
  24. BIN
      神经科学/神经纤维束10.jpg
  25. BIN
      神经科学/神经纤维束11.jpg
  26. BIN
      神经科学/神经纤维束2.jpg
  27. BIN
      神经科学/神经纤维束3.jpg
  28. BIN
      神经科学/神经纤维束4.gif
  29. BIN
      神经科学/神经纤维束5.jpg
  30. BIN
      神经科学/神经纤维束6.jpg
  31. BIN
      神经科学/神经纤维束7.jpg
  32. BIN
      神经科学/神经纤维束8.jpg
  33. BIN
      神经科学/神经纤维束9.jpg
  34. BIN
      神经科学/神经细胞连接图.jpg
  35. BIN
      神经科学/色盲检查图1.jpg
  36. BIN
      神经科学/色盲检查图2.jpg
  37. BIN
      神经科学/色盲检查图3.jpg
  38. BIN
      神经科学/色盲检查图5.jpg
  39. BIN
      神经科学/色盲检查图6.jpg
  40. BIN
      神经科学/色盲检查图7.jpg

+ 34
- 0
arangodb/arandodb初始化配置相关.md Vedi File

@ -0,0 +1,34 @@
Updating / installing...
1:arangodb3e-3.5.3-1.0 ################################# [100%]
ArangoDB 3 (https://www.arangodb.com)
The multi-model NoSQL database: distributed free and open-source database
with a flexible data model for documents, graphs, and key-values. Build
high performance applications using a convenient SQL-like query language
or JavaScript extensions.
First Steps with ArangoDB:
https://docs.arangodb.com/latest/Manual/GettingStarted/
Configuring the storage Engine:
https://docs.arangodb.com/latest/Manual/Administration/Configuration/GeneralArangod.html#storage-engine
Configuration file:
/etc/arangodb3/arangod.conf
Start ArangoDB shell client:
> /usr/bin/arangosh
Start ArangoDB service:
> systemctl start arangodb3.service
Enable ArangoDB service:
> systemctl enable arangodb3.service
SECURITY HINT:
run 'arango-secure-installation' to set a root password
the current password is '7c8329a66d35a624bcfedfae0c944938'
(You should do this for a FRESH install! For an UPGRADE the password does not need to be changed)
2019-12-13T15:41:20Z [1134] INFO [a1c60] {syscall} file-descriptors (nofiles) hard limit is 65535, soft limit is 65535
2019-12-13T15:41:21Z [1134] INFO [7da27] {startup} server will now shut down due to upgrade, database initialization or admin restoration.

+ 77
- 0
arangodb/arangod.conf Vedi File

@ -0,0 +1,77 @@
# ArangoDB configuration file
#
# Documentation:
# https://docs.arangodb.com/latest/Manual/Administration/Configuration/
#
[database]
directory = /var/lib/arangodb3
# maximal-journal-size = 33554432
[server]
# Specify the iendpoint for HTTP requests by clients.
# tcp://ipv4-address:port
# tcp://[ipv6-address]:port
# ssl://ipv4-address:port
# ssl://[ipv6-address]:port
# unix:///path/to/socket
#
# Examples:
endpoint = tcp://0.0.0.0:8529
# endpoint = tcp://171.221.139.17:8529
# endpoint = tcp://localhost:8529
# endpoint = tcp://myserver.arangodb.com:8529
# endpoint = tcp://[::]:8529
# endpoint = tcp://[fe80::21a:5df1:aede:98cf]:8529
#
# endpoint = tcp://127.0.0.1:8529
storage-engine = rocksdb
# reuse a port on restart or wait until it is freed by the operating system
# reuse-address = false
authentication = true
# number of maximal server threads. use 0 to make arangod determine the
# number of threads automatically, based on available CPUs
# maximal-threads = 0
# gather server statistics
statistics = true
# the user and group are normally set in the start script
# uid = arangodb
# gid = arangodb
uid = arangodb
[javascript]
startup-directory = /usr/share/arangodb3/js
app-path = /var/lib/arangodb3-apps
# app-path = //arangodb3/apps
# number of V8 contexts available for JavaScript execution. use 0 to
# make arangod determine the number of contexts automatically.
# v8-contexts = 0
[foxx]
# enable Foxx queues in the server
# queues = true
# interval (seconds) to use for polling jobs in Foxx queues
# queues-poll-interval = 1
[log]
level = info
file = /var/log/arangodb3/arangod.log
[cluster]
[rocksdb]
# encryption-keyfile=/your-encryption-file
#
[http]
keep-alive-timeout = 5000000
hide-product-header = true

BIN
神经科学/信号传到1.jpg Vedi File

Prima Dopo
Larghezza: 910  |  Altezza: 754  |  Dimensione: 120 KiB

BIN
神经科学/信号传导.jpg Vedi File

Prima Dopo
Larghezza: 910  |  Altezza: 751  |  Dimensione: 110 KiB

BIN
神经科学/大脑信号动图1.gif Vedi File

Prima Dopo
Larghezza: 640  |  Altezza: 290  |  Dimensione: 2.0 MiB

BIN
神经科学/大脑信号动图2.gif Vedi File

Prima Dopo
Larghezza: 400  |  Altezza: 250  |  Dimensione: 1.3 MiB

BIN
神经科学/大脑信号动图3.gif Vedi File

Prima Dopo
Larghezza: 500  |  Altezza: 335  |  Dimensione: 1.8 MiB

BIN
神经科学/大脑信号动图4.gif Vedi File

Prima Dopo
Larghezza: 500  |  Altezza: 300  |  Dimensione: 654 KiB

BIN
神经科学/大脑信号动图5.gif Vedi File

Prima Dopo
Larghezza: 340  |  Altezza: 217  |  Dimensione: 1.1 MiB

BIN
神经科学/大脑信号动图6.gif Vedi File

Prima Dopo
Larghezza: 500  |  Altezza: 335  |  Dimensione: 2.2 MiB

BIN
神经科学/生物发展图.jpg Vedi File

Prima Dopo
Larghezza: 440  |  Altezza: 1668  |  Dimensione: 158 KiB

BIN
神经科学/神经元基因与蛋白.png Vedi File

Prima Dopo
Larghezza: 1120  |  Altezza: 749  |  Dimensione: 165 KiB

BIN
神经科学/神经元基本形态.png Vedi File

Prima Dopo
Larghezza: 1080  |  Altezza: 1920  |  Dimensione: 538 KiB

BIN
神经科学/神经元塑造.png Vedi File

Prima Dopo
Larghezza: 1173  |  Altezza: 745  |  Dimensione: 201 KiB

BIN
神经科学/神经元塑造1.png Vedi File

Prima Dopo
Larghezza: 1163  |  Altezza: 753  |  Dimensione: 187 KiB

BIN
神经科学/神经元塑造2.png Vedi File

Prima Dopo
Larghezza: 1004  |  Altezza: 751  |  Dimensione: 129 KiB

BIN
神经科学/神经元塑造3.png Vedi File

Prima Dopo
Larghezza: 1080  |  Altezza: 1920  |  Dimensione: 793 KiB

BIN
神经科学/神经元结构与形态.png Vedi File

Prima Dopo
Larghezza: 983  |  Altezza: 752  |  Dimensione: 157 KiB

BIN
神经科学/神经元蛋白.png Vedi File

Prima Dopo
Larghezza: 1080  |  Altezza: 1920  |  Dimensione: 355 KiB

BIN
神经科学/神经元运输.jpg Vedi File

Prima Dopo
Larghezza: 980  |  Altezza: 748  |  Dimensione: 131 KiB

BIN
神经科学/神经元运输.png Vedi File

Prima Dopo
Larghezza: 977  |  Altezza: 749  |  Dimensione: 145 KiB

BIN
神经科学/神经元连接.jpg Vedi File

Prima Dopo
Larghezza: 1200  |  Altezza: 1200  |  Dimensione: 364 KiB

BIN
神经科学/神经纤维束1.jpg Vedi File

Prima Dopo
Larghezza: 1004  |  Altezza: 635  |  Dimensione: 537 KiB

BIN
神经科学/神经纤维束10.jpg Vedi File

Prima Dopo
Larghezza: 500  |  Altezza: 375  |  Dimensione: 52 KiB

BIN
神经科学/神经纤维束11.jpg Vedi File

Prima Dopo
Larghezza: 500  |  Altezza: 396  |  Dimensione: 94 KiB

BIN
神经科学/神经纤维束2.jpg Vedi File

Prima Dopo
Larghezza: 922  |  Altezza: 733  |  Dimensione: 502 KiB

BIN
神经科学/神经纤维束3.jpg Vedi File

Prima Dopo
Larghezza: 500  |  Altezza: 334  |  Dimensione: 64 KiB

BIN
神经科学/神经纤维束4.gif Vedi File

Prima Dopo
Larghezza: 400  |  Altezza: 225  |  Dimensione: 1.1 MiB

BIN
神经科学/神经纤维束5.jpg Vedi File

Prima Dopo
Larghezza: 500  |  Altezza: 334  |  Dimensione: 57 KiB

BIN
神经科学/神经纤维束6.jpg Vedi File

Prima Dopo
Larghezza: 500  |  Altezza: 334  |  Dimensione: 49 KiB

BIN
神经科学/神经纤维束7.jpg Vedi File

Prima Dopo
Larghezza: 600  |  Altezza: 600  |  Dimensione: 76 KiB

BIN
神经科学/神经纤维束8.jpg Vedi File

Prima Dopo
Larghezza: 500  |  Altezza: 334  |  Dimensione: 55 KiB

BIN
神经科学/神经纤维束9.jpg Vedi File

Prima Dopo
Larghezza: 500  |  Altezza: 334  |  Dimensione: 38 KiB

BIN
神经科学/神经细胞连接图.jpg Vedi File

Prima Dopo
Larghezza: 807  |  Altezza: 1280  |  Dimensione: 119 KiB

BIN
神经科学/色盲检查图1.jpg Vedi File

Prima Dopo
Larghezza: 640  |  Altezza: 457  |  Dimensione: 71 KiB

BIN
神经科学/色盲检查图2.jpg Vedi File

Prima Dopo
Larghezza: 640  |  Altezza: 496  |  Dimensione: 60 KiB

BIN
神经科学/色盲检查图3.jpg Vedi File

Prima Dopo
Larghezza: 640  |  Altezza: 465  |  Dimensione: 76 KiB

BIN
神经科学/色盲检查图5.jpg Vedi File

Prima Dopo
Larghezza: 640  |  Altezza: 448  |  Dimensione: 69 KiB

BIN
神经科学/色盲检查图6.jpg Vedi File

Prima Dopo
Larghezza: 640  |  Altezza: 433  |  Dimensione: 72 KiB

BIN
神经科学/色盲检查图7.jpg Vedi File

Prima Dopo
Larghezza: 640  |  Altezza: 480  |  Dimensione: 65 KiB

Caricamento…
Annulla
Salva