To create a Font object to draw text, it is necessary to specify the font face name. This example demonstrates how to retrieve all the font face names ...
分类:
其他好文 时间:
2018-09-03 00:06:03
阅读次数:
191
Images in accelerated memory are much faster to draw on the screen. However, accelerated memory is typically limited and it is usually necessary for a ...
分类:
其他好文 时间:
2018-09-03 00:04:02
阅读次数:
182
This examples defines methods for getting and setting text on the system clipboard. ...
分类:
其他好文 时间:
2018-09-02 23:44:32
阅读次数:
173
consul cluster setup 介绍和指南: consul用于服务发现.当底层服务发生变化时,能及时更新正确的mysql服务IP. 并提供给业务查询.但需要自行编写脚本,监测数据库状态和切断故障服务器的对外提供服务. https://www.consul.io/intro/getting ...
分类:
其他好文 时间:
2018-09-02 12:28:30
阅读次数:
364
首先,最好参照来源当然是来自于开源代码本身的文档: https://reactnative.cn/docs/getting-started/ 一、初始环境搭建 1.环境组件 由于从网上查找React-native的搭建版本是0.48,我就还通过win10的powerShell安装了 -Chocola ...
分类:
其他好文 时间:
2018-08-31 19:20:45
阅读次数:
668
:http://amazeui.org/ :http://www.dcloud.io/index.html :https://weui.io/ :http://m.sui.taobao.org/getting-started/ :http://frozenui.github.io/ ...
分类:
其他好文 时间:
2018-08-31 17:05:55
阅读次数:
177
译者按: 还没学好ES6?ECMAScript 2018已经到来啦! 原文 : "ECMAScript regular expressions are getting better!" 作者 : "Mathias Bynens" : Google V8引擎开发者 译者 : "Fundebug" 为了 ...
分类:
其他好文 时间:
2018-08-30 10:53:11
阅读次数:
281
属性是OC(Objective C)的一项特征,就像人的某一项特征。 这个是基于OC是面向对象的语言,万物皆对象。这也就很好理解了。 就相当于声明了label 这个属性,并且实现了他的setting和getting方法。 属性有什么特征: 1、原子性与非原子性 原子性(atomic)在读与写属性的时 ...
分类:
移动开发 时间:
2018-08-29 14:31:18
阅读次数:
232
今天在调试dbus程序的时候,运行程序出现了getting session bus failed: //bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initializati ...
分类:
数据库 时间:
2018-08-28 20:14:45
阅读次数:
1103
开篇的絮絮叨叨:如果是web,可以考虑使用 使用Web Uploader : http://fex.baidu.com/webuploader/getting-started.html 工作中需要使用到断点续传,找了好多篇博客,最后的时候在csdn上找到一个项目(文末有链接)。把他的代码拆出来使用了 ...