一、 Scrapy简介Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages...
分类:
其他好文 时间:
2014-09-01 17:11:43
阅读次数:
213
续上一篇,继续介绍Android系统。上一篇:【译】Android系统简介本文主要介绍构建Android应用的一些主要概念:ActivityActivity是应用程序中一个单独的有UI的页面(screen),例如:在email应用中,会有一个activity用来显示email的列表,还有activi...
分类:
移动开发 时间:
2014-08-31 18:37:41
阅读次数:
250
效果图 部分less代码 @pinet-screen-width:?2880;
.mixin-sorting(@bg)?{
????&.sorting_1?{
????????background-color:?@bg;
????????color:?#3d8dc6;
????????a?{
????...
分类:
Web程序 时间:
2014-08-31 15:57:01
阅读次数:
886
init_map(res_path)1.初始化mapbase的基本信息pos2d screen_area = {1000, 600}; //普通屏幕大小m_spBase->init(screen_area.x / 3, screen_area.y / 3 , //屏幕划分成3*3格子 hea...
分类:
其他好文 时间:
2014-08-29 23:57:48
阅读次数:
470
命名空间:using System.Drawing;using System.Drawing.Imaging;using System.Windows.Forms;相关代码//获得当前屏幕的分辨率Screen scr = Screen.PrimaryScreen;Rectangle rc = scr...
分类:
其他好文 时间:
2014-08-29 14:27:37
阅读次数:
216
tmux 快捷键 =========== @[tmux|快捷键|linux] ####1. tmux简介 ?`tmux`是一个优秀的终端复用软件,类似GNU Screen,但来自于OpenBSD,采用BSD授权。使用它最直观的好处就是,通过一个终端登录远程主机并运行t...
分类:
其他好文 时间:
2014-08-29 13:15:18
阅读次数:
164
#-*-coding:utf-8-*-importpygamefrompygame.localsimport*fromsysimportexit#thcolors用于加载颜色进来frompygame.colorimportTHECOLORSimporttimepygame.init()screen=pygame.display.set_mode((700,480),0,32)pygame.display.set_caption((r‘python画图工具‘).encode(‘utf-8..
分类:
其他好文 时间:
2014-08-26 19:53:27
阅读次数:
182
在deferred shading 和post process 阶段, 通常要做的一件事情就是讲裁减空间坐标转换到屏幕空间的纹理坐标.这里面通常的做法就是Vertex Shader 输出clip space position 到pixel shader.pixel shader 做除法,然后再 + ...
分类:
其他好文 时间:
2014-08-26 15:10:16
阅读次数:
266
ACTION_SCREEN_ON和ACTION_SCREEN_OFF只能通过动态注册的方式(代码内context.register和unregister),而ACTION_USER_PRESENT则是动态、静态注册两种方式都可以。下面我们通过这个锁屏、解锁相关的BroadcastReceiver来了...
分类:
其他好文 时间:
2014-08-26 13:31:36
阅读次数:
182
好久没有写android的小例子了,由于前几天写了一篇关于Intent.Action的文章,有朋友私信问我关于ACTION_SCREEN_ON和ACTION_SCREEN_OFF还有ACTION_USER_PRESENT三个Action的用法,由于作为一个总结博文,当时并没有详细讲,ACTION_SCREEN_ON和ACTION_SCREEN_OFF只能通过动态注册的方式(代码内context.r...
分类:
其他好文 时间:
2014-08-26 11:37:55
阅读次数:
290