排序
MyBatis中的insert、update、delete和sql标签
MyBatis中的insert、update、delete和sql标签用于执行数据库的增删改查操作。本文将详细介绍这4个标签的使用方法。 1. insert 标签用于执行数据库插入操作。基本语法如下: xml <insert id='i...
Go语言关键字与标识符简述
Go语言的词法元素包括 5 种,分别是标识符(identifier)、关键字(keyword)、操作符(operator)、分隔符(delimiter)、字面量(literal),它们是组成Go语言代码和程序的最基本单位。 本节...
JDBC BaseRowSet类和CachedRowSet类
CachedRowSet 包就是 sun.jdbc.RowSet 包,用户可以在网站上载 CachedRowSet 包。在 CachedRowSet 包中有一个抽象类 BaseRowSet,它是 CachedRowSet 类和 JdbcRowSet 类的直接父类,也是 WebRow...
Android事件监听器和回调方法
通过Android Studio创建Android应用程序(附带解析)
使用jquery.upload.js实现异步上传示例代码
1:jsp代码: 导入jquery.upload.js和jquery-1.7.2.js 添加调用js的代码:<a href='javascript:void(0)' rel='external nofollow' onclick='doUpload()'>上传</a> 在底部写: 1 <...
js返回前一页刷新本页重载页面
1 2 3 <a href='javascript:history.go(-1)' rel='external nofollow' >返回前一页</a> <a href='javascript:location.reload()' rel='external nofollow' 刷新本页</a> &...
extjs 分页使用jsp传递数据示例
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 Ext.onReady(function() { store3 = new Ext.data.JsonStore(...
ThinkPHP使用Ueditor的方法详解
ThinkPHP使用Ueditor的方法。具体如下: 相信很多人现在还在用着FCkeditor,以前我也在用,可是后来发现百度的Ueditor之后,发现,Ueditor比Fckeditor更好看,操作性上也比Fckeditor好多了,所...
Nginx+Windows负载均衡配置方法
一、下载Nginx http://nginx.org/download/nginx-1.2.5.zip 解压到C:nginx目录下 二、在两台服务器上分别建一个网站: S1:192.168.16.35:8054 S2:192.168.16.16:8089 二、找到目录 C:nginxc...










