码迷,mamicode.com
首页 > 2015年05月04日 > 全部分享
leetcode_118题——Pascal's Triangle(简单的数学题)
Pascal's TriangleTotal Accepted:43845Total Submissions:145271My SubmissionsQuestionSolutionGivennumRows, generate the firstnumRowsof Pascal's triangle...
分类:其他好文   时间:2015-05-04 19:29:23    阅读次数:97
AMAZING AUCTION (第三届省赛)
AMAZING AUCTION(这道麽。。。。英文题,,硬伤, 也是队友写的;题意是 从数据中找到与众不同的数据, 且该价钱是最低的(也就是竞标) 代码应该不难);题目描述Recently the auction house has introduced a new type of auction,...
分类:其他好文   时间:2015-05-04 19:29:55    阅读次数:110
get,set ,写入读取cookies--[ASP.NET]
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;namespace demo5{ ...
分类:Web程序   时间:2015-05-04 19:29:24    阅读次数:108
eclipse svn不能提交代码 关键字: eclipse svn team
问题现象: ??? 1.6.0版本subversion 导入项目到版本库 在TortoiseSVN中能正常获取数据,也能正常更新/提交 ??? 将check out出来的项目导入到eclipse,eclipse下的svn插件不能正常识别此项目(team里面没有...
分类:系统相关   时间:2015-05-04 18:26:25    阅读次数:156
Redis Sentinel(Redis集群监控管理软件)
Redis Sentinel(Redis集群监控管理软件) # Redis-Sentinel的官网地址:http://redis.io/topics/sentinel # 注意:Redis-Sentinel官网提供不是稳定版!个人感觉这个比keepalived+redis来切换好非常多。 配置环境:...
分类:其他好文   时间:2015-05-04 18:25:35    阅读次数:311
java防止sql注入
public final static String filterSQLInjection(String s) { ??? if (s == null || "".equals(s)) { ??????? return ""; ??? } ??? try { ??????? s = s.trim().replaceAll("</?[s,S][c,...
分类:数据库   时间:2015-05-04 18:26:03    阅读次数:151
读书《Servlet与JSP核心编程》
读书《Servlet与JSP核心编程》 Servlet和JSP技术概述 HelloServlet HttpServlet Servlet逻辑,面向处理 JSP表示,面向表示 Servlet和JSP结合起来 服务器的安装和配置 Servlet基础 web.xml init service doGet ser...
分类:Web程序   时间:2015-05-04 18:25:25    阅读次数:132
Android 编程下的TraceView 简介及其案例实战
TraceView 是 Android 平台配备一个很好的性能分析的工具。它可以通过图形化的方式让我们了解我们要跟踪的程序的性能,并且能具体到 method。详细内容参考:Profiling with Traceview and dmtracedump TraceView ...
分类:移动开发   时间:2015-05-04 18:24:43    阅读次数:160
Ajax基础
1、概述 ? 2、异步处理请求 3、关键元素
分类:Web程序   时间:2015-05-04 18:26:21    阅读次数:157
简单和复杂的lambda表达式
今天遇到一个问题,代码是这样的。 ????????public?List<BillName>?QueryBill(int[]?id?=?null,?string[]?name?=?null) ????????{ ????????????List<BillName>?queryRe...
分类:其他好文   时间:2015-05-04 18:23:25    阅读次数:146
Win7设置FTP详细过程
一、安装FTP组件 ?????点击:控制面板—》程序和功能—》打开或关闭Windows功能。勾选“FTP服务器”及“FTP服务”“FTP扩展性”,点击“确定”,安装FTP组件。 ????? 二、添加FTP站点     点击:控...
分类:Windows程序   时间:2015-05-04 18:24:21    阅读次数:255
android开发技术博客
Android Developers Blog http://android-developers.blogspot.in/ Developer Android http://developer.android.com/training/index.html Romain Guy http://www.curious-creature.org/category/android/ Stylin...
分类:移动开发   时间:2015-05-04 18:23:49    阅读次数:148
DDL、DML和DCL 区别与理解
这篇文章主要介绍了DDL、DML和DCL的区别与理解,需要的朋友可以参考下 DML、DDL、DCL区别?.? 总体解释:? DML(data manipulation language):? 它们是SELECT、UPDATE、INSERT、DELETE,就象它的名字一样,这...
分类:其他好文   时间:2015-05-04 18:25:28    阅读次数:160
在linux上使用yum安装JDK
1.查找java相关得列表 [root@localhost ~]# yum -y list java* Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirrors.zju.edu.cn * extras...
分类:系统相关   时间:2015-05-04 18:23:49    阅读次数:265
高效率的人生必须杜绝的10件事
原文网址链接:http://haha.iczerd.com/weixin718 1、Second Guess Decisions 举棋不定 Few decisions cannot be changed later if needed. Better to take action that wallow in inaction. 决定往往是可以在往后...
分类:其他好文   时间:2015-05-04 18:23:28    阅读次数:125
hbase性能优化详解
查询缓存 Scan的caching属性默认值是1,意味着扫描器每次从region服务器抓取1条记录进行匹配。我们可以设置caching为比1大得多的值。例如,设置为500,则一次可以抓取500条,需要注意的是该值设得越大服务器的内存...
分类:其他好文   时间:2015-05-04 18:23:06    阅读次数:227
Sublime Text 3 插件安装及Vim 模式设置
1、安装Sublime Text 3? ? ? ?下载安装:http://www.sublimetext.com/3   Package Control安装:https://sublime.wbond.net/installation ? 2、如何安装插件   在第1步中安装好后 按 Ctrl+Shift+P ,输入...
分类:系统相关   时间:2015-05-04 18:22:38    阅读次数:647
2163条   上一页 1 ... 42 43 44 45 46 47 48 ... 128 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!