web.xml 上加上(servlet 2.5 以上):
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<trim-directive-whitespaces>true</trim-directive-whitespaces>
</jsp-property-group>
</jsp-config> | Linux下安装DOS:`sudo apt-get install dosemu` | |
| dosemu 文件下的 D 盘对应Linux的根目录 | |
| 退出dosemu:`exitemu` |
web.xml 上加上(servlet 2.5 以上):
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<trim-directive-whitespaces>true</trim-directive-whitespaces>
</jsp-property-group>
</jsp-config> 通过PS把照片漫画化的教程:http://spacekid.me/cartoon-style-2/
远程连接树莓派的实现:https://www.zerotier.com/
def log(name):
def deractor(func):
def wrapper(*args, **kwargs):
if name == '张三':
print('ああ、神様いまはここです')
return func(*args, **kwargs)
return wrapper
return deractor// Generated by gfwlist2pac in precise mode
// https://github.com/clowwindy/gfwlist2pac
var proxy = "PROXY 192.168.1.108:8123; DIRECT;";
var rules = [".google.com/", ".youtube.com/", ".wikipedia.org/", ".twitter.com/", ".facebook.com/", ".github.com/"];
/*
* This file is part of Adblock Plus <http://adblockplus.org/>,
* Copyright (C) 2006-2014 Eyeo GmbH| public class TestSingleton { | |
| public static void main(String[] args) { | |
| Singleton singleton = Singleton.getInstance(); | |
| singleton.name = "张三"; | |
| Singleton singleton1 = Singleton.getInstance(); | |
| System.out.println(singleton1.name); | |
| } | |
| } |
| import org.apache.log4j.Logger; | |
| import org.aspectj.lang.JoinPoint; | |
| import org.aspectj.lang.ProceedingJoinPoint; | |
| import org.aspectj.lang.annotation.*; | |
| import org.springframework.stereotype.Component; | |
| /** | |
| * @author of2603 hourui | |
| * @date 2017-03-09 | |
| */ |