码迷,mamicode.com
首页 >  
搜索关键字:dia    ( 3174个结果
API网关Kong系列(一)初识
最近工作需要,加上国内Kong的文章相对缺乏(搜来搜去就那么两篇文章),而且官方文档在某些demo上也有一些过时的地方,遂提笔记录下这些,希望能有帮助。 先随大流介绍下KONG(主要参考官网): 官方站点:https://getkong.org 官方描述:Kong is a scalable, op ...
分类:Windows程序   时间:2017-02-24 16:01:13    阅读次数:499
java ee spec
Web profile[edit] In an attempt to limit the footprint of web containers, both in physical and in conceptual terms, the web profile was created, a sub ...
分类:编程语言   时间:2017-02-24 10:59:42    阅读次数:229
[LeetCode] Find Mode in Binary Search Tree 找二分搜索数的众数
Given a binary search tree (BST) with duplicates, find all the mode(s) (the most frequently occurred element) in the given BST. Assume a BST is define ...
分类:其他好文   时间:2017-02-23 23:56:14    阅读次数:352
Raspberry Pi 3 with Openwrt
https://wiki.openwrt.org/toh/raspberry_pi_foundation/raspberry_pi#boot_log_raspberry_pi_3 <!-- BREADCRUMBS --> Table of Contents Supported Versions Ha ...
分类:Web程序   时间:2017-02-23 21:18:38    阅读次数:862
如何禁止chrome自动跳转https
http://www.tuicool.com/articles/Znmi6rf chrome://net-internals/#hsts 第一个输入框,输入要访问的地址:scv.cbbs.xx.com ,点击【Delete】 第二个输入框,再输入scv.cbbs.xx.com ,点击【Qquery】 ...
分类:Web程序   时间:2017-02-23 13:28:14    阅读次数:656
js移动端向左滑动出现删除按钮
最近在做移动端项目时,需要实现一个列表页面的每一项item向左滑动时出现相应的删除按钮,本来想着直接使用zepto的touch.js插件,因为之前实现相同的功能时用过这个插件,当时还挺好用的,直接使用它的swipeLeft和swipeRight方法即可,可是今天又开始做这个功能时,却发现这两个方法在 ...
分类:移动开发   时间:2017-02-23 00:33:11    阅读次数:432
Directory.GetCurrentDirectory和Application.StartupPath的区别
System.IO.Directory.GetCurrentDirectory()方法用于获得应用程序当前工作目录。System.Windows.Forms.Application.StartupPath 获得应用程序的可执行文件的路径,不含文件名StartupPath 可执行文件固定就不会变,可用 ...
分类:移动开发   时间:2017-02-22 18:05:01    阅读次数:228
ProcessBar进度条
1.进度条关键属性 2.进度条的常用方法 progress = (ProgressBar) findViewById(R.id.horiz); (1)获取第一进度条:progress.getProgress(); (2)获取第二进度条:progress.getSecondaryProgress(); ...
分类:其他好文   时间:2017-02-22 16:48:05    阅读次数:240
移动端fixed后 横竖屏切换时上不或下部下部出现空隙问题
<!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <meta name="viewport" content="width=device-width,user-scalable= ...
分类:移动开发   时间:2017-02-22 00:18:46    阅读次数:189
Layout布局(tabs、accordion、layout)
一.tabs选项卡: 二.accordion手风琴: 三.经由div标记创建layout布局: 注意:center不是定位得到的,而是通过其他的几个位置计算得到的,如果不写center整个布局就无法初始化出来 ...
分类:其他好文   时间:2017-02-21 17:43:08    阅读次数:176
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!