using System;using System.Collections;using System.Web;using System.Web.Caching;namespace Common{ public class CacheHelper { #region 用户自定...
分类:
Web程序 时间:
2015-09-21 12:07:20
阅读次数:
179
HBase架构是一个Master与多个RegionServer,Master负责维护Region等一些工作,但是客户端访问Hbase并不需要通过Master。ZK通过监控选举Master来保证集群始终有一个可用的Master,即访问Master需要通过ZK,当ZK发现Master挂掉之后,会从其他机器中进行选举产出新的Master提供服..
分类:
其他好文 时间:
2015-09-21 01:47:38
阅读次数:
143
1.vs常用的快捷键 Ctrl+k+D:代码对齐 Ctrl+k,C:选中注释Ctrl+k,U: 撤销注释#region #EndRegion2.注释: 单行注释:// 多行注释:/* do sometiong */ 文档注释:按三个 ////// /// /// ...
1、一个html页面只能有一个Viewport2、viewport常用border布局:用region的north、south、west、east3、可以一起使用html布局和viewport布局,注意contentEl的使用4、效果:5、代码、 08.layo...
分类:
其他好文 时间:
2015-09-18 16:48:18
阅读次数:
121
一. 同步//1.创建网址字符串对象 NSString *urlStr = [NSString stringWithFormat:@"http://api.map.baidu.com/place/v2/search?query=%@®ion=%@&output=json&ak=6E823f.....
分类:
其他好文 时间:
2015-09-18 15:23:43
阅读次数:
127
#region 验证邮箱验证邮箱/**//// /// 验证邮箱/// /// /// public static bool IsEmail(string source){return Regex.IsMatch(source, @"^[A-Za-z0-9](([_.-]?[a-zA-Z0-9]+)...
分类:
移动开发 时间:
2015-09-17 14:52:17
阅读次数:
234
public class FtpHelper{ #region 字段 string ftpURI; string ftpUserID; string ftpServerIP; string ftpPassword; string ftpRemotePath; ...
分类:
其他好文 时间:
2015-09-17 13:19:51
阅读次数:
165
Conquer a New RegionTime Limit:5 Seconds Memory Limit:32768 KBThe wheel of the history rolling forward, our king conquered a new region in a distant c...
分类:
其他好文 时间:
2015-09-16 23:27:15
阅读次数:
274
完整代码: 1 public sealed class DataCertificate 2 { 3 #region 生成证书 4 /// 5 /// 根据指定的证书名和makecert全路径生成证书(包含公钥和私钥,并保存在M...
分类:
其他好文 时间:
2015-09-16 19:26:20
阅读次数:
303
#region 分页获取数据 /// /// 分页获取数据 /// /// 实体类 /// 获取列 /// 表名 /// 页码 /// 每页数据量 /// 查询条件 ...
分类:
移动开发 时间:
2015-09-16 17:46:39
阅读次数:
322