定义函数 def <name> (former parament): 函数体(缩进) 环境 全局环境 局部环境 只在函数内部有效 TIP 函数体只在调用的最后执行 只在函数内部有效 函数体只在调用的最后执行 抽象化函数 函数域(函数的形参集) 函数值范围(取决于他的返回值) 函数的作用(输入与输出之 ...
分类:
其他好文 时间:
2017-06-19 22:17:20
阅读次数:
146
今天我们来用docker-compose 快速安装一个Django+PostgreSQL的开发环境。 Compose简介 Compose 定位是“defining and running complex applications with Docker”,前身是 Fig,兼容 Fig 的模板文件。 ...
分类:
数据库 时间:
2017-06-10 12:41:22
阅读次数:
468
C++ Code 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 ...
分类:
其他好文 时间:
2017-05-30 16:08:55
阅读次数:
241
參考:http://scikit-learn.org/stable/model_selection.html 有待翻译,敬请期待: 3.1. Cross-validation: evaluating estimator performance 翻译文章參考:http://blog.csdn.net/ ...
分类:
其他好文 时间:
2017-05-30 13:07:30
阅读次数:
243
For a long time I was confused about this. It was not clear to me what is the difference between setting the static route using next hop interface IP ...
分类:
其他好文 时间:
2017-05-14 10:32:20
阅读次数:
278
Default Model Binder The Order in Which the DefaultModelBinder Class Looks for Parameter Data: Bind to simple type: The DefaultModelBinder tries to co ...
分类:
Web程序 时间:
2017-05-02 13:38:30
阅读次数:
275
1、安装好tomcat之后,下载并且编译最新的dubbo-admin如图:1、修改WEB-INF中的dubbo.propertiesdubbo.registry.address=zookeeper://192.168.1.87:2181//zookeeper的地址dubbo.admin.root.password=rootdubbo.admin.guest.password=guest2、删除原tomcat/webapps/ROOT目录下的..
分类:
其他好文 时间:
2017-04-28 15:59:22
阅读次数:
356
defining the problem 最重要也是最难的对于OR mathematical modeling is the cornerstone of OR 数学建模是Operations Research的基石。 intangible(unquantifiable) factors (such ...
分类:
其他好文 时间:
2017-04-24 23:01:00
阅读次数:
146
When you are using React components you need to be able to access specific references to individual component instances. This is done by defining a re ...
分类:
其他好文 时间:
2017-02-06 20:54:46
阅读次数:
165
Defining the Encoding ...
分类:
编程语言 时间:
2017-01-19 13:59:33
阅读次数:
218