Martin Angelov December 8th, 2016 The software development industry continues its relentless march forward. In 2016 we saw new releases of popular lan ...
分类:
其他好文 时间:
2017-05-17 14:11:00
阅读次数:
317
?? The Common Language Runtime (CLR), the virtual-machine component of Microsoft's .NET framework, manages the execution of .NET programs. A process k ...
关于系统环境: Ubuntu 16.04 LTS cuda 8.0 cudnn 6.5 Anaconda3 编译pycaffe之前需要配置文件Makefile.config 可避免Python.h 和 numpy/arrayobject.h文件找不到的问题 检查是否有文件存在: ls /usr/li ...
分类:
编程语言 时间:
2017-05-13 12:27:23
阅读次数:
2616
buffer与cache的理解Abufferissomethingthathasyettobe"written"todisk.Acacheissomethingthathasbeen"read"fromthediskandstoredforlateruse.也就是说buffer是用于存放要输出到disk(块设备)的数据的,而cache是存放从disk上读出的数据。这二者是为了提高IO性能的,并由OS管..
分类:
系统相关 时间:
2017-05-12 22:00:58
阅读次数:
227
netcat是网络工具中的瑞士军刀,它能通过TCP和UDP在网络中读写数据。通过与其他工具结合和重定向,你可以在脚本中以多种方式使用它。使用netcat命令所能完成的事情令人惊讶。 netcat所做的就是在两台电脑之间建立链接并返回两个数据流,在这之后所能做的事就看你的想像力了。你能建立一个服务器, ...
分类:
系统相关 时间:
2017-05-12 00:07:57
阅读次数:
484
6. ZigZag Conversion The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pat ...
分类:
编程语言 时间:
2017-05-10 18:47:49
阅读次数:
198
Number Steps Time Limit: 1000ms Memory limit: 10000K 有疑问?点这里^_^ 题目描写叙述 Starting from point (0,0) on a plane, we have written all non-negative integers ...
分类:
其他好文 时间:
2017-05-09 09:36:51
阅读次数:
135
一、 提交时 假设修改ABC.java为Abc.java。 1.1 如果使用git命令进行仅涉及大小写的重命名 1.1.1 设置git库为大小写敏感(不建议) $ git config core.ignorecase false $ git config core.ignorecase false ...
分类:
其他好文 时间:
2017-05-05 12:51:30
阅读次数:
278
# Other default tuning values # MySQL Server Instance Configuration File # # Generated by the MySQL Server Instance Configuration Wizard # # # Install ...
分类:
其他好文 时间:
2017-05-02 16:49:28
阅读次数:
200
Young Timofey has a birthday today! He got kit of n cubes as a birthday present from his parents. Every cube has a number ai, which is written on it. ...
分类:
其他好文 时间:
2017-05-01 13:38:41
阅读次数:
222