niushuai's recent timeline updates
niushuai

niushuai

V2EX member #137797, joined on 2015-09-11 09:31:54 +08:00
niushuai's recent replies
@geekvcn 哈哈
还是做切片比较合适
你应该是从页面上传到后端,后端又上传到 ftp 上。卡在 100%就是后端往 ftp 上传的过程
Jun 18, 2019
Replied to a topic by noder 云计算 阿里云小水管团购 190R
Apr 17, 2017
Replied to a topic by flyingnn Java spring mvc 多个页面共用一个模板
我以前写过,就是在 /add 里面直接 return "edit"; 就行了,如果想省一点的话,就直接把 /add 合并到 /edit 里,
代码如下:
public String edit(String id) {
if(id == null){
// 添加
} else{
// 修改
}
}
Oct 19, 2016
Replied to a topic by dongweiming 推广 赠送几本《Python Web 开发实战》
79
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   925 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 23:20 · PVG 07:20 · LAX 16:20 · JFK 19:20
♥ Do have faith in what you're doing.