发布了文章2017-01-09
Basic Information Mac Pro: OS X Yosemite Version 10.10.5 Clang: Apple LLVM version 7.0.2 (clang-700.1.81) HomeBrew Already installed X-Code and NetBeans Update Your Compiler The original compiler gcc/g++ probably does not support OpenMP. Most like...
发布了文章2016-11-15
I'm using the cpp interfaces. It requires you first install the basic netCDF C class and then install the interface for cpp, because the cpp interface is based on the classic model.
发布了文章2016-07-09
Githug是一个入门和辅助学习Github的代码游戏,至今已有54个关卡。通关之后,我对于Github神器有了更多的体会,它值得我们进一步研究。
提出了问题2016-06-13
发布了文章2016-05-25
PEP 8 是python代码规范说明,里面规定了一些推荐的python代码的格式与用法。笔者将在本文中做一些总结,不是为了纯粹的翻译PEP 8,而是根据个人习惯与喜好进行的一个整理。如有谬误,欢迎指出。
关注了问题2016-05-20
关注了问题2016-05-20
提出了问题2016-05-20
提出了问题2016-05-15
发布了文章2016-05-14
用途 正则表达式可以 测试字符串内的模式 替换文本 基于模式匹配从字符串中提取子字符串 RegEx语法 正则表达式(Regular Expression, RegEx)通过单个字符串来匹配一系列符合此语法规则的目标字符串。 元字符以及其在RegEx中的行为说明列表: 元字符 行为 \ ^ 匹配输入...
发布了文章2016-05-13
Abstract This is a shortcut collection for Eclipse Java Mars. More information: Mars.2 Release 4.5.2 PyDev for Eclipse installed Node eclipse git add-on installed Shortcut List Function Shortcut add common block Ctrl + 4 push and commit git Ctrl +...
提出了问题2016-05-13
回答了问题2016-04-27
你可以检查len(lines),看看是不是239。 而且建议你加上 {代码...}
回答了问题2016-04-22
下面这段代码有个小问题,少了一个else {代码...}
关注了问题2016-04-21
发布了文章2016-04-21
近日,笔者利用空闲时间写了一个简单的在线预约系统,使用的工具包括Python 3.5.1 和 Django 1.9.5 。早就有听说Django响亮的口号,“The web framework for perfectionists with deadlines”。这次自己亲自尝试了过后,发现果然名不虚传,清晰简洁的支持文档,方便的A...
提出了问题2016-04-21