org.apache.maven.plugins maven-war-plugin 2.1-beta-1 admingift ${basedir}/src/main/webapp/WEB-INF *.xml **/*.xml ...
分类:
数据库 时间:
2014-12-12 16:36:26
阅读次数:
168
try this:from the menu click Project->Clean...a popup window will appear. select the check box for the project that is making this issue then click OK...
分类:
其他好文 时间:
2014-12-12 16:31:31
阅读次数:
395
#region --猜拳(三局两胜)-- Random r = new Random(); int x = r.Next(3); int sum = 0; Console.WriteLine("与电脑猜拳游戏")...
分类:
其他好文 时间:
2014-12-12 16:20:07
阅读次数:
238
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)${ expires 30d; access_log off; valid_referers none blocked *.lee.com *.xing.com ; if ($invalid...
分类:
其他好文 时间:
2014-12-12 16:14:04
阅读次数:
214
/// /// 辅助类 /// public class ScreenHelper { //文件保存 private static string _filePath = string.Empty; #region 构造函数...
关键代码: using System;
using System.Text; namespace YanZhiwei.DotNet2.Utilities.Common
{ /// ///Random的帮助类 /// public static class RandomHelper { #region...
1.HBase简介2.HBase的rowkey,列限定符,列簇,时间版本3.HBaseApi4.启动HBase服务器,利用客户端连接HBase5.HBase,java客户端开发以及配置6.HBase的Region和regionserver以及Mate文件,root文件7.
分类:
其他好文 时间:
2014-12-11 20:47:33
阅读次数:
136
Mark://实现IClonable接口并重写Clone方法就可以实现深克隆了 #region ICloneable 成员 public object Clone() { MemoryStream ms = new MemoryStre...
昨天手贱去设置了info.plist中“Localization native development region”属性,今天过来发现app有些页面打不开,提示Could not load NIB in bundle: ‘NSBundle (loaded)‘错误。 找遍了网上的各种解决方案,后来...
分类:
其他好文 时间:
2014-12-11 12:33:14
阅读次数:
116
#region DataTable筛选,排序返回符合条件行组成的新DataTable或直接用DefaultView按条件返回 /// /// DataTable筛选,排序返回符合条件行组成的新DataTable或直接用DefaultView按条件返回 /// eg:SortExprData...
分类:
其他好文 时间:
2014-12-10 19:33:46
阅读次数:
373