gavanwanggw

导航

上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 165 下一页

2017年7月13日 #

LeetCode:3Sum Closest

摘要: Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers. 阅读全文

posted @ 2017-07-13 10:09 gavanwanggw 阅读(120) 评论(0) 推荐(0) 编辑

Skype for Business七大新功能

摘要: Lync Server 2013的下一版本号。Skype for Business将于2015年4月正式公布,下面是七大新功能。“呼叫监听”(Call Monitor)——假设你须要将注意力转移到别的事务上,将会看到一个带静音和结束通话button的小窗体“窥视”菜单(Peek Menu)/通话控制 阅读全文

posted @ 2017-07-13 09:39 gavanwanggw 阅读(364) 评论(0) 推荐(0) 编辑

2017年7月12日 #

Codeforces Round #306 (Div. 2) A B C

摘要: 题目链接:http://codeforces.com/contest/550 A 暴力一发。 代码: #include <iostream> #include <stdio.h> #include <math.h> #include <string> #include <string.h> #inc 阅读全文

posted @ 2017-07-12 21:49 gavanwanggw 阅读(134) 评论(0) 推荐(0) 编辑

【CERC2008】【BZOJ4319】Suffix reconstruction

摘要: Description 话说练习后缀数组时,小C 刷遍 poj 后缀数组题。 各类字符串题闻之丧胆。就在准备对敌方武将发出连环杀时,对方一记无中生有,又一招顺 手牵羊。小C 程序中的原字符数组就被牵走了。幸运的是。小C 早已经求出了 SA[],为了 能东山再起,迅速 A 掉此题,他希望各位忠臣们能帮 阅读全文

posted @ 2017-07-12 20:42 gavanwanggw 阅读(320) 评论(0) 推荐(0) 编辑

ibatis 入门

摘要:  iBatis 简单介绍: iBatis 是apache 的一个开源项目。一个O/R Mapping 解决方式,iBatis 最大的特点就是小巧。上手非常快。假设不须要太多复杂的功能。iBatis 是可以满足你的要求又足够灵活的最简单的解决方式,如今的iBatis 已经改名为Mybatis 了。 阅读全文

posted @ 2017-07-12 19:09 gavanwanggw 阅读(165) 评论(0) 推荐(0) 编辑

SpringMVC之application-context.xml,了解数据库相关配置

摘要: 上一篇SpringMVC之web.xml让我们了解到配置一个web项目的时候,怎样做基础的DispatcherServlet相关配置。作为SpringMVC上手的第一步。而application-context.xml则让我们了解到怎样将数据库信息载入到项目中,包括重要的作用库连接信息、sqlSes 阅读全文

posted @ 2017-07-12 17:01 gavanwanggw 阅读(1872) 评论(0) 推荐(0) 编辑

2017年7月11日 #

php高效获取数据分页

摘要: mysql.php 获取数据库中的记录,全然个人经验总结,仅供參考! <?php /** *PHP+MYSQL数据库基本功能 *http://blog.csdn.net/yown */ ############################################ #获取序列ID #### 阅读全文

posted @ 2017-07-11 20:22 gavanwanggw 阅读(1121) 评论(0) 推荐(0) 编辑

P-Called-Party-ID头域

摘要: 典型的proxy server在路由 INVITE 请求到目标时插入 P-Called-Party-ID 头域.该头域用 porxy 收到请求的 Request-URI 填写。UAS 从几个已注冊的 AORs 中标识出是会话邀请发送给哪个AOR。 3GPP IMS 的用户能够获得一个或多个标识用户的 阅读全文

posted @ 2017-07-11 20:10 gavanwanggw 阅读(252) 评论(0) 推荐(0) 编辑

微信JSSDK使用指南

摘要: 这篇文章主要来说说微信JSSDK的一些配置和微信分享的使用,包括从前端sdk文件引入到server端和微信server的交互。另外Tangide已经把一些工作做好了。我会简要说一说怎么把它用起来。在开发的过程中主要參考了微信官方开发文档,因为微信提供的功能略多,我会定期更新文档,假设你已经熟悉了微信 阅读全文

posted @ 2017-07-11 18:50 gavanwanggw 阅读(4398) 评论(0) 推荐(0) 编辑

安装eclipse中html/jsp/xml editor插件以及改动html页面的字体

摘要: 近期在做android项目,用到了jquery mobile 框架以及phonegap,所以就会涉及一些html文件,可是html文件打开的方式是Text Editor ,而且打开之后一些html代码keyword不是高亮的,而且没有不论什么的代码提示。为了以后方便,就在网上搜了一下安装html编辑 阅读全文

posted @ 2017-07-11 18:02 gavanwanggw 阅读(521) 评论(0) 推荐(0) 编辑

上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 165 下一页