码迷,mamicode.com
首页 >  
搜索关键字:hid    ( 4513个结果
H5 70-清除浮动方式五
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>70-清除浮动方式五</title> <style> *{ margin: 0; padding: 0; } /* div{ width: 100px; hei ...
分类:其他好文   时间:2017-04-02 17:42:40    阅读次数:143
运行级别
1.运行级别一共分为7个 1.1 查看7个运行级别配置文件 1.2.0 运行级别0.文件中 K 开头的代表不能运行,S开头代表可以运行,我们可以看到,只能运行关机命令 1.2.1 运行级别1. 单用户工作状态,拥有root权限,用于系统维护,禁止远程登录。 1.2.2 运行级别2.多用户状态,没有( ...
分类:其他好文   时间:2017-04-02 10:56:56    阅读次数:225
Codeforces Round #397 (Div. 2)
A - Neverending competitions 没有任何价值..... 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int INF = 0x3f3f3f3f; 4 const int maxn = 100 + 5; 5 ...
分类:其他好文   时间:2017-04-01 21:45:06    阅读次数:231
【tyvj1860】后缀数组
描述 我们定义一个字符串的后缀suffix(i)表示从s[i]到s[length(s)]这段子串。后缀数组(Suffix array)SA[i]中存放着一个排列,满足suffix(sa[i])<suffix(sa[i+1]) 按照字典序方式比较定义height[i]表示suffix(sa[i])与s ...
分类:编程语言   时间:2017-04-01 21:08:25    阅读次数:197
Cache缓存
{ /// <summary> /// Cache manager interface /// </summary> public interface ICacheManager { /// <summary> /// Gets or sets the value associated with t ...
分类:系统相关   时间:2017-04-01 15:10:39    阅读次数:293
vim+python开发环境打造
1.一个现成的一键安装脚本 curl -O https://raw.githubusercontent.com/vince67/v7_config/master/vim.sh 2.bash vim.sh 3.我的.vimrc文件,亲测可用 let vim_plug_just_installed = ...
分类:编程语言   时间:2017-04-01 13:53:15    阅读次数:1417
根据滚动条的高度来做相应的动作
<script type="text/javascript"> jQuery(document).scroll(function(){ var screens = jQuery(document).scrollTop(); if(screens >800){ jQuery('#xiangqingye ...
分类:其他好文   时间:2017-04-01 13:23:19    阅读次数:131
解决苹果手机无法定位的问题
<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <input type="hidden" name="" id="weidu" > <input typ ...
分类:移动开发   时间:2017-04-01 12:45:51    阅读次数:296
螺旋矩阵算法
螺旋矩阵算法是一种常用的算法,如图中排列数值; 代码如下: ...
分类:编程语言   时间:2017-04-01 01:21:57    阅读次数:200
BottomBar之Android底部菜单
开源项目BottomBar,实现Android底部菜单(常用菜单,BottomBar实现动画(上下式)+消息菜单,BottomBar+ViewPager+Fragment实现炫酷的底部导航效果)... ...
分类:移动开发   时间:2017-04-01 00:05:44    阅读次数:289
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!