Giter Club home page Giter Club logo

cs-practice's Issues

欢迎,请在readme.md里修改自己的联系方式吧

@L-Future@kalaxy9
欢迎加入这个项目,这里有一个简单的小任务:

  1. 修改readme.md文件,加入自己的名字和联系方式
  2. 将修改发布到一个新的分支,然后发起pull request,合并到master
    注意:不要直接发布到master!这是一个练习新分支的过程,我已经建立了一个名为k-branch的分支,也可以使用。
  3. 建立自己的文件夹,我建好了code/tian,你们可以建立自己的code/用户名
  4. 打开issues里的labels,修改自己的label,我现在建立的是Sun,K,L,你们可以修改成自己喜欢的,和步骤1的名字保持一致就好
  5. 在这个issue下面回复,或者发一个新的issue,打个招呼
    祝大家愉快!
    记得看上一个issue #1

第一章作业

Deadline:2019-10-25 14:53
Honor Code:
The Honor Code is an undertaking of the students, individually and collectively:

  1. that they will not give or receive aid in examinations; that they will not give or receive unpermitted aid in class work, in the preparation of reports, or in any other work that is to be used by the instructor as the basis of grading;
  2. that they will do their share and take an active part in seeing to it that others as well as themselves uphold the spirit and letter of the Honor Code.

This is an aid for the course, just a script. Do not learn from this.
If you get any questions, Google it.

编辑器

下载两个编辑器,比如Sublime Text,了解:语法加亮,语法提示,支持的语言。

Baidu.com的请求头和响应头

使用浏览器的开发者工具查看https://www.baidu.com的请求头和响应头。

下面是使用Chrome浏览器的示例:

  1. 在地址栏输入https://www.baidu.com打开页面
  2. Ctrl + Shift + I,打开开发者工具
  3. NetworkCtrl + R,Record network log
  4. 点击一个查看,如bd_logo1.png?where=super
General
> Request URL: https://www.baidu.com/img/bd_logo1.png?where=super
> Request Method: GET
> Status Code: 200 OK (from memory cache)
> Remote Address: 182.61.200.6:443
> Referrer Policy: unsafe-url

Response Headers
> Accept-Ranges: bytes
> Cache-Control: max-age=315360000
> Content-Length: 7877
> Content-Type: image/png
> Date: Sun, 13 Oct 2019 14:18:42 GMT
> Etag: "1ec5-502264e2ae4c0"
> Expires: Wed, 10 Oct 2029 14:18:42 GMT
> Last-Modified: Wed, 03 Sep 2014 10:00:27 GMT
> Server: Apache

Request Headers
> Provisional headers are shown
> Referer: https://www.baidu.com/
> Sec-Fetch-Mode: no-cors
> User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36

WAMP

安装WAMP

  1. 下载,从https://sourceforge.net/projects/wampserver/
  2. 安装
  3. 运行
  4. 打开http://localhost,看到管理界面,安装完成

测试

  1. 创建%WAMPSERVER_HOME%\hello\index.html
  2. 保存内容:
<!DOCTYPE html>
<html>
<head>
	<title>Hello, World</title>
</head>
<body>
        <h1>Hello, world</h1>
</body>
</html>
  1. 在浏览器打开http://localhost/hello/index.html查看页面

手机访问

  1. 运行cmd,使用命令ipconfig得到IPv4地址172.24.26.80
  2. 打开%WAMPSERVER%\bin\apache\apache2.4.39\conf\extra\httpd-vhosts.conf,增加内容:
ServerName 172.24.26.80
  DocumentRoot C:\web\wampserver\www\helloworld
  <Directory "C:\web\wampserver\www\helloworld">
  	Options + Indexes + Includes + FollowSymLinks + MultiViews
  	AllowOverride All
  	Require all granted
  </Directory>
在`<VirtualHost>`标签内部。
  1. 打开http://172.24.26.80/helloworld/index,可以访问
    Note:Ecust和Ecust.1x两个网络均失败。

我在稍后解决这个问题。

Homework list

Homework list

  • Animation
  • Experiments, April 4th
  • Ds, April 4th
  • Python

Issues的用法

  1. 发起一个issue
  2. 在labels里选择相关的人,目前有Tian,Sun,K,会根据合作者增加修改
  3. 在Milestone里选择相关的课程内容,目前有Github的使用,会根据课程的进行修改
  4. 提交这个issue

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.