上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 138 下一页

2017年7月6日

(转)SQL 语句优化

摘要: 一、问题的提出 在应用系统开发初期,因为开发数据库数据比較少,对于查询SQL语句,复杂视图的的编写等体会不出SQL语句各种写法的性能优劣,可是假设将应用系统提交实际应用后,随着数据库中数据的添加,系统的响应速度就成为眼下系统须要解决的最基本的问题之中的一个。系统优化中一个非常重要的方面就是SQL语句 阅读全文

posted @ 2017-07-06 08:34 wgwyanfs 阅读(154) 评论(0) 推荐(0) 编辑

2017年7月5日

<LeetCode OJ> 179. Largest Number

摘要: Given a list of non negative integers, arrange them such that they form the largest number. For example, given [3, 30, 34, 5, 9], the largest formed n 阅读全文

posted @ 2017-07-05 21:04 wgwyanfs 阅读(149) 评论(0) 推荐(0) 编辑

java获取spring的bean

摘要: /** * 载入spring配置文件,提供getBean接口. * @author xiongzy * */ public final class BeanLocator { private static final Logger logger = Logger.getLogger(BeanLoca 阅读全文

posted @ 2017-07-05 19:25 wgwyanfs 阅读(164) 评论(0) 推荐(0) 编辑

js获取div元素是否在屏幕中显示

摘要: 想要判读元素是否在页面内首先须要获取两个量: 1、$("#test1").offset().top 元素距离顶部的距离 2、$(document).scrollTop() 页面翻过去的距离 用第一个量减去第二个量就能推断出元素距离浏览器窗体顶部的距离。再依据浏览器窗体高度就可以知道元素是否在窗体中出 阅读全文

posted @ 2017-07-05 18:54 wgwyanfs 阅读(4338) 评论(0) 推荐(0) 编辑

ios网络学习------6 json格式数据的请求处理

摘要: #import "MainViewController.h" #import "Video.h" #define kBaseURL @"http://192.168.3.252/~apple" @interface MainViewController ()<UITableViewDataSourc 阅读全文

posted @ 2017-07-05 18:11 wgwyanfs 阅读(133) 评论(0) 推荐(0) 编辑

ZOJ 3229 Shoot the Bullet 有源有汇带下界的最大流

摘要: 链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3229 Shoot the Bullet Time Limit: 2 Seconds Memory Limit: 32768 KB Special Judge Genso 阅读全文

posted @ 2017-07-05 17:29 wgwyanfs 阅读(345) 评论(0) 推荐(0) 编辑

ssh2框架搭建及代码

摘要: 1、建立webproject 创建数据库 导入向相应的jar包 2、 持久层: (1)在cn.itcast.elec.domain中创建持久化类ElecText @SuppressWarnings("serial") public class ElecText implements java.io. 阅读全文

posted @ 2017-07-05 16:42 wgwyanfs 阅读(149) 评论(0) 推荐(0) 编辑

springMVC3.0(文件上传,@RequestMapping加參数,@SessionAttributes,@ModelAttribute,转发,重定向,数值获取,传參,ajax,拦截器)

摘要: 1.项目包结构例如以下: 2. spring配置文件springMVC.xml改动例如以下: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns 阅读全文

posted @ 2017-07-05 15:19 wgwyanfs 阅读(350) 评论(0) 推荐(0) 编辑

Javaproject师成神之路

摘要: 博客来源:http://www.hollischuang.com/archives/489 Javaproject师成神之路~ 一、基础篇 1.1 JVM 1.1.1. Java内存模型,Java内存管理。Java堆和栈。垃圾回收 http://www.jcp.org/en/jsr/detail?i 阅读全文

posted @ 2017-07-05 13:33 wgwyanfs 阅读(172) 评论(0) 推荐(0) 编辑

Linux下的wget和curl怎样使用http proxy

摘要: 简单备忘一下Linux下的wget和curl怎样使用http proxywget -e "http_proxy=porxyhost:port" www.baidu.comcurl -x proxyhost:port www.baidu.com 假设须要usernamepassword。格式curl 阅读全文

posted @ 2017-07-05 13:01 wgwyanfs 阅读(273) 评论(0) 推荐(0) 编辑

上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 138 下一页

导航