码迷,mamicode.com
首页 > 其他好文
SSH框架总结(框架分析+环境搭建+实例源代码下载)
首先,SSH不是一个框架,而是多个框架(struts+spring+hibernate)的集成,是眼下较流行的一种Web应用程序开源集成框架,用于构建灵活、易于扩展的多层Web应用程序。集成SSH框架的系统从职责上分为四层:表示层、业务逻辑层、数据持久层和域模块层(实体层)。Struts作为系统的总...
分类:其他好文   时间:2014-06-30 14:36:00    阅读次数:182
theano documentation 阅读笔记
作为帮助学习的工具目标:较好地清楚地掌握theano的知识结构学习内容:theano documentation 0.6,主要看tutorial 与 library ,看2遍以上。学习时间6.29-6.30,(6.31也许需要完善下DAMS project的事)6.32-6.33 一共4天,大约40...
分类:其他好文   时间:2014-07-07 15:16:28    阅读次数:295
软件开发的“差不多”精神
人造的特点:(1)“没有对错”,没有什么绝对的对或错,而只有所谓的“好”或“坏”,“有意义”或“没意义”。(2)不同的人观察同样的现象,得出的结论可能不一样,甚至完全相反,同数人认同的成为标准,少数服从多数。神造的特点:(1)具有精确、绝对的属性。(2)不依赖于人的主观判断,通常违反人的直觉。计算机...
分类:其他好文   时间:2014-07-07 15:17:42    阅读次数:150
简单的menu和点击(包括alertDialog定制)
import android.app.Activity;import android.app.AlertDialog;import android.app.Dialog;import android.content.DialogInterface;import android.os.Bundle;i...
分类:其他好文   时间:2014-07-07 15:18:20    阅读次数:237
ANT安装
一. 安装与配置 ①下载路径:http://ant.apache.org/bindownload.cgi,本文下载为:apache-ant-1.9.4-bin.zip ②压缩包解压:E:\apache-ant-1.9.4 ③系统环境变量设定 1. 右击计算机?属性?高级系统设置 2. 高级?环境.....
分类:其他好文   时间:2014-07-07 15:19:00    阅读次数:324
Ubuntu忘记管理员密码
Ubuntu中不小心把管理员密码忘记了,真叫人头大。现提供一个解决方案:1、重启 Ubuntu 系统,按 Esc 进入GRUB 菜单界面,如下图:2、选择recovery mode. (第二个)按回车键进入.Recover Menu菜单,如下图:注:有很多blog这么写:选择recovery mod...
分类:其他好文   时间:2014-07-07 15:19:42    阅读次数:244
控件名缩写表
附件1:数据类型缩写表数据类型缩写stringstrinticharszsbytesbbytebtuintuilonglulongulfloatfdoubledboolbdecimaldec附件2:服务器控件名缩写表A.Web控件数据类型缩写AdRotatorartButtonbtnCalendar...
分类:其他好文   时间:2014-07-07 15:20:23    阅读次数:185
JMS消息
《java消息服务(第二版)》笔记
分类:其他好文   时间:2014-07-07 15:21:01    阅读次数:177
选择问题(selection problem)
/* 本文是选择问题: 选择一组N个数当中的第k小的数(第k大的数类似) 集中方法的实现代码*/#include "sorting.h"#include "fatal.h"#define SORTING_BUBBLE1#define SORTING_INSERTION2#define SORTING...
分类:其他好文   时间:2014-07-07 15:22:12    阅读次数:222
HDU ACMSteps 2.3.2 BigNumber
数学公式 log(10) n! = log 1 + log 2 + …… + log n 就能求出位数了,取下限表示第一次用JAVA,勿喷~ 1 import java.util.Scanner; 2 3 4 public class Main { 5 public static voi...
分类:其他好文   时间:2014-07-07 15:21:33    阅读次数:193
More is better
http://acm.hdu.edu.cn/showproblem.php?pid=1856真的无语了,一个并查集的水题,竟然做了两个多小时,我都怀疑我自己了,还有智商么?题意,找出最多认识人的集合我手残了N次 ,本题1000ms,数组10000000,所以要用哈希查找#include #inclu...
分类:其他好文   时间:2014-07-07 15:22:49    阅读次数:185
HashSet中实现不插入重复的元素
/*看一下部分的HashSet源码....public class HashSet extends AbstractSet implements Set, Cloneable, java.io.Serializable{ static final long serialVersio...
分类:其他好文   时间:2014-07-07 15:23:29    阅读次数:253
Problem Best Time to Buy and Sell Stock 11
Problem Description:Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit...
分类:其他好文   时间:2014-07-07 15:24:41    阅读次数:212
Problem Best Time to Buy and Sell Stock I
Problem Description:Say you have an array for which theithelement is the price of a given stock on dayi.If you were only permitted to complete at most...
分类:其他好文   时间:2014-07-07 15:24:05    阅读次数:206
学习使用LaTex排版文字输出为pdf(1)
学习用latex写我的简历。 我在ubuntu环境下,先下载所需软件,命令百度就可以。 先创建一个a.tex,写上1 \documentclass{article}2 \usepackage{CJK}3 \begin{document}4 \begin{CJK}{UTF8}{gbsn}5 真是一个....
分类:其他好文   时间:2014-07-07 15:26:35    阅读次数:182
Problem Triangle
Problem Description:Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For ex...
分类:其他好文   时间:2014-07-07 15:29:11    阅读次数:280
Leetcode Length of Last Word
Given a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the length of last word in the string.If the last word doe...
分类:其他好文   时间:2014-07-07 15:30:23    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!