Skip to content

Instantly share code, notes, and snippets.

import pandas as pd
import matplotlib.pyplot as plt
'''
author: 硕子鸽
date: 2021-07-01
content: house_price
'''
data = pd.read_csv('data2.csv')
@wsuo
wsuo / MyInvocation.java
Created December 31, 2020 07:25
核心业务代码
package com.lsu.proxy.experiment;
import org.dom4j.Attribute;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import org.dom4j.Element;
import org.dom4j.io.SAXReader;
import java.io.File;
import java.lang.reflect.InvocationHandler;
# ===============================================================
# ========================= ATTENTION! ==========================
# ===============================================================
# NexT repository is moving here: https://github.com/theme-next
# ===============================================================
# It's rebase to v6.0.0 and future maintenance will resume there
# ===============================================================
# ---------------------------------------------------------------
# Theme Core Configuration Settings
@wsuo
wsuo / session初体验
Created April 3, 2020 08:24
直接运行即可
<%--
Created by IntelliJ IDEA.
User: wsuo
Date: 2020/3/29 0029
Time: 17:48
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>