码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
js基础x1
js windows的status可以控制状态栏信息(在ie9之上,都看不到效果) var space_num=0; var dir=1; function myscroll(){ var space_my=""; space...
分类:Web程序   时间:2015-07-16 19:37:59    阅读次数:325
UCenter 1.5.0 安装图文教程
本教程讲解的是如何全新安装 UCenter 1.5.0。在安装 UCenter Home、Discuz!、SupeSite、X-Space 等应用的时首先必须先安装 UCenter。目前 UCenter 提供两种挂接方式:MySQL 和 fopen,支持同一台服务器和不同服务器之间的应用挂接,这个是...
分类:其他好文   时间:2015-07-16 19:03:06    阅读次数:132
串口通信校验方式
1. even每个字节传送整个过程中bit为1的个数是偶数个(校验位调整个数)2. odd每个字节传送整个过程中bit为1的个数是奇数个(校验位调整个数)3. none parity没有校验位4. space校验位总为05. mark校验位总为1
分类:其他好文   时间:2015-07-16 16:29:45    阅读次数:123
css 一行内显示 超出自动隐藏
一般的文字截断(适用于内联与块):ExampleSourceCode[www.mb5u.com].text-overflow{display:block;/*内联对象需加*/width:31em;word-break:keep-all;/*不换行*/white-space:nowrap;/*不换行*...
分类:Web程序   时间:2015-07-16 13:39:34    阅读次数:1029
[leedcode 88] Merge Sorted Array
Given two sorted integer arraysnums1andnums2, mergenums2intonums1as one sorted array.Note:You may assume thatnums1has enough space (size that is great...
分类:其他好文   时间:2015-07-16 13:35:36    阅读次数:92
[CareerCup] 1.4 Replace Spaces 替换空格
1.4 Write a method to replace all spaces in a string with '%20'. You may assume that the string has sufficient space at the end of the string to hold ...
分类:其他好文   时间:2015-07-16 13:32:22    阅读次数:133
[LeetCode] Recover Binary Search Tree
As the note in the problem statement, this problem has a straight-forward O(n)-space solution, which is to generate the inorder traversal results of t...
分类:其他好文   时间:2015-07-16 00:41:35    阅读次数:115
LeetCode#234 Palindrome Linked List
Problem Definition: Given a singly linked list, determine if it is a palindrome. Follow up: Could you do it in O(n) time and O(1) space?思路:为了达到O(1)...
分类:其他好文   时间:2015-07-15 20:52:39    阅读次数:104
高性能网站性能优化与系统架构(ZT)
转载请保留出处:俊麟 Michael’s blog (http://space.itpub.net/7311285/viewspace-97) 我在CERNET做过拨号接入平台的搭建,而后在Yahoo&3721从事过搜索引擎前端开发,又在MOP处理过大型社区猫扑大杂烩的架构升级等工作,同时自己...
分类:Web程序   时间:2015-07-15 18:48:15    阅读次数:137
eclipse 下调整jdk和tomcat的jvm参数
eclipse 下调试和运行,往往会出现调整java.lang.OutOfMemoryError: Java heap space产生的原因我猜测是使用了maven,subversion,mylar,wtp等插件,还有就是大文件,对象的操作导致,具体原因还不确定。在网上找了找相关资料,找到了解决办法...
分类:系统相关   时间:2015-07-15 16:56:28    阅读次数:137
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!