码迷,mamicode.com
首页 >  
搜索关键字:licensed    ( 402个结果
Android 源码分析01_AsyncTask
【参考文献】http://blog.csdn.net/singwhatiwanna/article/details/17596225 1 /* 2 * Copyright (C) 2008 The Android Open Source Project 3 * 4 * Licensed...
分类:移动开发   时间:2015-11-02 17:13:06    阅读次数:276
使用命令行编译、打包、运行WordCount--不用eclipse
1)首先创建WordCount1023文件夹,然后在此目录下使用编辑器,例如vim编写WordCount源文件,并保存为WordCount.java文件 1 /** 2 * Licensed under the Apache License, Version 2.0 (the "Licens...
分类:系统相关   时间:2015-10-23 18:04:48    阅读次数:264
IE6-8支持css3属性
方法一、让IE6-8支持css3属性 方法二、respond.src.js/*! Respond.js v1.4.2: min/max-width media query polyfill * Copyright 2014 Scott Jehl * Licensed under MIT...
分类:Web程序   时间:2015-10-10 17:07:46    阅读次数:239
OpenWrt的luci web管理器添加新菜单(二)
继上一篇:OpenWrt的luci web管理器添加新菜单Call的方式:在/usr/lib/lua/luci/controller/admin/new_tab.lua 文件中添加如下红色部分的内容:-- Copyright 2008 fulinux -- Licensed to the public under the Apache License 2.0.local fs = require ...
分类:Web程序   时间:2015-10-08 10:39:07    阅读次数:554
官方API Demos中自定义adapter写法
package com.example.android.apis.view中的List14:/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2...
分类:Windows程序   时间:2015-09-09 19:32:36    阅读次数:251
jenkins , ant ctomcat+shell报ant: command not foun.
#!/bin/sh # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. ?See the NOTICE file distributed with # this work for additional information regar...
分类:系统相关   时间:2015-09-06 18:41:51    阅读次数:227
DataSetObservable,Observable<T>,DataSetObserver源码注释翻译
类结构图: /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Licen...
分类:其他好文   时间:2015-08-21 21:36:55    阅读次数:293
informix11.7配置文件汇总
informix软件安装完成之后需要做一些相关配置,最主要的配置文件有onconfig,sqlhosts文件。汇总如下1、onconfig文件################################################################### Licensed Ma...
分类:其他好文   时间:2015-08-18 13:56:11    阅读次数:154
Python+Requests编码识别Bug
Requests 是使用 Apache2 Licensed 许可证的 HTTP 库。用 Python 编写,更友好,更易用。 Requests 使用的是 urllib3,因此继承了它的所有特性。Requests 支持 HTTP 连接保持和连接池,支持使用 cookie 保持会话,...
分类:编程语言   时间:2015-08-16 21:32:06    阅读次数:157
Android之AsyncTask源码解析
注释都写在代码里了,直接看代码吧:/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complian...
分类:移动开发   时间:2015-08-15 20:04:39    阅读次数:164
402条   上一页 1 ... 23 24 25 26 27 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!