码迷,mamicode.com
首页 >  
搜索关键字:color    ( 180498个结果
查询目前运行状态-CPU等情况
对目前的数据库的运行状况有一个基本的了解SELECT TOP ( 10 )DB_NAME(a.dbid) AS dbname ,loginame ,spid ,cpu ,b.text ,lastwaittype ,waitresource ,a.[status] ,hostname AS WebSe...
分类:其他好文   时间:2014-08-18 14:25:42    阅读次数:140
字符图元 & 显示列表
【字符图元】1、typeface(字样),即设计风格,如Courier等。2、font(字体),如10磅Courier斜体。3、monspace即为等宽字体,proportional为非等宽字体。4、字体有2种存储格式:位图字体(bitmap font),也要光栅字体(raster font);轮...
分类:其他好文   时间:2014-08-18 14:25:32    阅读次数:731
单元测试
在实际开发中,开发android软件的过程需要不断地进行测试。使用Junit测试框架,是正规Android开发的必用技术,在Junit中可以得到组件,可以模拟发送事件和检测程序处理的正确性。第一步:首先在AndroidManifest.xml中加入下面红色代码: ....上面targetPacka....
分类:其他好文   时间:2014-08-18 14:25:22    阅读次数:133
Palindrome Partitioning
Given a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioning ofs.For example, giv...
分类:其他好文   时间:2014-08-18 14:25:12    阅读次数:204
bshare分享插件的ajax应用
在做新浪某个项目的时候,在ajax动态加载的时候,想增加分享功能,采用bshare插件。怎么办呢,看API?可是采用方法调用的时候,不是会重复绑定事件,就是会丢失事件,原因我想在于异步加载的原因。后来联系客服,不断地调配,终于成功了。分享一下方法function makeActives(active...
分类:其他好文   时间:2014-08-18 14:24:52    阅读次数:233
memcache+spring 配置
本文使用memcache开源客户端spymemcache跟spring结合。操作步骤如下:1. 引入spymemcache jar 包 (maven 设置pom) 具体sping pom该如何引用请查阅系统架构中配置 net.spy sp...
分类:编程语言   时间:2014-08-18 14:24:22    阅读次数:240
NetBeans工具学习之道:NetBeans的(默认)快捷键
没什么好介绍的,是netbeans的快捷键,比較全面。看到好多坛子里还在问eclipse下的这个快捷键怎么netbeans下没有呢。曾经收集的,如今列在以下:事实上,在当前安装的netbeans的 帮助 菜单下 有 快捷键列表 这个子菜单,这里有具体的针对当前版本号的介绍。这里,我认为有个问题须要说...
分类:Web程序   时间:2014-08-18 14:24:12    阅读次数:301
(转)How To Kill runaway processes After Terminating Concurrent Request
Every concurrent Request uses some resources for running. If we find that the concurrent request is taking long time and decided to terminate the conc...
分类:其他好文   时间:2014-08-18 14:24:02    阅读次数:160
jquery实现<body>中点击按钮后,在<tbody>中显示一连串文本框
HTML中的代码如下: 1 2 3 4 添加坐标 5 6 7 8 9...
分类:Web程序   时间:2014-08-18 14:23:52    阅读次数:447
BNUOJ 19792 Airport Express
Airport ExpressTime Limit: 1000msMemory Limit: 131072KBThis problem will be judged onUVA. Original ID:1137464-bit integer IO format:%lld Java class na...
分类:其他好文   时间:2014-08-18 14:22:42    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!