码迷,mamicode.com
首页 >  
搜索关键字:simple    ( 6450个结果
java常用设计模式
1.工厂设计模式. 参照:http://www.cnblogs.com/zhouqiang/archive/2012/07/20/2601365.html 有三种:简单工厂(Simple Factory)、工厂方法(Factory Method)、抽象工厂(Abstract Factory) 简单工...
分类:编程语言   时间:2014-07-16 21:06:42    阅读次数:206
BGP拓扑错误模拟配置
R1配置---------------------------------------------version 5.20, ESS 2207P45#sysname RT1#super password level 3 simple h3c#domain default enable system#...
分类:其他好文   时间:2014-07-16 20:21:30    阅读次数:236
BGP拓扑正确配置
R1的配置-----------------------------------------------------------------------------sysname RT1#super password level 3 simple h3c#domain default enable ...
分类:其他好文   时间:2014-07-16 20:18:40    阅读次数:240
PHP-密码学算法及其应用-散列函数
转自http://www.smatrix.org/bbs/simple/index.php?t5591.html//////////////////////////////////////////////////////////////////////////////目录1.PHP的散列函数及其应用...
分类:Web程序   时间:2014-07-16 19:47:13    阅读次数:217
PHP-密码学算法及其应用-对称密码算法
转自:http://www.smatrix.org/bbs/simple/index.php?t5662.html//////////////////////////////////////////////////////////////////////////////目录1.PHP的散列函数及其应...
分类:Web程序   时间:2014-07-16 19:45:35    阅读次数:374
Spring-boot JDBC with multiple DataSources sample
Spring-Boot's auto-configurer seems good for simple applications. For example it automatically creates DataSource and JdbcTemplate, when you need to c...
分类:数据库   时间:2014-07-14 09:39:24    阅读次数:442
Simple calculations
Description 有一个包含n+2个元素的数列a0, a1, ..., an+1 (n Input 输入的第一行是一个整数n。接下去的两行分别是a0和an+1,(精确到小数点后两位)再接下去的n行是ci(精确到小数点后两位),每个数字占一行。 Output 输出a1 ,其格式与 a0 相同。 Sample Input 1 50.50...
分类:其他好文   时间:2014-07-13 00:01:14    阅读次数:188
POJ3468 A Simple Problem with Integers 【线段树】+【成段更新】
A Simple Problem with Integers Time Limit: 5000MS   Memory Limit: 131072K Total Submissions: 57666   Accepted: 17546 Case Time Limit: 2000MS Description You have N...
分类:其他好文   时间:2014-07-12 23:43:04    阅读次数:291
poj 3466 A Simple Problem with Integers
题目链接:http://poj.org/problem?id=3468 http://poj.org/problem?id=3468 http://poj.org/problem?id=3468 思路:这是一个区间修改区间查询的题,由于题目中的给的数据比较大,那么用单个修改和查询肯定不行,所以。。。。注意数据可能比较大,应该用__int64或long long存数据。。。。。 code: #...
分类:其他好文   时间:2014-07-12 22:30:01    阅读次数:168
jquery动态改变背景颜色插件
GETHUB下载地址 背景颜色用animate方法时时无法改变颜色的 所以要使用插件进行补充。 使用方法: div { background-color: #bada55; width: 100px; border: 1px solid green; } Simple Desaturate Hello! jQuery("#...
分类:Web程序   时间:2014-07-12 19:08:29    阅读次数:170
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!