入門較系統文件:
1 列目錄!?? yaws-doc-man config file- dir_listings = true | true_nozip | false
部分完整配置 yaws.conf
ebin_dir = "d:\program files\yaws-1.87/examples/ebin"
ebin_dir = "d:\program files\yaws-1.87/www/"
2 系統自帶乙個購物頁面 :8080/shoppingcart/
3 when a client browser wants a protected file, it must send a 「authenticate: username:password」 header in the request.note that this is plain text.
www-authentication is configured in the yaws.conf file, in as many directives as you desire:
docroot = /var/yaws/www/
....
realm = secretpage
dir = /protected
dir = /anotherdir
user = klacke:gazonk
user = jonny:xyz
user = ronny:12r8uyp09jksfdge4
4 頁面顯示中文:
yaws beam檔案更新需要重啟yaws以清除快取
3 yaws_api.hrl 幾個結構 要好好記一記!
學習筆記 雜湊學習筆記
hash基本原理 hash就是乙個像函式一樣的東西,你放進去乙個值,它給你輸出來乙個值。輸出的值就是hash值。一般hash值會比原來的值更好儲存 更小 或比較。那字串hash就非常好理解了。就是把字串轉換成乙個整數的函式。而且要盡量做到使字串對應唯一的hash值。它的主要思路是選取恰當的進製,可以...
學習筆記 CentOS 學習筆記01
簡單的做個課堂筆記 虛擬機器用的是vmware,系統是centos cd etc sysconfig network scripts pwdls 顯示列表 cat ifcfg eth0 檢視檔案內容 vi ifcfg eth0 進入vi編輯器 onboot no 原始設定 x逐字刪除 d刪除整行 a...
筆記 spring cloud 學習筆記
1 spring cloud 是什麼 spring cloud為開發人員提供了快速構建分布式系統中一些常見模式的工具 例如配置管理,服務發現,斷路器,智慧型路由,微 控制匯流排 分布式系統的協調導致了樣板模式,使用spring cloud開發人員可以快速地支援實現這些模式的服務和應用程式。他們將在任...