码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
jquery组织架构图插件
## jquery插件#### 效果图![效果图][1]#### 使用方法: ``` $('.orgWrap').lenChart({ data:obj, //数据源 drag:true, //是否可拖拽 depth:3, //初始化展示的层级 renderdata:function(data,$d ...
分类:Web程序   时间:2017-09-11 19:41:57    阅读次数:322
基于Bootstrap+jQuery.validate Form表单验证实践
本文转载自:http://blog.csdn.net/zoutongyuan/article/details/28094565 项目结构 : github 上源码地址:https://github.com/starzou/front-end-example 点击打开 1、form 表单代码 需要引用 ...
分类:Web程序   时间:2017-09-11 19:37:57    阅读次数:245
VirtualMachineManager
Java Code Examples for com.sun.jdi.VirtualMachineManager https://www.programcreek.com/java-api-examples/index.php?api=com.sun.jdi.VirtualMachineManage ...
分类:系统相关   时间:2017-09-11 19:34:17    阅读次数:298
centos 6.7 install gitlab
创建gitlab的服务器内存至少4G,建议4-8G。小于4G,gitlab内嵌的nginx无法启动。会出现内存溢出的情况。新建/etc/yum.repos.d/gitlab-ce.repo,内容为,[gitlab-ce] name=GitlabCERepository baseurl=https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el$releasever/ gpgche..
分类:其他好文   时间:2017-09-11 18:23:13    阅读次数:113
java 一个对象多少大,占用多少内存
1.instrumentation这种方法还是靠谱的 一个对象占用多少字节? 2.sizeof库 <!-- https://mvnrepository.com/artifact/com.carrotsearch/java-sizeof --><dependency> <groupId>com.car ...
分类:编程语言   时间:2017-09-11 18:22:56    阅读次数:234
win7 下 jenkins 配置与使用
一、Jenkins的配置 1. 下载地址: Jenkins的官方网站:http://jenkins-ci.org/ 目前最新版本的Windows版:https://jenkins.io/download/thank-you-downloading-windows-installer-stable/ ...
分类:Windows程序   时间:2017-09-11 18:22:18    阅读次数:308
python之路---模块与包
模块与包 (官网https://docs.python.org/3/contents.html) 1.模块 1.1 一个.py文件 (内容一般是定义的函数或者数据或者方法) 就可以当做一个模块 可以被调用 1.2 模块可以包含可执行的语句和函数的定义,这些语句的目的是初始化模块,它们只在模块名第一次 ...
分类:编程语言   时间:2017-09-11 18:21:20    阅读次数:155
lnmp一键搭建环境
1.用putty链接虚拟机(这样子就可以远程粘贴复制了) (1)在linux里查看ip ifconfig 命令就可以看出来 (2)用putty链接 2.下载screen并安装 yum install screen 3.安装wget yum install wget 4.安装LNMP稳定版(https ...
分类:其他好文   时间:2017-09-11 18:19:58    阅读次数:125
Lambda表达式
原文在此:https://docs.python.org/2.7/tutorial/controlflow.html#lambda-expressions 举个应用的例子:(利用字典实现不同case下实现不同的函数) lambda应是python比较有代表的语法糖,后续想继续了解 filter,ma ...
分类:其他好文   时间:2017-09-11 18:14:01    阅读次数:106
硬件能力与智能AI-Zoomla!逐浪CMS2 x3.9.2正式发布
快速下载:https://www.z01.com/down/ 详细介绍: 北京时间2017年9月10日,领先的CMS网站内容管理系统与生产力软件研发厂商-Zoomla!逐浪CMS团队发布其年度重要产品:Zoomla!逐浪CMS2 x3.9.2,引领国内门户、移动、微商以及生产力平台软件发展,并首次融 ...
分类:其他好文   时间:2017-09-11 18:12:06    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!