码迷,mamicode.com
首页 > 其他好文
01 (maven+SSH)网上商城项目实战之项目简介
项目简介:网站架构:
分类:其他好文   时间:2015-11-10 14:15:41    阅读次数:210
zabbix企业级分布式监控系统--zabbix-server和zabbix-agent的配置过程
首先,大家应该了解一下,什么是zabbix?Zabbix是一个分布式监控系统,支持多种采集方式和采集客户端,有专用的Agent(代理),也可以支持SNMP、IPMI、JMX、Telnet、SSH等多种协议,它将采集到的数据存放到数据库,然后对其进行分析整理,达到条件触发告警。其灵活的扩展性和丰..
分类:其他好文   时间:2015-11-10 14:15:12    阅读次数:1025
ViewPager不为人知的秘密
ViewPager不为人知的秘密ViewPager翻页控制关于控制ViewPager的翻页,在网上已经有很多解决方法了,我们一个个来看看。setScanScroll()我们先来看一下具体实现:public class CustomViewPager extends ViewPager { private boolean isCanScroll = true; public Cus...
分类:其他好文   时间:2015-11-10 14:13:14    阅读次数:211
吐血才学会冒泡。。。
#include int main(){ int N; int a[N]; int i; int BubbleSort(int x[], int n); scanf("%d",&N); for(i=0;i<N;i++) { scanf("%d" , &a[i]); } BubbleSort (a,....
分类:其他好文   时间:2015-11-10 14:13:48    阅读次数:122
nova Flavors
$ nova help | grep flavor- flavor-access-add Add flavor access for the given tenant. flavor-access-list Print access information about the gi...
分类:其他好文   时间:2015-11-10 14:09:26    阅读次数:1030
SAP FICO hande汉得培训资料---V 控制模块篇.pdf 电子版 PDF 版
SAP FICO hande汉得培训资料---V 控制模块篇.pdf 电子版 PDF 版https://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-5741239872.10.mKqRbP&id=523968607473
分类:其他好文   时间:2015-11-10 14:03:21    阅读次数:345
怎样把word转换成pdf-word转pdf教程演示
工作中大家经常需要制作各种精美的pdf文件,而大家都知道pdf文件难以编辑,所以大家通常是在word中将内容编辑好,然后再通过某些工具将word转换成pdf,可是,怎样把word转换成pdf呢?这里我们就以迅捷PDF转换器为例,带大家来看看具体的word转pdf教程演示. 迅捷PDF转换器是一款功....
分类:其他好文   时间:2015-11-10 14:04:50    阅读次数:259
extern C的作用详解
extern "C"的主要作用就是为了能够正确实现C++代码调用其他C语言代码。加上extern "C"后,会指示编译器这部分代码按C语言的进行编译,而不是C++的。由于C++支持函数重载,因此编译器编译函数的过程中会将函数的参数类型也加到编 译后的代码中,而不仅仅是函数名;而C语言并不支持函数重载...
分类:其他好文   时间:2015-11-10 14:01:44    阅读次数:245
织梦列表页调用文章内容里的图片在列表显示。
/**获取字符串的第一个图片地址*/function getbodyfirstpic($str_img){ preg_match_all("//isU",$str_img,$ereg);//正则表达式把图片的整个都获取出来了 $img=$ereg[0][0];//图片 $p="...
分类:其他好文   时间:2015-11-10 14:01:37    阅读次数:602
Exception
reference: Java DocWhat is ExceptionException is short for "exceptional event".When an error occurs within a method, the method creates an object and ...
分类:其他好文   时间:2015-11-10 14:00:41    阅读次数:220
systemstate dump 介绍
systemstate dump 介绍By Janezhang-Oracle on十二月 13, 2012 当数据库出现严重的性能问题或者hang了的时候,我们非常需要通过systemstate dump来知道进程在做什么,在等待什么,谁是资源的持有者,谁阻塞了别人。在出现上述问题时,及时收集sys...
分类:其他好文   时间:2015-11-10 14:01:53    阅读次数:382
[LeetCode] Range Sum Query - Immutable 区域和检索
Given an integer array nums, find the sum of the elements between indices i and j (i ≤ j), inclusive.Example:Given nums = [-2, 0, 3, -5, 2, -1]sumRang...
分类:其他好文   时间:2015-11-10 13:59:43    阅读次数:264
BugPhobia开发篇章:Alaph阶段Scurm Meeting
0x01 :目录与摘要 If you weeped for the missing sunset, you would miss all the shining stars 索引 提纲 整理与更新记录节点 起始记录时间 终止记录时间 0x01 目录与摘要 初次整理于2015/10/23 2015/1...
分类:其他好文   时间:2015-11-10 13:59:21    阅读次数:248
Jenkins+SVN+tomcat持续集成发布
有代码更新后重新打包到tomcat再发布,是不是很烦?看了下面的东西你就不会烦了。SVN或者git等代码版本控制工具不说了,如果是本地开发,也可以安装一个svnserver端jenkins下载后是一个war包,首先设置下环境变量 JENKINS_HOME为 c:\jenkins拷贝到一个tomcat...
分类:其他好文   时间:2015-11-10 13:58:48    阅读次数:643
HDU5489 LIS变形
Removed IntervalProblem DescriptionGiven a sequence of numbers A=a1,a2,…,aN, a subsequence b1,b2,…,bk of A is referred as increasing if b1using namesp...
分类:其他好文   时间:2015-11-10 13:58:53    阅读次数:195
设计模式学习之状态模式:请假流程
工作流中的请假流程某人提出请假申请,先由项目经理审批,如果项目经理不同意,审批就直接结束如项目经理同意,再看是否超过3天,如果三天以内,审批直接结束否则,交给部门经理,部门经理审核后,无论是否同意,审批直接结束状态类?12345package com.cmc;public abstract clas...
分类:其他好文   时间:2015-11-10 13:55:38    阅读次数:228
gridview单元格长度设置
使用gridView1_CellValueChanged 事件private void gridView1_CellValueChanged(object sender, DevExpress.XtraGrid.Views.Base.CellValueChangedEventArgs e) ...
分类:其他好文   时间:2015-11-10 13:57:20    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!