码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
LeetCode Notes 3Sum Closest
依旧先来题目:Given an arraySofnintegers, find three integers inSsuch that the sum is closest to a given number, target. Return the sum of the three integers...
分类:其他好文   时间:2015-08-10 19:54:29    阅读次数:104
LeetCode Notes Regular Expression Matching
先来题目:'.' Matches any single character.'*' Matches zero or more of the preceding element.The matching should cover the entire input string (not parti.....
分类:其他好文   时间:2015-08-10 17:40:23    阅读次数:106
价值博客们,技术博客
www.raychase.nethttp://mindhacks.cn程序员博客墙blogwall.ushttp://www.cppblog.com/vczhMacTalk-池建强的随想录Fenng DBA Notes | 闲思录robbin的自言自语风雪之隅-Laruence的博客blog.vgo...
分类:其他好文   时间:2015-08-10 07:03:56    阅读次数:152
django notes 五:Writing models
models 其实也没什么好说的,就是普通的 python 类settings 中配置数据库连接DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'mydb', ...
分类:其他好文   时间:2015-08-08 22:49:34    阅读次数:207
leetcode summary-思路整理-arranged by soul’s notes
第 2 章 线性表2.1 数组 . . . . . . . . . . . . . . . 22.1.1 Remove Duplicatesfrom Sorted Array . . . 22.1.2 Remove Duplicatesfrom Sorted Array II . . 32.1.3 ...
分类:其他好文   时间:2015-08-08 17:53:31    阅读次数:216
MongoDB 3.0 新特性【转】
本文来自:http://www.open-open.com/lib/view/open1427078982824.html#_label3更多信息见官网:http://docs.mongodb.org/manual/release-notes/3.0/参考文章:测试:http://www.mongo...
分类:数据库   时间:2015-08-06 13:01:49    阅读次数:207
[notes] some code tips
genericizing-codePrefer functionality over implementationIt’s never too late to refactorWatch out for repeated code across different typesOne protocol...
分类:其他好文   时间:2015-08-06 01:57:55    阅读次数:104
测试管理工具列表大全
ID Name Notes ? 1 TestDirector/Quality Center 业界第一个基于Web的测试管理系统,它可以在您公司组织内进行全球范围内测试的协调。通过在一个整体的应用系统中提供并且集成了测试需求管理,测试计划,测试日程控...
分类:其他好文   时间:2015-08-05 22:49:07    阅读次数:304
django notes 四: Writing views
views 其实没什么可看的, 在 django 中 views 就是 controller, 是处理请求的, 就是一个普通的 python 方法。一般从 request 中提取请求参数, 然后处理业务逻辑, 跟数据库和后台服务做交互,取回数据,渲染模板,将返回结果包装进 HttpResponse ...
分类:其他好文   时间:2015-08-03 00:44:41    阅读次数:176
Begin to record my bologs....
after work for almost two years, I have realize the truth notes can help a lot for us. avoiding my lazy life, I decide to sign something important up....
分类:其他好文   时间:2015-08-02 23:16:17    阅读次数:111
1141条   上一页 1 ... 77 78 79 80 81 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!