码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
linux命令学习2
scp命令scp /home/space/music/1.mp3 root@www.cumt.edu.cn:/home/root/others/musicscp /home/space/music/1.mp3 root@www.cumt.edu.cn:/home/root/others/music/...
分类:系统相关   时间:2015-03-03 13:04:42    阅读次数:140
[leetcode 58]Length of Last Word
1题目Given a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the length of last word in the string.If the last word ...
分类:其他好文   时间:2015-03-02 22:08:09    阅读次数:115
world camera 坐标系转换
http://blog.163.com/bingcaihuang@126/blog/static/198942122010999371893/ http://stackoverflow.com/questions/13832505/world-space-to-camera-space arnold 有现成的可以调用 AiWorldToCameraMatrix 得到的是...
分类:其他好文   时间:2015-03-02 19:26:38    阅读次数:129
CSS 溢出部分以省略号显示
html 如下:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacss 代码如下:.box{ width:50px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}网上有人说兼容IE7 需要加上 这句话,经...
分类:Web程序   时间:2015-03-02 14:33:14    阅读次数:176
Tomcat内存溢出的三种情况及解决办法分析
Tomcat内存溢出的原因 在生产环境中tomcat内存设置不好很容易出现内存溢出。造成内存溢出是不一样的,当然处理方式也不一样。 这里根据平时遇到的情况和相关资料进行一个总结。常见的一般会有下面三种情况: 1.OutOfMemoryError: Java heap space 2.OutO...
分类:其他好文   时间:2015-03-02 12:39:28    阅读次数:182
【LeetCode从零单排】No88.Merge Sorted Array
题目Given two sorted integer arrays A and B, merge B into A as one sorted array.Note:You may assume that A has enough space (size that is greater or equal to m + n) to hold additional elements from B. T...
分类:其他好文   时间:2015-03-02 11:19:23    阅读次数:148
Linux内核源代码情景分析-内存管理之用户页面的分配
首先介绍几个重要的数据结构。    1、pagetypedef struct page { struct list_head list; struct address_space *mapping; unsigned long index; struct page *next_hash; atomic_t count; unsigned long flags; /* atomic fl...
分类:系统相关   时间:2015-03-02 11:16:22    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!