码迷,mamicode.com
首页 >  
搜索关键字:line    ( 28191个结果
6-5日
Max Points on a Line开始无脑匹配结果超时:class Solution {public: int maxPoints(vector &points) { int ans = 0; for (int i = 0; i ans) ans = num...
分类:其他好文   时间:2014-06-29 13:10:03    阅读次数:268
手机网络制式常识:
手机网络制式常识:手 机名称有GSM:表示只支持中国联通或者中国移动2G号段(130、131、132、134、135、136、137、138、139、145、147、 150、151、152、155、156、157、158、159、182、183、185、186、187、188)手机名称有CDMA:...
分类:移动开发   时间:2014-06-07 00:17:56    阅读次数:323
PO_从PO追溯PR的方式和表(分析)
2014-06-03 BaoXinjian一、汇总从PR单回溯PO单的所需的方式和经过的表1. 页面中从PO追溯PR的方式 (1). PO Header及 Line (2). PO Shipment (3). PO Distribution2. 通过SQL查询 (1).汇总 (2).各条追溯二、分步...
分类:其他好文   时间:2014-06-06 16:30:09    阅读次数:344
为什么无法定义1px左右高度的容器
blueidea IE6下这个问题是因为默认的行高造成的,解决的方法也有很多,例如:overflow:hidden | zoom:0.08 | line-height:1px
分类:其他好文   时间:2014-06-06 15:42:45    阅读次数:251
css规范
http://www.qingdou.me/2142.htmlCSS书写顺序1.位置属性(position, top, right, z-index, display, float等)2.大小(width, height, padding, margin)3.文字系列(font, line-heig...
分类:Web程序   时间:2014-06-06 14:09:25    阅读次数:393
Android总结二五大布局
一、五大布局 1、LinearLayout线性布局 2、RelativeLayout相对布局 3、AbsoluteLayout绝对布局 4、TableLayout表格布局 5、FrameLayout帧布局二、LinearLayout线性布局 1、android:orientation="...
分类:移动开发   时间:2014-06-06 12:23:38    阅读次数:179
Microsoft? Command Line Utilities 11 for SQL Server?
Microsoft? Command Line Utilities 11 for SQL Server?http://www.microsoft.com/en-hk/download/details.aspx?id=36433Microsoft? ODBC Driver 11 for SQL Ser...
分类:数据库   时间:2014-06-05 21:32:10    阅读次数:367
C#判断字符串是否为数字
string i = Console.ReadLine(); int a=0; if (int.TryParse(i, out a) == false) //判断是否可以转换为整型 { Console.WriteLine("False"); } else { Console.WriteLine("T...
分类:其他好文   时间:2014-06-05 20:40:04    阅读次数:210
最小生成树
ZOJ 2326
分类:其他好文   时间:2014-06-05 19:19:14    阅读次数:183
vim快捷键
键盘移动 (Move)一切都从键盘的移动k-> 上 upj-> 下 downh-> 左 leftl-> 右 rightz-> 重画屏幕,当前光标变成屏幕的第一行 (redraw current line at top of window)CTRL-f-> 跳到下一页 (page down)CTRL-...
分类:其他好文   时间:2014-06-05 15:48:07    阅读次数:354
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!