JSP页面 upLoad.jsp _________________________________ <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><% String path = request.getCon ...
分类:
Web程序 时间:
2017-03-04 12:52:16
阅读次数:
185
5.3 Sending HTML Form Data5.3 发送HTML表单数据(2) 本文引自:http://www.cnblogs.com/r01cn/archive/2012/12/20/2826230.html By Mike Wasson|June 21, 2012作者:Mike Wass ...
Spring事务配置的五种方式 前段时间对Spring的事务配置做了比较深入的研究,在此之间对Spring的事务配置虽说也配置过,但是一直没有一个清楚的认识。通过这次的学习发觉Spring的事务配置只要把思路理清,还是比较好掌握的。 总结如下: Spring配置文件中关于事务配置总是由三个组成部分, ...
分类:
编程语言 时间:
2017-02-28 17:53:31
阅读次数:
291
题意: In Berland each high school student is characterized by academic performance — integer value between 1 and 5. In high school 0xFF there are two gr ...
分类:
其他好文 时间:
2017-02-26 20:49:01
阅读次数:
240
当你初试 Angular 时,很自然地就会往 controller 和 scope 里堆满不必要的逻辑。一定要早点意识到,controller 这一层应该很薄;也就是说,应用里大部分的业务逻辑和持久化数据都应该放在 service 里。很多人问道,关于如何在 controller 里保存持久化数据。 ...
分类:
其他好文 时间:
2017-02-24 19:29:19
阅读次数:
156
Great minds have purpose, others only have wishes. 杰出的人有着目标,其他人只拥有愿望。 All you need is the plan, the road map, and the courage to press on to your dest ...
分类:
其他好文 时间:
2017-02-23 00:58:50
阅读次数:
193
本文转载于微信公众号:iOS大全 首先如果遇到应用卡顿或者因为内存占用过多时一般使用Instruments里的来进行检测。但对于复杂情况可能就需要用到子线程监控主线程的方式来了,下面我对这些方法做些介绍: Time Profiler 可以查看多个线程里那些方法费时过多的方法。先将右侧Hide Sys ...
分类:
移动开发 时间:
2017-02-20 13:06:10
阅读次数:
245
支持同时收发的客户端和服务器端 客户端 服务器端 ...
分类:
编程语言 时间:
2017-02-12 17:06:50
阅读次数:
197
lunbotu.xml point.xml 当前显示页圆点:point_check.xml 默认圆点:point_normal.xml color.xml ...
分类:
Web程序 时间:
2017-02-12 01:16:44
阅读次数:
267
一.效果图 二.实现步骤 1.XML布局-添加依赖 1 <LinearLayout 2 android:id="@+id/layout" 3 android:layout_width="match_parent" 4 android:layout_height="wrap_content" 5 an ...
分类:
其他好文 时间:
2017-02-09 23:43:53
阅读次数:
1507