码迷,mamicode.com
首页 >  
搜索关键字:any    ( 7409个结果
python3 与 pip3 安装与使用
1. yum -y install openssl* (pip依赖ssl环境) 2.编译安装python3 下载地址:https://www.python.org/ftp/python/ 1 tar zxvf Python-3.5.2.tgz 2 cd Python-3.5.2 3 ./config ...
分类:编程语言   时间:2016-11-21 18:52:56    阅读次数:261
Leetcode-70 Climbing Stairs
#70. Climbing Stairs You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many dis ...
分类:其他好文   时间:2016-11-20 19:08:27    阅读次数:198
Atitit usrQBK1600 技术文档的规范标准化解决方案
Atitit usrQBK1600 技术文档的规范标准化解决方案 1.1. Keyword关键词。。展关键词,横向拓展比较,纵向抽象细化拓展知识点1 1.2. 标题必须有高大上词汇,参考文章排行榜,1 1.3. 标题带语言关键词c#.net js javascript c++ python1 1.4 ...
分类:其他好文   时间:2016-11-20 18:50:29    阅读次数:247
2016年11月19日 星期六 --出埃及记 Exodus 20:10
2016年11月19日 星期六 --出埃及记 Exodus 20:10but the seventh day is a Sabbath to the LORD your God. On it you shall not do any work, neither you, nor your son o ...
分类:其他好文   时间:2016-11-20 18:50:09    阅读次数:191
Java API学习笔记(一)
1. 不要重复初始化变量默认情况下,调用类的构造函数时,java会把变量初始化成确定的值,所有的对象被设置成null,整数变量设置成0,float和double变量设置成0.0,逻辑值设置成false...
分类:编程语言   时间:2016-11-20 16:16:56    阅读次数:277
Hibernate - lazy, fetch, inverse, cascade
Inverse是hibernate双向关系中的基本概念。inverse的真正作用就是指定由哪一方来维护之间的关联关系。当一方中指定了“inverse=false”(默认),那么那一方就有责任负责之间的关联关系,说白了就是hibernate如何生成Sql来维护关联的记录!inverse=true -> ...
分类:Web程序   时间:2016-11-20 13:20:11    阅读次数:199
AngularJS_01之基础概述、设计原则及MVC设计模式
1、AngularJS: 开源的JS框架,用来开发单一页面应用,以及数据操作频繁的场景;2、设计原则: ①YAGNI原则:You Aren't Gonna Need It! 不要写不需要的代码! ②KISS原则:Keep It Simple and Stupid! 代码保持简洁和具有表现力! ——语 ...
分类:Web程序   时间:2016-11-20 11:00:25    阅读次数:258
[AngularFire2] Auth with Firebase auth -- email
First, you need to enable the email auth in Firebase console. Then implement the auth service: Because login method return Promise, we need to convert ...
分类:其他好文   时间:2016-11-20 07:20:14    阅读次数:282
rails 命名
...
分类:其他好文   时间:2016-11-19 13:09:05    阅读次数:211
mathjax
MathJax.Hub.Typeset() method. This will cause the preprocessors (if any were loaded) to run over the page again, and then MathJax will look for unproc ...
分类:其他好文   时间:2016-11-19 12:17:51    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!