欢迎访问『www.cnblogs.com/blog-ice』
  2020年7月21日
摘要: 自动导出堆栈信息脚本 #!/bin/bashecho -e " begin `date +%Y-%m-%d\ %H:%M:%S` "#source /home/cfs/.bash_profile #如果需要重新加载环境变量 可以加上date=`date +%Y%m%d%H%M`applction_p 阅读全文
posted @ 2020-07-21 06:59 仙路尽头谁为峰 阅读(256) 评论(0) 推荐(0)
  2020年6月29日
摘要: pom.xml文件中增加 <!--单元测试--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope 阅读全文
posted @ 2020-06-29 22:48 仙路尽头谁为峰 阅读(864) 评论(0) 推荐(0)
  2020年6月28日
摘要: PETS Public English Test System全国英语等级考试 CET College English Test 大学英语 阅读全文
posted @ 2020-06-28 09:26 仙路尽头谁为峰 阅读(224) 评论(0) 推荐(0)
  2020年5月27日
摘要: WebService:跨编程语言和操作系统的远程调用技术 XML 封装数据,跨平台 SAOP 协议,特定的HTTP消息头和XML内容格式 WSDL 用于描述WebService、方法、参数、返回值 Java WebService规范: JAX-WS(JAX-RPC早期) Java API For X 阅读全文
posted @ 2020-05-27 23:23 仙路尽头谁为峰 阅读(253) 评论(0) 推荐(0)
  2019年8月14日
摘要: thymeleaf 配置了spring.mvc.view.suffix=.html,在controller中返回值不用带.html 如果没有配置,则必须加.html 阅读全文
posted @ 2019-08-14 21:58 仙路尽头谁为峰 阅读(218) 评论(0) 推荐(0)
  2019年8月12日
摘要: Setting->maven->runner VMoptions:-Dfile.encoding=GB2312 阅读全文
posted @ 2019-08-12 16:28 仙路尽头谁为峰 阅读(457) 评论(0) 推荐(0)
  2019年8月7日
摘要: double d = 10.00 String result = String.format("%.2f%%", d).replace(".00%", "%").replace(".0%", "%"); 阅读全文
posted @ 2019-08-07 13:33 仙路尽头谁为峰 阅读(1430) 评论(0) 推荐(0)
  2019年5月10日
摘要: 三层神经网络,训练0到9十个数字并测试: 验证码的数字和字母识别: 制作训练和测试数据: 阅读全文
posted @ 2019-05-10 15:39 仙路尽头谁为峰 阅读(2326) 评论(0) 推荐(0)
  2019年5月5日
摘要: 参考:http://www.cnblogs.com/benshan/p/4445074.html python3.7 1.创建项目目录如下 web01目录下: settings.py:项目配置文件 ALLOWED_HOSTS = ['*'] # 允许任意主机访问web项目 INSTALLED_APP 阅读全文
posted @ 2019-05-05 16:48 仙路尽头谁为峰 阅读(2250) 评论(1) 推荐(0)
  2019年3月18日
摘要: maven项目引用时,导入类报错,选择两个项目同时执行Maven update springboot引入第三方jar,需要扫描时加@ComponentScan("第三方的包名") 尽量不要在第三方jar中使用@注解 阅读全文
posted @ 2019-03-18 15:33 仙路尽头谁为峰 阅读(424) 评论(0) 推荐(0)
这里是自由发挥的天堂