이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
pete
/
abp
보기
1
좋아요
1
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
More hints.
master
Pete Shadbolt
8 년 전
부모
0681aee924
커밋
6926485b83
3개의 변경된 파일
과
5개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.bumpversion.cfg
+1
-1
abp/static/scripts/graph.js
+2
-0
bin/abpserver
+ 2
- 0
.bumpversion.cfg
파일 보기
@@ -13,3 +13,5 @@ tag = True
[bumpversion:file:README.md]
[bumpversion:file:bin/abpserver]
+ 1
- 1
abp/static/scripts/graph.js
파일 보기
@@ -1,5 +1,5 @@
var graph = {};
graph.colors = ["red", "green"
, "yellow", "green", "pink", "orange", "purple"
];
graph.colors = ["red", "green"];
graph.prepare = function() {
materials.prepare();
+ 2
- 0
bin/abpserver
파일 보기
@@ -81,7 +81,9 @@ if __name__ == '__main__':
# Change to the right working dir
where = os.path.abspath(resource_filename("abp.static", ""))
print "abpserver 0.4.22"
print where
print "Open http://localhost:5001 in a browser!"
os.chdir(where)
# Start the HTTP server
쓰기
미리보기
불러오는 중...
취소
저장