Giter Club home page Giter Club logo

phoenixxc.github.io's People

Stargazers

 avatar

phoenixxc.github.io's Issues

Chapter6-使用jsp | pxBlog

https://phoenixxc.github.io/posts/2bd95d05/

指示元素JSP指示元素主要是为了表示容器将 JSP 转译为 Servlet 源代码时所必须遵守的信息。 语法为:<%@ 指示类型 [属性="值"]* %>,指示元素可以有多对的属性/值 JSP 常用的三种指示类型为:page 、include、taglib page: 告知容器如何转译当前的JSP网页 include: 告知容器将别的JSP页面包括进来进行转译 t

学习笔记-疯狂Java讲义[4] | pxBlog

https://phoenixxc.github.io/posts/603dd0d7/

第四章 流程控制与数组1.流程控制switch  switch 语句后面控制表达式的数据类型只能是byte、short、char、int、枚举类型和java.lang.String类型。switch中其他类型会隐式向上转换为int,long比int范围大,转换可能会损失精度,Java通过string的hash()值把string也转换为int。 控制循环结构 &ems

readline库的简单使用 | pxBlog

https://phoenixxc.github.io/posts/3faf94c3/

   这周要实现一个简单的 shell, 平时使用bash, zsh这些shell的时候, 如果文件名或命令太长,又或者要频繁执行几条命令的话,最常用的应该就是tab键补全和上下键切换历史命令了。    想要在自己的shell里面实现这两个功能很困难,但有一个C语言库集成了这些功能,只需要调用几个函数就可以实现这两个功能。 The GNU

pxBlog

https://phoenixxc.github.io/posts/0/

readline库的简单使用   这周要实现一个简单的 shell, 平时使用bash, zsh这些shell的时候, 如果文件名或命令太长,又或者要频繁执行几条命令的话,最常用的应该就是tab键补全和上下键切换历史命令了。    想要在自己的shell里面实现这两个功能很困难,但有一个C语言库集成了这些功能,只需要调用几个函数就可以实现

Chapter4 会话管理基本原理 | pxBlog

https://phoenixxc.github.io/posts/b2e1ccaf/

会话管理的基本原理Web应用程序中有些功能需要多次请求才能完成,所以需要某些方式来记得此次请求与之后请求之间的关系,这类方式称之为会话管理. 会话管理的基本方式有:隐藏域(Hidden Field),Cookie,URL重写等 使用隐藏域在HTTP协议中,服务器并没有记忆功能,那么可以让浏览器在每次请求时"主动告知"服务器多次请求间的必要信息,服务器只需单纯处理请求中的信息就好. 隐藏域就是主动告

Chapter3 请求与响应 | pxBlog

https://phoenixxc.github.io/posts/2b70cf0d/

从容器到 HttpServletweb 容器做了什么当浏览器请求来到HTTP服务器, HTTP服务器转交给容器, 容器会创建一个代表本次请求的HttpServlet对象, 并传给请求的相关信息, 同时会创建一个HttpServletResponse对象, 作为稍后要对客户端进行响应的Java对象. 然后, 容器会根据@WebServlet标注或web.xml的设置, 找到处理该请求的Servle

readline库的简单使用 | pxBlog

https://phoenixxc.github.io/posts/3faf94c3/index.html

  这周要实现一个简单的 shell, 平时使用bash, zsh这些shell的时候, 如果文件名或命令太长,又或者要频繁执行几条命令的话,最常用的应该就是tab键补全和上下键切换历史命令了。   想要在自己的shell里面实现这两个功能很困难,但有一个C语言库集成了这些功能,只需要调用几个函数就可以实现这两个功能。   The GNU

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.