05 2015 档案
摘要:HTML5滑动条:tuicoolhttp://www.tuicool.com/articles/U36rMjZoschinahttp://www.oschina.net/p/spyder百度经验http://jingyan.baidu.com/article/03b2f78c4d9fae5ea237...
阅读全文
摘要:from:http://jingyan.baidu.com/article/03b2f78c4d9fae5ea237aea6.htmlcss3 box-shadow 内阴影与外阴影1-box-shadow具体使用方法,语法:E {box-shadow:inset x-offset y-offset ...
阅读全文
摘要:http://opengrok.github.io/OpenGrok/Ubuntu环境下OpenGrok的安装及使用http://www.linuxidc.com/Linux/2013-05/84518p2.htmLinux下Opengrok安装部署与使用http://blog.csdn.net/h...
阅读全文
摘要:android中提供了4中动画: AlphaAnimation 透明度动画效果 ScaleAnimation 缩放动画效果 TranslateAnimation 位移动画效果 RotateAnimation 旋转动画效果 public AnimationSet ZxqAnimation() { ...
阅读全文
摘要:application PhoneApp既没有被Broadcast唤醒,也没有被其他service调用,那么是android是通过什么方式来启动PhoneApp,所以就发现了属性android:persistent。 在AndroidManifest.xml定义中,application有这么一...
阅读全文
摘要:sudo apt-get install nautilus-open-terminalnautilus -q
阅读全文
摘要:(ENV)carlo@ubuntu:~/flasky$ python hello.py shell>>> from hello import db>>> db.drop_all()>>> db.create_all()
阅读全文
摘要:请求对象要操作 URL (如 ?key=value )中提交的参数可以使用 args 属性:searchword = request.args.get('key', '')用户可能会改变 URL 导致出现一个 400 请求出错页面,这样降低了用户友好度。因此, 我们推荐使用 get 或通过捕捉 Ke...
阅读全文
摘要:我明明在编码前就加上了# -*- coding: UTF-8 -*-可是运行时还是出错了,# -*- coding: UTF-8 -*- 这句是告诉python程序中的文本是utf-8编码,让python可以按照utf-8读取程中文前加u就是告诉python后面的是个unicode编码,存储时按...
阅读全文