码迷,mamicode.com
首页 >  
搜索关键字:licensed    ( 402个结果
idea 创建maven项目(一)
1.新建 Project 2.点击Next 3.填写组织名称和项目名称,点击next 4.在你的本地仓库目录下创建settings.xml文件,把mirror的url改成阿里云的 <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the ...
分类:其他好文   时间:2017-09-16 16:00:37    阅读次数:210
FileStringSource
/** * Copyright (c) 2011-2017, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi ...
分类:其他好文   时间:2017-09-13 01:44:19    阅读次数:125
YMP运行初始化步骤
/* * Copyright 2007-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi ...
分类:其他好文   时间:2017-09-06 19:33:11    阅读次数:199
爬虫基础模块
Python标准库中提供了:urllib、urllib2、httplib等模块以供Http请求,但是,它的 API 太渣了。它是为另一个时代、另一个互联网所创建的。它需要巨量的工作,甚至包括各种方法覆盖,来完成最简单的任务。 Requests 是使用 Apache2 Licensed 许可证的 基于 ...
分类:其他好文   时间:2017-08-29 19:43:21    阅读次数:224
顺序栈的初始化入栈出栈以及打印栈的信息
Build #CL-172.3544.40, built on August 2, 2017Licensed to CLion EvaluatorExpiration date: September 15, 2017JRE: 1.8.0_152-release-915-b6 x86_64JVM: O ...
分类:其他好文   时间:2017-08-16 19:13:38    阅读次数:195
Python3网络爬虫——三、Requests库的基本使用
一、什么是Requests Requests是用Python语言编写,基于urllib,采用Apache2 Licensed开元协议的HTTP库。它比urllib更加的方便,可以节约我们大量的工作完全满足HTTP测试需求。简单来讲,即Python实现的简单易用的HTTP库。 二、Requests库的 ...
分类:编程语言   时间:2017-07-15 13:52:40    阅读次数:250
wordcount代码实现详解
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this ...
分类:其他好文   时间:2017-07-13 17:16:03    阅读次数:515
velocity模板加载
http://hi.baidu.com/ly_dayu/item/828b09c5c3c5e547a8ba9409 velocity使用基本来说比较简单,但在加载模板时老出问题,很多初学者经常会遇到找不到模板这种异常。本文就针对目前常用的三种模板加载方式做以说明。 一、velocity默认的加载方式 ...
分类:其他好文   时间:2017-07-11 21:05:37    阅读次数:257
spring事务@Transactional的源码
/* * Copyright 2002-2015 the original author or authors.// * 2002 - 2015年版权所有作者或作者 * Licensed under the Apache License, Version 2.0 (the "License"); * ...
分类:编程语言   时间:2017-07-04 20:23:22    阅读次数:286
discuz的页头header和页尾footer文件必要代码
页头文件路径:template/default/common/header.htmheader.htm文件二次加载的文件有:template/default/common/header_common.htm 全局公共文件 |--该文件中包含了页面TITLE,对浏览器的申明,以及全局必须存在的基本代码 ...
分类:Web程序   时间:2017-06-29 01:00:28    阅读次数:319
402条   上一页 1 ... 13 14 15 16 17 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!