Git Product home page Git Product logo

comments's Introduction

hello world

canyuda's github stats

comments's People

Watchers

 avatar

comments's Issues

JQuery(1)

http://canyuda.top/2017/08/JQuery-1/

JQueryjQuery是一个快速、简洁的JavaScript框架,是继Prototype之后又一个优秀的JavaScript代码库(或JavaScript框架)。jQuery设计的宗旨是“write Less,Do More”,即倡导写更少的代码,做更多的事情。它封装JavaScript常用的功能代码,提供一种简便的JavaScript设计模式,优化HTML文档操作、事件处理、动画设计和Ajax

Json

http://canyuda.top/2017/09/Json/

fastjson
123456789101112131415161718192021222324252627282930313233343536373839404142434445public class FastjsonTest { // 将User对象转换成json @test public void test1() { User user

设计模式-工厂方法模式

http://canyuda.top/posts/2019092958121/

工厂方法模式(Factory Method Pattern),也被叫做工厂模式,虚拟构造器模式或多态工厂模式,属于类创建模式。在工厂方法模式中,父类定义了创建产品的公共接口, 具体的构造过程由子类完成,当有一个新的产品需要构建时,不需要去修改父类,仅仅增加一个子工厂类,即可完成,更加符合开闭原则。

从xml到Java

http://canyuda.top/2017/11/%E4%BB%8Exml%E5%88%B0Java/

Spring的配置文件有三种方式: 使用xml 使用注解 使用Java代码 其中:使用xml可以把第三方类(jar包中的)声明为Spring IoC的组件,因为你无法直接在他人的代码中加入Controller,Service,Repository,等注解;使用注解可以很方便的声明自定义的组件到容器中,仅仅通过包扫描就可以使用了. 到后来JavaConfig的方式继承了XML配置的优点,同时使

设计模式-简单工厂模式

http://canyuda.top/posts/2019090532068/

简单工厂模式(Simple Factory),又称作静态工厂方法(Static Factory Method)模式,属于创建型模式。在简单工厂模式中,可以根据参数的不同返回不同类的实例。简单工厂模式专门定义一个类来负责创建其他类的实例,被创建的实例通常都具有共同的父类。

PlantUML制图-概述

http://canyuda.top/posts/2019100112256/

图在程序设计,开发中十分重要, 如果开发一个新功能,它能帮助开发者缕清思路; 如果阅读一个就功能代码, 它能帮助开发者理解作者的想法. 一般会使用: 活动图, 时序图, 用例图, 状态图, 类图.

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.