1.http://elinux.org/images/d/dc/Inside_Android‘s_User_Interface.pdf 2.http://stackoverflow.com/questions/7776115/android-gui-architecture-relation-between-surface-view-window-canvas 3.https://himme...
分类:
移动开发 时间:
2015-11-03 19:45:16
阅读次数:
260
Showing you how you can expose properties on your Controller to access them using #refs inside of your template.// letterSelect.tsimport {Component, V...
分类:
其他好文 时间:
2015-11-01 06:54:05
阅读次数:
409
Inside君整理了一份最新基于MySQL 5.6和5.7的配置文件模板,基本上可以说覆盖90%的调优选项,用户只需根据自己的服务器配置稍作修改即可,如InnoDB缓冲池的大小、IO能力(innodb_buffer_pool_size,innodb_io_cap...
分类:
数据库 时间:
2015-10-28 15:53:55
阅读次数:
179
This is the first article, in the series of articles named "Adding components to a DBGrid". The idea is to show how to place just about any Delphi con...
分类:
数据库 时间:
2015-10-27 23:25:01
阅读次数:
268
Inside君整理了一份最新基于MySQL 5.6和5.7的配置文件模板,基本上可以说覆盖90%的调优选项,用户只需根据自己的服务器配置稍作修改即可,如InnoDB缓冲池的大小、IO能力(innodb_buffer_pool_size,innodb_io_capacity)。特别注意,这份配置文件不...
分类:
数据库 时间:
2015-10-23 18:22:38
阅读次数:
249
---恢复内容开始---The format of an operating system's executable file is in many ways a mirror of the operating system.Winnt.h是一个非常重要的头文件,其中定义了大部分windows下的内...
test_\@.pyclass myDecorator(object): def __init__(self, f): print "inside myDecorator.__init__()" self.f = f def __call__(...
分类:
编程语言 时间:
2015-10-14 17:32:18
阅读次数:
161
在工程中,想在建立多个source filder,总是报错,报错信息是Cannot nest 'GzEdu/src/c' inside 'GzEdu/src'. To enable the nesting exclude 'c/' from 'GzEdu/src解决办法:把下面的Update exc...
分类:
其他好文 时间:
2015-10-08 16:26:43
阅读次数:
133
keyword: signal-basedThe heart of the Gigablast process is the I/O control loop.If queue is full, kernel will deliver SIGIO to gp process.g_udpServerL...
分类:
其他好文 时间:
2015-10-08 13:00:42
阅读次数:
189
Planet.log = loglog.info "starting"// we use class to create objects of a classPlanet p1 = new Planet()Planet p2 = new Planet()Planet p3 = new Planet....
分类:
其他好文 时间:
2015-10-06 18:05:30
阅读次数:
136