Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ node_modules
.npm

# Optional REPL history
<<<<<<< HEAD
.node_repl_history
.idea
=======
.node_repl_history
.idea
>>>>>>> sir/master
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/201601node.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/libraries/201601node_node_modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

454 changes: 454 additions & 0 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions 6.file/7.path.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ console.log(__dirname);//获取 当前模块所在的绝对目录
//获取一个路径里文件的名
console.log(path.basename('7.path.js','.js'));
//获取一个路径里文件的扩展名
<<<<<<< HEAD
console.log(path.extname('7.path.js'));
=======
console.log(path.extname('7.path.js'));
//从一个相对路径解析出一个绝对路径
//以应用程序的所在目录为根起
console.log(path.resolve('book','node.json','..','mysql.json'));
>>>>>>> sir/master
6 changes: 6 additions & 0 deletions homework/第一周作业.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1. 玩游戏截图
# 2. 发布一个npm包到服务器上
# 3. 实现一个Buffer.concat方法



Binary file modified pdf/1.开头典礼.pdf
Binary file not shown.
Binary file modified pdf/2.git.pdf
Binary file not shown.
Binary file modified pdf/3.1 NODE安装与配置.pdf
Binary file not shown.
Binary file modified pdf/3.2 webstorm安装与配置.pdf
Binary file not shown.
Binary file modified pdf/4.node基础.pdf
Binary file not shown.
Binary file modified pdf/5.模块.pdf
Binary file not shown.
Binary file modified pdf/6.buffer.pdf
Binary file not shown.
Binary file modified pdf/7.file.pdf
Binary file not shown.
Binary file added pdf/8.1 http.pdf
Binary file not shown.
Binary file added pdf/8.2.ajax.pdf
Binary file not shown.
Binary file added pdf/8.3 jsonp.pdf
Binary file not shown.
Binary file added pdf/8.4 cross.pdf
Binary file not shown.
Binary file added pdf/8.5.restful.pdf
Binary file not shown.
10 changes: 10 additions & 0 deletions 卞功磊/friLessTest.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
第一节课git测试
</body>
</html>