As of June 2016 Raspbian already has the necessary modifications. You only need to enable the overlay in config.txt (step 6 onwards). I finally got th ...
分类:
其他好文 时间:
2016-07-12 11:41:40
阅读次数:
151
面向对象的最基本原则 Software entites like classes,modules and functions should be open for extension but cloased for modifications一个软件实体如类、模块和函数应该对扩展开放,对修改关闭。 ...
分类:
其他好文 时间:
2016-06-18 06:45:49
阅读次数:
130
Annotation Choices for Suggested Redeclarations and Modifications Replaceable model ...
分类:
其他好文 时间:
2016-06-08 12:06:39
阅读次数:
184
把sql-alchemy在init.py里的SQLALCHEMY_TRACK_MODIFICATIONS,797行左右改为True就行了app=Flask(__name__)
app.config.from_object(‘config‘)app.config.setdefault(‘SQLALCHEMY_TRACK_MODIFICATIONS‘,True)db=SQLAlchemy(app)
lm=LoginManager()
lm.init_app(app)
分类:
Web程序 时间:
2016-05-23 19:35:30
阅读次数:
444
DevTools Elements1. 设置DOM断点DevTools给我们提供了三种DOM断点:1. Subtree Modifications - 会在子节点的增加、删除、移动时候触发。2. Attributes Modifications - 断点会在当前元素的状态(id、class、disa... ...
分类:
其他好文 时间:
2016-04-02 02:00:16
阅读次数:
217
开闭原则【Open Close Principle】定义
software entities like classes, modules and functions should be open for extension but closed for modifications.
一个软件实体应该对扩展开放,对修改关闭。
什么是开闭原则闭原则的定义已经非常明...
分类:
其他好文 时间:
2015-09-08 12:35:45
阅读次数:
255
4.7.5 Efficient Construction of LALR Parsing TablesThere are several modifications we can make to Algorithm 4.59 to avoid constructing the full collec...
分类:
其他好文 时间:
2015-09-05 15:01:59
阅读次数:
184
今天使用第三方Jar包afinal.jar时候,想看一下源代码,无法看
然后像添加jar对应的源码包,也无法添加相应的源代码,报错如下:The current class path entry belongs to container 'Android Dependencies' which does not allow user modifications to source atta...
分类:
移动开发 时间:
2015-07-29 21:18:55
阅读次数:
239
FYSHOP OPENCART 主题模板 ABC-0430 FyShop - opencart 1.5.x template The demo is on 1.5.1.x , the 1.5.2.x to 1.5.6.x versions are the same, but with few minor modifications - cool and modern design; ...
分类:
其他好文 时间:
2015-04-25 21:21:35
阅读次数:
137
转载于:http://www.cnblogs.com/flashlm/archive/2013/02/22/eclipse-android-project-dependencies-does-not-allow-modifications-to-source-attachments.html被Ecl...
分类:
移动开发 时间:
2015-04-14 18:00:43
阅读次数:
126