之前用的时候只设置了antialias属性,其实要设置两个flag才行1 paint.setFlags(Paint.ANTI_ALIAS_FLAG|Paint.FILTER_BITMAP_FLAG);2 //或者3 canvas.setDrawFilter(new PaintFlagsD...
分类:
移动开发 时间:
2014-07-07 17:29:48
阅读次数:
346
alias ll='ls -al'use_color=false# Set colorful PS1 only on colorful terminals.# dircolors --print-database uses its own built-in database# instead of ...
分类:
其他好文 时间:
2014-07-07 13:41:54
阅读次数:
245
1.导入证书到jdk里keytool -import -alias 证书名称 -file 证书地址 -keystore 导入位置例:keytool -import -alias co3 -file C:\Users\Administrator\Desktop\1\co3_sso.cer -keyst...
分类:
其他好文 时间:
2014-07-03 11:32:15
阅读次数:
190
Paint mTextPaint = new Paint(Paint.ANTI_ALIAS_FLAG);mTextPaint.setColor(Color.WHITE);// Define the string.String displayText = “Hello World!”;// Measu...
分类:
移动开发 时间:
2014-07-01 19:41:52
阅读次数:
235
This function is an alias forapache_request_headers(). Please read theapache_request_headers()documentation for more information on how this function ...
分类:
Web程序 时间:
2014-06-29 00:34:44
阅读次数:
288
一、改动httpd.conf打开appserv的安装文件夹,找到httpd.conf文件,分别去掉以下两行文字前面的#号。#LoadModule vhost_alias_module modules/mod_vhost_alias.so去掉#意思是启用apache的虚拟主机功能。#Include c...
分类:
其他好文 时间:
2014-06-28 23:31:54
阅读次数:
280
1.类的定义: 在Ext项目开发中,有时会用到只选择年月的日期组件,下面的代码会帮你完成,只需向下面的类拷贝到你的项目中即可使用。Ext.define('Ext.form.field.Month', { extend:'Ext.form.field.Date', alias: 'wid...
分类:
其他好文 时间:
2014-06-28 12:00:41
阅读次数:
164
一般情况下,type命令被用于判断另外一个命令是否是内置命令,但是它实际上有更多的用法。 1.判断一个名字当前是否是alias、keyword、function、builtin、file或者什么都不是: type ls的输出是ls 是 `ls --color=auto' 的别名 ...
分类:
系统相关 时间:
2014-06-26 18:04:33
阅读次数:
261
版本:ext4.2.1问题:在Form中嵌套girdEditor,只要编辑过grid,那么Form的isDirty()永远是ture。Form代码:Ext.define("Soims.view.application.SampleInfoForm",{
extend:‘Ext.form.Panel‘,
alias:‘widget.sampleinfoform‘,
title:‘样品信息‘,
initComponent:function(){
thi..
分类:
Web程序 时间:
2014-06-24 16:17:07
阅读次数:
288
作为一名Android开发者,总觉得至少应该掌握一门服务器语言,最近在慢慢的学习php,理所当然的要学习Apache的使用,本篇文章主要介绍在Win7环境下,如何配置Apache的虚拟目录。
首先,找到我们Apache的配置文件,然后打开
我们很多的配置都需要在这个文件里面完成。
下面,找到我们的节点,在里面添加下面内容
Alias /qust "E:/qust"
Opt...
分类:
其他好文 时间:
2014-06-22 06:56:39
阅读次数:
232