码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
How to view file history in Git?
参考: http://stackoverflow.com/questions/1786027/how-to-view-file-history-in-git Use git log to view the commit history. Each commit has an associated r ...
分类:其他好文   时间:2016-05-13 11:39:56    阅读次数:161
docker 换更优秀的 文件系统 比如 OverlayFS
内容摘自:http://www.projectatomic.io/blog/2015/06/notes-on-fedora-centos-and-docker-storage-drivers/ docker 有时候会报 Either use `--storage-opt dm.thinpooldev ...
分类:其他好文   时间:2016-05-13 08:34:12    阅读次数:172
Fragment:关于Avoid non-default constructors in fragments的错误
在android开发中,写了一个关于继承Fragment的类时,如果有重载构造函数时,会提示“Avoid non-default constructors in fragments: use a default constructor plus Fragment#setArguments(Bundl ...
分类:其他好文   时间:2016-05-13 08:21:06    阅读次数:171
RequireJS -Javascript模块化(一、简介)
1、认识RequireJS RequireJs官网(http://requirejs.org/)的描述: RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can ...
分类:编程语言   时间:2016-05-13 07:41:34    阅读次数:281
javascript设计模式--单例模式
单例模式:只允许实例化一次的对象类 这种在基本的编程中可能已经经常的用到,只是不知道是单例模式 比如config.js文件,service.js里都会经常用到:app.factory('payInfo', function($location) { // Might use a resource here that returns a JSON array return { ge...
分类:编程语言   时间:2016-05-13 04:33:49    阅读次数:144
手机安全卫士04
手机安全卫士04一、 手机防盗流程介绍二、LostFindActivity 手机防盗类设计与实现 是否第一次进入 is_first_use 手机防盗功能界面 xutil 的ViewUtils 模块 三、设置向导 欢迎使用手机防盗界面 Activity切换动画 详情请参考 http://blog.csdn.net/bufanni12/article/details/26453725...
分类:移动开发   时间:2016-05-13 03:38:45    阅读次数:148
解决linux系统下因分区目录划分过小,导致tomcat使用系统临时文件夹(/tmp)没有足够空间而报错的问题
解决linux系统下因分区目录划分过小,导致tomcat使用系统临时文件夹(/tmp)没有足够空间而报错的问题1. 故障现象.B/S应用进行文件上传后,系统反馈:没有足够的磁盘空间(No enough space available).检查文件占用情况如下:[root@qa1 /]# df -h Filesystem Size Used Avail Use% Mount...
分类:系统相关   时间:2016-05-13 03:00:31    阅读次数:299
Hibernate-HelloWorld
首先, 1,创建Project,然后在library中加入hibernate所需的包。 hibernate.core /required slf-nop.jar 2,引入mysql的JDBC驱动包 3,在mysql中建立对应的数据库以及表 a)create database hibernate; b)use hibernate; c)create table stude...
分类:Web程序   时间:2016-05-13 01:00:46    阅读次数:208
poj2553——The Bottom of a Graph(强连通分量)
DescriptionWe will use the following (standard) definitions from graph theory. Let V be a nonempty and finite set, its elements being called vertices (or nodes). Let E be a subset of the Cartesian prod...
分类:其他好文   时间:2016-05-13 00:21:56    阅读次数:118
MySQL学习7:操作数据表(一)
数据表        数据表(或称为表)是数据库最重要的组成部分之一,是其它对象的基础。        先来解决上一篇博客末尾说到的进入数据库验证的问题:        验证当前数据库是哪一个的MySQL命令为:        SELECT DATABASE();        例子:        SHOW DATABASES;        USE t1;        SEL...
分类:数据库   时间:2016-05-12 23:06:09    阅读次数:175
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!