public DataTable IListOut(IList ResList) { DataTable TempDT = new DataTable(); //此处遍历IList的结构并建立同样的DataTable System.Reflection...
分类:
其他好文 时间:
2014-09-18 16:10:14
阅读次数:
137
List相关:LPOP key : 删除并取得LIST头部一个元素RPOP key : 删除并取得LIST尾部一个元素BLPOP key [key ...] timeout : 删除并取得LIST头部一个元素,如果没有就BLOCKBRPOP key [key ...] timeout : 删除并取得...
这里的环境仍然采用[RedisCluster的安装与配置]中最终的集群配置环境,具体如下:127.0.0.1:7000>clusternodes
8868592d98d84b7cf5752cc0b97af4ac807d1a12127.0.0.1:7007slavebfc910f924d772fe03d9fe6a19aabd73d5730d26014108821130638connected
f5bdda1518cd3826100a30f595..
分类:
编程语言 时间:
2014-09-18 03:10:14
阅读次数:
267
simple factorygood:1 devide implementation and initialization2 use config file can make system more flexible (reflection)bad:1 all initialization work...
分类:
其他好文 时间:
2014-09-17 20:25:32
阅读次数:
246
利用反射绑定事件处理程序(C#)传统的写法:强类型的情况下using System;using System.Collections.Generic;using System.Text;using System.Reflection;namespace ConsoleApplication3{ .....
分类:
其他好文 时间:
2014-09-16 12:24:00
阅读次数:
183
插件模块与模块之间的通信在这里做个代码备注 防止下次忘记。。。using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Reflection;using System.Wi...
分类:
其他好文 时间:
2014-09-16 10:35:50
阅读次数:
144
7.玩转API接下来,我们进入 Python 的交互式 shell 中玩转 Django 提供的 API 。使用以下命令调用Python shell:python manage.py shell我们当前使用的环境不同于简单的输入 “python” 进入的 shell 环境,manage.py文件设置...
分类:
其他好文 时间:
2014-09-16 00:14:49
阅读次数:
219
本篇主要体验,在存在多个版本程序集的情况下,如何让CLR选择哪个版本程序集运行,以及程序集版本的切换。 分别生成非强名称程序集不同版本 □ 生成某个版本的程序集 →清理F盘as文件夹,剩下如下文件 →查看Cow.cs文件 using System;
using System.Reflection;
...
分类:
其他好文 时间:
2014-09-14 23:36:37
阅读次数:
404
Powershell配置SharePoint环境1. 设置outgoing email:1) Powershell:$loadasm =[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")$SPGlobal...
分类:
其他好文 时间:
2014-09-14 21:57:57
阅读次数:
198
coreAnimation简介 Core Animation是一组非常强大的动画处理API,使用它能做出非常炫丽的动画效果,而且往往是事半功倍!Core Animation是所有动画对象的父类,负责控制动画的持续时间和速度,是个抽象类,不能直接使用,应该使用它具体的子类 使用它需要先添加...
分类:
移动开发 时间:
2014-09-13 19:58:55
阅读次数:
279