https://avatars.githubusercontent.com/u/6058558

程式狂想筆記

CodeIgniter Session錯誤問題

在config設定 1 $config['sess_save_path'] =BASEPATH.'../'.'session_file'; http://codeigniter.org.cn/forums/thread-21295-1-1.html 由於我是用Docker設定 目前猜測可能權限有問題… 導制錯誤 在此記錄,不然一下就忘記了XD

在Win7安裝Docker(下) - Window Volumes問題

上篇Docker裝的還滿順利的,但RUN https://github.com/bitnami/bitnami-docker-codeigniter
就發生了問題

1
2
3
4
5
6
7
8
ERROR: for s_myapp_1  Cannot create container for service myapp: invalid bind mo
unt spec "C:\\Users\\computer\\Desktop\\s:/app:rw": invalid volume specification
: 'C:\Users\computer\Desktop\s:/app:rw'

ERROR: for myapp  Cannot create container for service myapp: invalid bind mount
spec "C:\\Users\\computer\\Desktop\\s:/app:rw": invalid volume specification: 'C
:\Users\computer\Desktop\s:/app:rw'
ERROR: Encountered errors while bringing up the project.

在Win7安裝Docker(上)

由於最近想跑一此程式,想玩Docker
可是工司遠端環境有用VMWare,這個又不能跟Docker 相容
想說用一台筆電用boot2docker玩玩看好了

[javascript]if(-1) 結果

遇到一個雷…,記錄一下 1 2 3 4 var a = -1; if(a){ echo 'hello world'; } denysdovhan/wtfjs: A list of funny and tricky JavaScript examples wtf.js

[CSS] 我的錯誤觀念position:absolute

今天做自我介紹排版練習 我以前學position:absolute 印象以為都以瀏覽器body:左上邊開使算(在沒用 position: relative情況下) 但今天做巢狀position:absolute ,排版跟我想排出來的不太一樣 在此做筆記 錯誤的東西吸收很難再做修正 在此記錄一些東西,可以回來復習 資料來源: html - Positioning a nested DIV relative to the page and not the first positioned ancestor - Stack Overflow http://stackoverflow.com/questions/36778547/positioning-a-nested-div-relative-to-the-page-and-not-the-first-positioned-ances JS Bin - Collaborative JavaScript Debugging http://jsbin.com/jaqogezane/edit?html,css,output html css基础篇 - 笔记 - 前端网(QDFuns) http://www.qdfuns.com/notes.php?mod=view&u=25414&id=f9d7d2e2e25c2bef1eca4db2ed00bae0 实例演示div+css的绝对定位和相对定位布局 - - ITeye技术网站 http://xinklabi.iteye.com/blog/1825865 实例演示div+css的绝对定位和相对定位 - CSS3知识库 http://lib.csdn.net/article/css3/51716 知识库 - 你身边的技术百科全书 - CSDN http://lib.csdn.net/home CSS3 技能圖 http://lib.csdn.net/base/css3/structure 知识库 - 你身边的技术百科全书 - CSDN http://lib.csdn.net/bases/fd/Software-Develop/ast/frontend#md CSS3知识库 - 知识库 - 你身边的技术百科全书 - CSDN