码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
red-hat6.5 yum 源配置,This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register
分类:其他好文   时间:2015-07-27 18:20:14    阅读次数:441
Android旋转动画
Android旋转动画核心方法public void startAnimation(Animation animation) 执行动画,参数可以是各种动画的对象,Animation的多态,也可以是组合动画,后面会有。 2个参数的构造方法/** * Constructor to use when building a RotateAnimation from code. * Default piv...
分类:移动开发   时间:2015-07-27 16:28:02    阅读次数:158
Console I/O 加上CreateThread
//Console I/O 加上CreateThread /*Demonsttrates how to write a program that cna use CreateThread instead of calling _beginthreadex. This program does not need the multithread library. This program co...
分类:其他好文   时间:2015-07-27 15:02:42    阅读次数:127
Android缩放动画
Android缩放动画核心方法public void startAnimation(Animation animation)执行动画,参数可以是各种动画的对象,Animation的多态,也可以是组合动画,后面会有。 4个参数构造方法/** * Constructor to use when building a ScaleAnimation from code * * @param from...
分类:移动开发   时间:2015-07-27 15:00:58    阅读次数:125
mysql具体语句示例
建表:(not null ,auto_increment, unique , primary key)create database balfish;use balfish;create table mytable1( id int not null, name varchar(20), grade...
分类:数据库   时间:2015-07-27 14:41:24    阅读次数:138
系统windows进程的资源分配
http://www.captaincodeman.com/2011/02/27/limit-mongodb-memory-use-windows/CaptainCodemanAboutArchiveCategoriesPagesTagsLimit MongoDB memory use on Win...
分类:Windows程序   时间:2015-07-27 14:37:05    阅读次数:329
java字节码 new 后面的dup有什么用?
Because INVOKESPECIAL will consume value created by NEW from the operand stack, but you may need to actually use this value, so the reference is dupli...
分类:编程语言   时间:2015-07-27 13:01:43    阅读次数:196
Eclipse下tomcat输出路径配置
在Eclipse下配置server为Tomcat(一般为Tomcat 6.X),双击server面板中的Tomcat v6.0 Server,出现的Server Locations配置有三个选项: 1. Use workspace metadata (does not modify Tomcat ....
分类:系统相关   时间:2015-07-27 12:42:00    阅读次数:125
conkey conf
update_interval 1.0 # 更新时间间隔double_buffer yes # 双缓存,解决Conky闪烁问题use_xft yes # 自定义字体xftfont DejaVu Sans Mono:size=9maximum_width 3...
分类:其他好文   时间:2015-07-27 12:28:36    阅读次数:98
win7 x64 驱动
原文: win7 x64 驱动 从x86转x64 1.编译环境要为x64 2.修改inf文件 [Manufacturer] %MfgName%=Mfg0,NT,NTia64,NTAMD64 [Mfg0] ; PCI hardware Ids use the form ; PCI\VEN_aaaa&D...
分类:Windows程序   时间:2015-07-27 10:54:53    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!