转载请注明转自:http://write.blog.csdn.net/postedit
eclipse svn的插件无法使用,很是纠结。后来发现是安装版本兼容行的问题。
默认安装svn 默认版本是1.8.x
.javaHL library ubuntu下默认的是1.6x的版本
eclipse svn插件 subversion 选择了1.8的。
在启动eclipse sv...
分类:
系统相关 时间:
2014-11-26 14:21:29
阅读次数:
269
Follow up for "Search in Rotated Sorted Array":What ifduplicatesare allowed?Would this affect the run-time complexity? How and why?Write a function to...
分类:
其他好文 时间:
2014-11-26 13:45:50
阅读次数:
179
很多人都以为使用write和使用send发送数据是一样的,确实都可以发送数据,但是有一点需要注意: ? ?write 函数不能保证发送的数据一次都能发送完 ,可能只发送了一部分(当内核发送缓冲区满的时候),这点...
分类:
系统相关 时间:
2014-11-26 11:42:25
阅读次数:
415
level4:二进制转ascii,python脚本.trash/bin#出现一串二进制importsysa="0101010001101001011101000110100000110100011000110110111101101011011001010110100100001010"foriina.split(‘‘):sys.stdout.write(chr(int(i,2)))level5:符号链接,ln命令./leviathan5#提示Cannotfind..
分类:
其他好文 时间:
2014-11-26 11:36:59
阅读次数:
204
不同手机的权限异常本文地址:http://blog.csdn.net/caroline_wendy添加手机快捷方式和其他读写配置方面,需要添加某些定制的读写权限(READ_SETTINGS\WRITE_SETTINGS),可以是解决一些问题。包括:摩托罗拉(motorola),HTC(htc),宏碁(aspire),360(qihoo360),天翼(ty),索尼爱立信(sonyericsson),...
分类:
移动开发 时间:
2014-11-26 11:31:58
阅读次数:
311
read#include int read(int fd, void *buf, int nbyte);函数说明:read()会把参数fd所指的文件传送nbyte个字节到buf指针所指的内存中。write#includessize_twrite (int fd,const void * buf,si...
分类:
其他好文 时间:
2014-11-26 01:07:37
阅读次数:
207
//----------------使用了window.open和document.write在新页面中打开用户提交的代码codeWindow
分类:
其他好文 时间:
2014-11-25 23:25:13
阅读次数:
205
题目链接IntersectionTime Limit:1000MSMemory Limit:10000KTotal Submissions:12040Accepted:3125DescriptionYou are to write a program that has to decide wheth...
分类:
其他好文 时间:
2014-11-25 23:21:12
阅读次数:
309
BOM:Browser Object Model(浏览器对象模型)window.open(url,target);------打开一个新窗口,target=_self(自身框架中打开),=_blank(新的框架)document.write();-------------清空当前界面并输入东西oNe...
分类:
其他好文 时间:
2014-11-25 23:18:33
阅读次数:
218
javascript使用document.write(str)进行输出时,常提示下列错误:Error:unterminated string literal。通常原因是输出字符str中包含换行符导致的。 解决方法如下:asp:str=replace(str,vbcrlf,"",1,-1,1)php:...
分类:
Web程序 时间:
2014-11-25 22:53:21
阅读次数:
192