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 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
一般的文字截断(适用于内联与块):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
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
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
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
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
转载请保留出处:俊麟 Michael’s blog (http://space.itpub.net/7311285/viewspace-97) 我在CERNET做过拨号接入平台的搭建,而后在Yahoo&3721从事过搜索引擎前端开发,又在MOP处理过大型社区猫扑大杂烩的架构升级等工作,同时自己...
分类:
Web程序 时间:
2015-07-15 18:48:15
阅读次数:
137
eclipse 下调试和运行,往往会出现调整java.lang.OutOfMemoryError: Java heap space产生的原因我猜测是使用了maven,subversion,mylar,wtp等插件,还有就是大文件,对象的操作导致,具体原因还不确定。在网上找了找相关资料,找到了解决办法...
分类:
系统相关 时间:
2015-07-15 16:56:28
阅读次数:
137