码迷,mamicode.com
首页 >  
搜索关键字:top    ( 21129个结果
1688 求逆序对
1688 求逆序对 1688 求逆序对 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 时间限制: 1 s 时间限制: 1 s 空间限制: 128000 KB 空间限制: 128000 ...
分类:其他好文   时间:2017-03-24 20:32:45    阅读次数:167
Linq语法详细
http://www.cnblogs.com/knowledgesea/p/3897665.html 1.简单的linq语法 //1 var ss = from r in db.Am_recProScheme select r; //2 var ss1 = db.Am_recProScheme; / ...
分类:其他好文   时间:2017-03-24 19:06:00    阅读次数:214
使用openssl 生成RSA公钥和私钥
sudo apt-get install openssl 安装完成就可以使用openssl了。 首先需要进入openssl的交互界面,在命令行了输入openssl即可; 1)生成RSA私钥: genrsa -out rsa_private_key.pem 1024 该命令会生成1024位的私钥,生成 ...
分类:其他好文   时间:2017-03-24 17:43:15    阅读次数:153
UITableViewCell分隔线
// cell默认分隔线左边有间距,把left设为0就没了 tbv.separatorInset = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0) // 设置cell分隔线颜色 tbv.separatorColor = UIColor.red ...
分类:其他好文   时间:2017-03-24 17:39:10    阅读次数:148
APICloud学习笔记之设置图片居中
1 .box{ 2 background-color:#eee; 3 padding-top:50px; 4 } 5 6 img{ 7 display:block; 8 margin:0 auto; 9 } 1 ... ...
分类:Windows程序   时间:2017-03-24 17:33:27    阅读次数:146
linux系统top命令:virt,res,shr详解
VIRT:virtualmemoryusage 虚拟内存1、进程“需要的”虚拟内存大小,包括进程使用的库、代码、数据等2、假如进程申请100m的内存,但实际只使用了10m,那么它会增长100m,而不是实际的使用量RES:residentmemoryusage常驻内存1、进程当前使用的内存大小,但不包括swap out2、包..
分类:系统相关   时间:2017-03-24 16:13:09    阅读次数:280
点击切换界面
1、main.html:<html><head></head><framesetcols="200,*"><framesrc=‘left.html‘></frame><framesetrows=‘200,*‘><framesrc="top.html"name=""></frame><framesrc="right.html"name="gotoRight"></frame>&l..
分类:其他好文   时间:2017-03-24 16:06:39    阅读次数:124
leetcode 199. Binary Tree Right Side View 求所能看到的叶子节点 ---------- java
Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered from top to bottom. For exa ...
分类:编程语言   时间:2017-03-24 13:06:03    阅读次数:175
[linux]记录一些Linux常用的操作
0x01 修改hostname 0x02 修改vim默认缩进 添加如下代码: 保存退出即可。 ...
分类:系统相关   时间:2017-03-24 10:23:45    阅读次数:168
Pop Sequence
题目描述 Given a stack which can keep MM numbers at most. Push NN numbers in the order of 1, 2, 3, ..., NN and pop randomly. You are supposed to tell if a ...
分类:其他好文   时间:2017-03-24 00:49:07    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!