在Ubuntu上安装Karma遇到超时 timeout 错误。Google了一下,国外的码农给了一个快捷的解决方案,实测可行,贴在这里: sudo apt-get install npm nodejsnpm cache cleannpm config set registry http://regi ...
分类:
系统相关 时间:
2016-11-08 19:36:55
阅读次数:
214
write to xlsm (Excel 2007) using apache poi POI的下载(记得把其中的jar包全部加到工程里哦)http://mirror.bit.edu.cn/apache/poi/ I have written java file for writing xlsm(E ...
分类:
编程语言 时间:
2016-11-08 00:57:20
阅读次数:
1058
对于Python打开文件的模式,总是记不住,这次在博客里记录一下 r+: Open for reading and writing. The stream is positioned at the beginning of the file. w+:Open for reading and writ ...
分类:
编程语言 时间:
2016-11-05 23:40:15
阅读次数:
197
https://coderanch.com/t/278299/java/Writing-output-console-file-system File file = new File("test.txt");FileOutputStream fis = new FileOutputStream(fi ...
分类:
系统相关 时间:
2016-11-03 02:14:42
阅读次数:
219
source: https://sourceforge.net/p/dban/discussion/208932/thread/cb591b59/ Question:Trouble in running DBAN on Dell notebook (Vista Home Premium, 64-bi ...
分类:
数据库 时间:
2016-11-02 17:12:42
阅读次数:
397
修改现有函数 Tom 执行克隆操作后,看到新的文件string.c,他想知道这个文件到存储库?目的是什么?于是,他执行 git 日志命令。 [tom@CentOS ~]$ git clone gituser@git.server.com:project.git 上面的命令会产生以下结果。 Initi ...
分类:
其他好文 时间:
2016-11-02 00:54:59
阅读次数:
260
非常棒的Electron入门文章:https://medium.com/developers-writing/building-a-desktop-application-with-electron-204203eeb658
分类:
移动开发 时间:
2016-10-31 22:50:47
阅读次数:
269
Gear-wheels Time limit: 1.0 secondMemory limit: 64 MB — Arny! What happened with coordinator? Bad working coordinator was the everlasting trouble of t ...
分类:
其他好文 时间:
2016-10-28 23:24:24
阅读次数:
269
下面是20个非常有用的Java程序片段,希望能对你有用。 1. 字符串有整型的相互转换 2.向文件末尾添加内容 3.得到当前方法的名字 4.转字符串到日期 或者是: 5.使用JDBC链接Oracle 6.把 Java util.Date 转成 sql.Date 7.使用NIO进行快速的文件拷贝 8. ...
分类:
编程语言 时间:
2016-10-27 13:13:42
阅读次数:
323
在本节中我们会学习如果安装和使用插件插件是Atom中一个非常重要的组成部分,很多功能都是以插件形式存在的.比如上篇文章中提到的目录树和设置等窗口都是通过默认安装的插件来实现的. 查看已安装的插件 打开设置窗口(Cmd+,),再切换到”Packages”标签页,就可以看到已安装的插件列表了我们可以发现... ...
分类:
其他好文 时间:
2016-10-23 12:09:23
阅读次数:
277