<template> <div class="coutter-wrapper"> <button type="button" @click="plus">+</button> <button type="button">{{ result }}</button> <button type="butt ...
分类:
Web程序 时间:
2017-06-08 22:35:45
阅读次数:
419
传送门 4939 欧拉函数 时间限制: 1 s 空间限制: 1000 KB 题目等级 : 钻石 Diamon 传送门 4939 欧拉函数 传送门 4939 欧拉函数 时间限制: 1 s 空间限制: 1000 KB 题目等级 : 钻石 Diamon 时间限制: 1 s 时间限制: 1 s 空间限制: ...
分类:
其他好文 时间:
2017-06-08 20:32:05
阅读次数:
154
使用方法 <div style="position: relative;"> <div id="wrapper"> <div class="scroll"> <ul class="index_nav_bar"> <li class="li_active">全部</li> <li><a href="j ...
分类:
Web程序 时间:
2017-06-07 19:49:38
阅读次数:
168
源码编译部署LNMP架构 LNMP=Linux +Nginx + MySQL + PHP Nginx("engine x") 是一个高性能的HTTP 和 反向代理 服务器。Nginx 是由 IgorSysoev 为俄罗斯访问量第二的 Rambler.ru 站点开发的,第一个公开版本0.1.0发布于2 ...
分类:
其他好文 时间:
2017-06-07 15:43:51
阅读次数:
266
.detail { position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; overflow: auto; } .detail-wrapper ... ...
分类:
其他好文 时间:
2017-06-05 19:25:19
阅读次数:
315
HTML+CSS·经常使用的设计方法: margin【外】 = = padding【内】 == = * { margin:0px; padding:0px; }= = .wrapper{ margin:0 auto; }= margin: 0 auto; (设置网页左右居中)= margin: 60 ...
分类:
Web程序 时间:
2017-06-05 19:25:01
阅读次数:
266
/** * @overview A minimalistic wrapper around React Native's AsyncStorage. * @license MIT */import { AsyncStorage } from 'react-native';import merge f ...
分类:
其他好文 时间:
2017-06-05 18:58:56
阅读次数:
447
装饰模式(Decorator) 1. 装饰模式(Decorator)的定义:又名包装(Wrapper)模式。装饰模式以对client透明的方式扩展对象的功能,是继承关系的一个替代方案。 2. 装饰模式以对client透明的方式动态的给一个对象附加上很多其它的责任。换言之client并不会觉的对象在装 ...
分类:
编程语言 时间:
2017-06-04 22:46:25
阅读次数:
228
1、gradle的概念 2、gradle配置jar包。和libs目录导入jar包的差别 3、签名打包: (1)Studio (2)命令行 (3)gradle wrapper的原理 4、BuildConfig的使用 5、简介module中build.gradle文件參数含义 一、gradle的概念: ...
分类:
移动开发 时间:
2017-06-04 19:59:57
阅读次数:
880
ninja: build stopped: subcommand failed. build/core/ninja.mk:153: recipe for target 'ninja_wrapper' failed make: *** [ninja_wrapper] Error 1 #### make ...
分类:
移动开发 时间:
2017-06-04 10:52:33
阅读次数:
13823