码迷,mamicode.com
首页 >  
搜索关键字:common    ( 9294个结果
android nfc(官方翻译)
NFC Basics The Tag Dispatch System: How NFC tags are mapped to MIME types and URIs(NFC标签是如何映射到MINE类型和URI的?): How NFC Tags are Dispatched to Applications: Requesting NFC Access in the Android Manifest: Filtering for NFC Intents Creating Common Types of NDEF...
分类:移动开发   时间:2014-05-10 09:39:25    阅读次数:689
C#:列表视图操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// 列表视图操作类 ...
分类:其他好文   时间:2014-05-08 19:30:25    阅读次数:337
C#:复选框操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// 复选框操作类 ...
分类:其他好文   时间:2014-05-07 20:22:28    阅读次数:345
安装Rational Rose启动报错:无法启动此程序,因为计算机中丢失 suite objects.dll。
运行Rational Rose的时候如果出现这样的错误,先检查环境变量有没有common的地址,如果没有直接配上就OK;配置如下:D:\Program Files\Rational\Common;   我的win7直接使用大写的Common路径没有出现下面资料说的问题;如果有的可以按照下面资料再次修改下; 下面资料来自于网络: 安装完以后提示找不到 suite objects.d...
分类:其他好文   时间:2014-05-07 12:19:33    阅读次数:364
【SSH2(实践篇)】--Struts2文件上传下载实例
struts的文件上传和下载使用的是io流操作完成的,可以使用java.io流,同样可以使用第三方的common.io流实现。Struts2并没有提供文件上传的组件,所以想要实现上传的功能就必须通过第三方组件来实现,在Struts2引用的jar中包含了文件上传的组件,它是通过commons-fileupload.jar和commons-io.jar来实现的。这其中的处理细节不需要太懂,在使用中慢慢思考就可以做到灵活运用。...
分类:其他好文   时间:2014-05-07 12:00:45    阅读次数:337
UVALive 6525 Attacking rooks
点击打开链接 6525 - Attacking rooks Chess inspired problems are a common source of exercises in algorithms classes. Starting with the well known 8-queens problem, several generalizations and variatio...
分类:其他好文   时间:2014-05-07 08:51:26    阅读次数:428
eclipse修改javaweb项目名
修改.proje 修改.settings/org.eclipse.wst.common.component文件...
分类:编程语言   时间:2014-05-07 07:44:46    阅读次数:356
ganglia UI中图片中的内容显示为长方形空格(问题已经解决)
安装Ganglia-3.6中,遇到以这样一个问题,见下图:      解决问题:     遗漏安装包dejavu-fonts-common , dejavu-lgc-sans-mono-fonts, dejavu-sans-mono-fonts 。 下载安装或者直接从库中安装,最简单的方式(centOS, red hat linux ): yum -y install de...
分类:其他好文   时间:2014-05-07 03:06:05    阅读次数:378
Cage与Spring的整合
packagecom.lavasoft.ntv.web.common; importcom.github.cage.Cage; importcom.github.cage.IGenerator; importorg.springframework.beans.factory.annotation.Autowired; importorg.springframework.beans.factory.annotation.Qualifier; importorg.springframework.stereotyp..
分类:编程语言   时间:2014-05-06 17:38:55    阅读次数:753
快速部署Sharepoint项目
1.新建CopyToLayouts.bat文件保存到项目Web解决方案根目录下,写入以下内容:ECHO OFF@SET TEMPLATE="C:\program files\common files\microsoft shared\web server extensions\14\Template...
分类:其他好文   时间:2014-05-06 14:24:59    阅读次数:306
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!