码迷,mamicode.com
首页 >  
搜索关键字:back    ( 14518个结果
android 自己定义TextView"会发脾气的TextView"
转载请注明出处王亟亟的大牛路 Git上看到的一个自己定义控件就搞来研究研究。蛮可爱的。 项目结构: 执行效果:非常Q谈。谈的图片什么都 都能够换哦 自己定义View: public class JelloToggle extends FrameLayout { private static fina ...
分类:移动开发   时间:2017-08-14 15:15:46    阅读次数:251
Scalable, Distributed Systems Using Akka, Spring Boot, DDD, and Java--转
原文地址:https://dzone.com/articles/scalable-distributed-systems-using-akka-spring-boot-ddd-and-java When data that needs to be processed grows large and ...
分类:编程语言   时间:2017-08-14 13:29:20    阅读次数:400
Python 中with 使用说明
With语句是什么? Python’s with statement provides a very convenient way of dealing with the situation where you have to do a setup and teardown to make some ...
分类:编程语言   时间:2017-08-14 12:46:08    阅读次数:256
js原生实现div渐入渐出
jq对渐入渐出进行封装,简单的使用连个方法就可以实现。fadeIn(),fadeOut();如果我们界面没有使用jq那么原生怎么实现呢? 我们讲解一下,这个原理。当我们要实现渐入的时候,首先是让隐藏的div慢慢的显示,通过让opacity慢慢从 0.0 (完全透明)到 1.0(完全不透明)。渐出就是 ...
分类:Web程序   时间:2017-08-14 11:38:24    阅读次数:300
Judge Route Circle
Initially, there is a Robot at position (0, 0). Given a sequence of its moves, judge if this robot makes a circle, which means it moves back to the or ...
分类:其他好文   时间:2017-08-14 10:20:10    阅读次数:172
准备 macvlan 环境 - 每天5分钟玩转 Docker 容器技术(54)
除了 overlay,docker 还开发了另一个支持跨主机容器网络的 driver:macvlan。 ...
分类:系统相关   时间:2017-08-14 10:03:11    阅读次数:237
python3 day7
三层目录:功能要求:1.输入即可进入下一层2.按q退出3.按b可以回退到上一层代码:#!/usr/bin/envpython#-*-coding:utf-8-*-menu={‘山东‘:{‘青岛‘:[‘四方‘,‘市南‘,‘市北‘,],‘济南‘:[‘历下‘,‘市中‘,],},‘河南‘:{‘郑州‘:[‘郑东新区‘,‘管城区‘],‘开封‘:[‘龙庭区‘,‘金明区‘],}}Back_..
分类:编程语言   时间:2017-08-14 01:30:17    阅读次数:152
[LeetCode] 9. Palindrome Number
传送门 Description Determine whether an integer is a palindrome. Do this without extra space. Determine whether an integer is a palindrome. Do this witho ...
分类:其他好文   时间:2017-08-14 01:25:39    阅读次数:121
POJ - 3268 Silver Cow Party(dijkstra技巧)
题目链接:http://poj.org/problem?id=3268 题意:n只奶牛(分别在1-n奶牛舍)分别从各自的奶牛舍出发到X奶牛舍,然后回到自己的奶舍(都以最短路),求出哪一只奶牛花费的距离最远。 题解:n到达1000,想直接Floyd肯定不行。 从X奶牛舍回家,就直接以X为源点最短路就可 ...
分类:其他好文   时间:2017-08-14 00:28:18    阅读次数:110
libusb示例
#include <stdio.h> #include <libusb-1.0/libusb.h> #include <stdint.h> #include <string.h> void processMessage(const uint8_t*); /* */ int main(int argc ...
分类:其他好文   时间:2017-08-13 23:28:22    阅读次数:1325
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!