将几个字符串排序(按英文字母的顺序)。 public class Example40 { public static void main(String[] args) { String[] s={"math","english","java","java web","rose"}; stringSo ...
分类:
编程语言 时间:
2017-06-08 14:53:33
阅读次数:
210
//第几页 var page = 1; //每页显示的条数 var num = 5; //加载数据 Load(); //加载分页 LoadFenYe(); //加载数据的方法 function Load() { var send = $("#cc1").val(); $.ajax( { url:"f... ...
分类:
Web程序 时间:
2017-06-08 14:53:24
阅读次数:
203
1068 Bash游戏 V3 题目来源: Ural 1180 基准时间限制:1 秒 空间限制:131072 KB 分值: 20 难度:3级算法题 收藏 关注 1068 Bash游戏 V3 题目来源: Ural 1180 基准时间限制:1 秒 空间限制:131072 KB 分值: 20 难度:3级算法 ...
分类:
其他好文 时间:
2017-06-08 14:53:15
阅读次数:
145
ThinkPHP框架下有个Org/Net/Http.class.php的方法download。 首先需要看一下大家使用的Thinkphp的版本,不同的版本使用的方法不同,(在导入公共函数的时候方式不同) 我用的是thinkphp3.2.3版本的,因此直接使用import()函数,直接把使用think ...
分类:
Web程序 时间:
2017-06-08 14:53:06
阅读次数:
177
public class ***{ public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.println("请输入数字: 1~4"); int xy = input.ne ...
分类:
编程语言 时间:
2017-06-08 14:52:59
阅读次数:
143
项目要求实现点击摇一摇图片,图片摇一摇,并且摇一摇手机,图片也要摇一摇。 关于用js怎样实现摇一摇手机图片摇一摇,我在网络上找了一些方法,真正有用的是shake.js。 接下来,上shake.js源码: /* * Author: Alex Gibson * https://github.com/al ...
分类:
微信 时间:
2017-06-08 14:52:52
阅读次数:
792
string strBirthError = ""; foreach (DataRow dr in dtInfo.Rows) { card = new PatientNoBedCard(); //选中卡片设置效果在自定义控... ...
分类:
其他好文 时间:
2017-06-08 14:52:43
阅读次数:
183
This document describes the installation of PostgreSQL using the source code distribution. (If you are installing a pre-packaged distribution, such as... ...
分类:
数据库 时间:
2017-06-08 14:52:35
阅读次数:
291
转 :http://www.ha97.com/2710.html 1、尽量减少HTTP请求次数 终端用户响应的时间中,有80%用于下载各项内容。这部分时间包括下载页面中的图像、样式表、脚本、Flash等。通过减少页面中的元素可以减少 HTTP请求的次数。这是提高网页速度的关键步骤。减少页面组件的方法 ...
分类:
Web程序 时间:
2017-06-08 14:52:27
阅读次数:
242
转载请注明出处:http://www.cnblogs.com/Joanna-Yan/p/6956206.html 前面讲到:Spring+SpringMVC+MyBatis深入学习及搭建(七)——MyBatis延迟加载 1.什么是查询缓存 mybatis提供查询缓存,用于减轻数据库压力,提高数据库性 ...
分类:
编程语言 时间:
2017-06-08 14:52:13
阅读次数:
138
判断文件夹是否存在,不存在则创建 判断文件是否存在,存在则删除 ...
分类:
系统相关 时间:
2017-06-08 14:52:04
阅读次数:
229
public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.println("请输入数字:"); int num1 = input.nextInt(); for(int i=1 ...
分类:
编程语言 时间:
2017-06-08 14:51:55
阅读次数:
141
有n个人围成一圈,顺序排号。从第一个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来第几号的那位。 public class Example37 { public static void main(String[] args) { f(1000); } public static ...
分类:
编程语言 时间:
2017-06-08 14:51:48
阅读次数:
128
编辑文件: vim ~/.bash_profile 在文件末尾追加: alias tree="find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'" 应用配置: source ~/.bash_profile 编辑文件: vim ~/.bash_ ...
分类:
系统相关 时间:
2017-06-08 14:51:38
阅读次数:
296
public class *** { public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.println("请输入用户名:"); String xy = input.n ...
分类:
编程语言 时间:
2017-06-08 14:51:30
阅读次数:
145
import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; ...
分类:
编程语言 时间:
2017-06-08 14:51:20
阅读次数:
306