码迷,mamicode.com
首页 >  
搜索关键字:ppc    ( 424个结果
Fragment间的替换和后退
一、新建项目 二、创建第一个Fragment 1.layout文件 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" andr ...
分类:其他好文   时间:2017-02-07 16:35:49    阅读次数:215
ActionBar
【ActionBar】 The ActionBar APIs were first added in Android 3.0 (API level 11) but they are also available in the Support Library for compatibility wit ...
分类:其他好文   时间:2017-01-24 07:45:32    阅读次数:196
艺术控件RecyclerView的分隔线&bug解决
前言         RecyclerView是Google在support-v7里面添加的控件,是5.0 Material Design模式下的一员,在众多的App中使用非常频繁,之前是ListVi...
分类:其他好文   时间:2017-01-16 00:13:00    阅读次数:1523
vbs 截图
'VBS截屏.vbs ' Win7x64 测试通过(已安装Word2007): '参考: ' http://qtp.blogspot.com/2010/02/screenshot-vbscript.html ' http://www.fixitscripts.com/problems/take-sc ...
分类:其他好文   时间:2017-01-15 07:38:10    阅读次数:187
angular--bootstrap实例日期控件【datepicker】
head部分: <!--Bootstrap--> <link rel="stylesheet" href="/supProdom/script/bootstrap/dist/css/bootstrap.min.css" /> <script src="/supProdom/script/bootst ...
分类:其他好文   时间:2017-01-09 23:07:48    阅读次数:297
Linux使用心得(一):Google Chrome的安装
刚刚安装了Linux ubuntu16.10系统,先装上我一直习惯用的Google Chrome 安装步骤如下: 1、终端输入 sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/ ...
分类:系统相关   时间:2017-01-03 07:23:06    阅读次数:329
Angular 2.0 基础:服务
什么是服务(Service) 在Angular 2 中我们提到的服务 service 一般指的是 哪些能够被其他组件或者指令调用的 单一的,可共享的 代码块。当然,通过服务可以将数据和组件分开,这样就可以实现更多的组件共享服务数据,服务能够使我们提高代码的利用率,方便组件之间共享数据和方法,方便测试 ...
分类:其他好文   时间:2016-12-28 01:57:19    阅读次数:192
TypeScript -- 面向对象特性
面向对象特性一、类(class)--TypeScript的核心,使用TypeScript开发时,在部分代码都是写在类里面的。 1、class关键字和类名就可以定义一个类 、 类的访问控制符--有三个,public,private,protected class Person { public nam ...
分类:其他好文   时间:2016-12-26 00:06:31    阅读次数:344
debian jessie install note
Debian支持非常多的硬件,包括arm/mips/ppc/x86,于是想安装个Debian看看,也不想总屈服在canonical的ubuntu下面。 光盘镜像太多了 纯社区版的安装总是没有想像得那么好,首先安装镜像居然有3个iso,让我们不想刻光盘的同志怎么办,难道弄3个U盘去。还好有一个网络安装 ...
分类:其他好文   时间:2016-12-25 23:05:59    阅读次数:213
424条   上一页 1 ... 32 33 34 35 36 ... 43 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!