码迷,mamicode.com
首页 >  
搜索关键字:copyright    ( 4271个结果
简单音乐播放器
今天复习了下导航器,把播放器美化了下// ViewController.m// 播放器//// Created by apple on 14-7-18.// Copyright (c) 2014年 apple. All rights reserved.//#import "ViewContr...
分类:其他好文   时间:2014-07-22 22:52:14    阅读次数:229
SQLiteDatabase 源码
/** * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
分类:数据库   时间:2014-07-22 22:45:32    阅读次数:355
SQLiteOpenHelper 源码
package com.tongyan.common.db;/** * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "Licens...
分类:数据库   时间:2014-07-22 22:42:12    阅读次数:343
平时的笔记02:处理fnmatch模块
# Copyright 2006 Joe Wreschnig## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public Li...
分类:其他好文   时间:2014-07-22 22:36:33    阅读次数:351
平时的笔记02:处理mp3
#!/usr/bin/envpython##mutagenaimstobeanallpurposemediatagginglibrary#Copyright(C)2005MichaelUrman##Thisprogramisfreesoftware;youcanredistributeitand/o...
分类:其他好文   时间:2014-07-22 22:35:36    阅读次数:303
python编程(tab)补全模块
一。这个方法可以修改shell命令行的自动补全1.获取python目录【我使用的是64位ubuntu系统】[python]viewplaincopyprint?[~$]pythonPython2.7.3(default,Apr102013,06:20:15)[GCC4.6.3]onlinux2Type"help","copyright","credits"or"license"formoreinformation.>>>impo..
分类:编程语言   时间:2014-07-21 19:16:02    阅读次数:317
【Ruby】Ruby大法第二天——帮助生成Vim添加代码头的代码。
脚本语言真是太强了。我的目的是把我的默认代码头功能加到Vim里面。 1 /****************************************************************************** 2 * COPYRIGHT NOTICE 3 * ...
分类:其他好文   时间:2014-07-21 11:06:00    阅读次数:214
iOS: 学习笔记, swift扩展
//// YYExtension.swift//// Created by yao_yu on 14-7-18.// Copyright (c) 2014年 yao_yu. All rights reserved.//import Foundationextension String{ ...
分类:移动开发   时间:2014-07-21 09:17:39    阅读次数:183
更新tableView的某个cell
更新tableView的某个cell异步加载完数据后更新某个cell,这应该是非常常见的使用方法了,我们经常会用reloadData.效果:源码://// RootViewController.m// DataTableView//// Copyright (c) 2014年 Y.X. All...
分类:其他好文   时间:2014-07-20 22:23:00    阅读次数:293
音乐播放器
// Copyright (c) 2014年 戴维营教育. All rights reserved.#import "ViewController.h"#import @interface ViewController (){ AVAudioPlayer *player;// 建立一个对象 NSA....
分类:其他好文   时间:2014-07-19 11:32:38    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!