Paint paint1 = new Paint();paint1.setXfermode(new
PorterDuffXfermode(Mode.CLEAR));canvas.drawPaint(paint1);paint1.setXfermode(new
PorterDuffXfermode(M...
分类:
其他好文 时间:
2014-06-29 12:37:10
阅读次数:
202
通过Myeclipse8.6开发Web项目时,在浏览器中输入URL之后,Myeclipse弹出debug界面,为了不弹出这个界面,解决方案为:
方案一:
window->preferences->Myeclipse->Servers->Tomcat然后找到你的相应的Tomcat服务器的版本,选中然后展开其下面的子菜单会发现有个Launch选项,选中,在右侧Tomcat launch mode ...
分类:
其他好文 时间:
2014-06-04 22:39:10
阅读次数:
328
Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds mode...
分类:
其他好文 时间:
2014-06-04 13:19:23
阅读次数:
282
测试版本:CDH5.0,(Hadoop2.3)在使用windows调用Hadoop yarn平台的时候,一般都会遇到如下的错误:2014-05-28 17:32:19,761 WARN org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor: Exception from container-launch with co...
分类:
其他好文 时间:
2014-06-03 06:26:17
阅读次数:
277
【Sprite Editor】
在Unity3D中,一个图片可以有多种类型(如下图)。对于2D游戏开发,最常用的类型就是Sprite。 下图是Sprite Texture的属性,Packing
Tag用于指定packing在哪一个tag。Filter Mode指定Texture的Filter...
分类:
其他好文 时间:
2014-06-02 18:09:17
阅读次数:
311
DescriptionThe police office in Tadu City
decides to say ends to the chaos, as launch actions to root up the TWO gangs in
the city, Gang Dragon and Ga...
分类:
其他好文 时间:
2014-06-02 09:38:19
阅读次数:
219
4.2 THE COMPLETENESS THEOREM(2) If A theory
$\mathbf{T}$ has a model, then it is consistent.ProofSuppose that $\mathbf{T}$
has a mode $\mathbf{\alpha}...
分类:
其他好文 时间:
2014-06-02 06:23:48
阅读次数:
189
<?php
/**
* 文件操作(生成日志)支持多条插入
* (如果插入多条语句并换行 用','逗号分开)
*
*/
class log {
public $path = './info.txt'; //默认值文件
public $mode = 'a'; //默认追加写
public $content = '默认值:空'; //默认内容是 空
public ...
分类:
Web程序 时间:
2014-06-02 02:35:45
阅读次数:
231
成功与否的关键在于你是否按照顺序执行:
前置条件:右键“我的电脑”——“属性”——“设备管理器”——“网络适配器”查看是否有Microsoft Virtual WiFi Miniport Adapter这一项,如果安装的是WIN 7系统,一般都会有这一项,如果没有,可以在网上查查如何安装上这一项。
1、启用并设定虚拟WiFi网卡:
运行命令:netsh wlan set hostednetwork mode=allow ssid=wifi名称 key=wifi密码
例如:netsh wlan set h...
sqlite>.mode columnsqlite> .headers on
分类:
数据库 时间:
2014-05-31 01:01:29
阅读次数:
300