上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 35 下一页
摘要: 主函数 3.Controller 4.application.properties 5.调用 http://localhost:9080/app/hello?name=sdfasd http://localhost:9080/app/hello/stss http://localhost:9080/ 阅读全文
posted @ 2017-03-28 18:50 zslm___ 阅读(934) 评论(0) 推荐(0)
摘要: import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.net.URL; import java.util.ArrayList; import java.util.Properties; public class App { ... 阅读全文
posted @ 2017-03-28 18:41 zslm___ 阅读(217) 评论(0) 推荐(0)
摘要: public static class ArrayHelper { /// /// 数组乱序 /// /// /// public static T[] RandomSort(this T[] arr) { var count = arr... 阅读全文
posted @ 2017-03-27 19:17 zslm___ 阅读(840) 评论(0) 推荐(0)
摘要: configuration 元素(常规设置架构) system.web 元素(ASP.NET 设置架构) sessionState 元素(ASP.NET 设置架构) 阅读全文
posted @ 2017-03-24 09:20 zslm___ 阅读(1227) 评论(0) 推荐(0)
摘要: 在 文件夹 C:\Users\administrator\Documents\IISExpress\config 下面 applicationhost.config 文件里 找到相应的项目 如 <bindings> <binding protocol="http" bindingInformatio 阅读全文
posted @ 2017-03-21 15:36 zslm___ 阅读(270) 评论(0) 推荐(0)
摘要: bean文件如下: 2.类文件如下 3.调用代码如下 阅读全文
posted @ 2017-03-21 10:01 zslm___ 阅读(1117) 评论(0) 推荐(0)
摘要: 1.目录结构 项目->src->main->java->com.test.ppmoney 设置java文件夹为代码 在Project Structure 里的 Modules里 选择相应的目录 后点击 Sources菜单 项目->src->main->resources 设置resources 文件 阅读全文
posted @ 2017-03-21 09:34 zslm___ 阅读(370) 评论(0) 推荐(0)
摘要: class Teacher extends Observable { public void startLesson() { System.out.println(String.format("老师说开始上课")); super.setChanged(); super.notifyObservers(); } } cla... 阅读全文
posted @ 2017-03-16 17:33 zslm___ 阅读(165) 评论(0) 推荐(0)
摘要: 清理缓存解决 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files 阅读全文
posted @ 2017-03-06 10:46 zslm___ 阅读(1935) 评论(0) 推荐(0)
摘要: <a id="jsPswEdit" class="set-item" href="javascript:;">修改密码</a> 阅读全文
posted @ 2017-03-02 15:38 zslm___ 阅读(257) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 35 下一页