#region 根据群ID和用户Id查询 + string
QueryQunByUserIdAndQunId(int userId, int qunId) V1.0 /// /// 13.0 根据群ID和用户Id查询
/// /// /// /// public string Query...
分类:
其他好文 时间:
2014-05-27 01:14:46
阅读次数:
263
The Falling Leaves
Each year, fall in the North Central region is accompanied by the brilliant colors of the leaves on the trees, followed quickly by the falling leaves accumulating under the trees....
分类:
其他好文 时间:
2014-05-22 13:21:30
阅读次数:
286
1.在没有设置默认值的情况下:
SELECT userinfo.id, user_name, role, adm_regionid, region_name , create_time
FROM userinfo
LEFT JOIN region ON userinfo.adm_regionid = region.id
结果:
设置显示默认值:
SELECT userinfo.id, u...
分类:
数据库 时间:
2014-05-22 08:09:29
阅读次数:
418
收集自网络,方便自己,方便他人 1 #region 隐藏系统滚动条 2 protected
override void WndProc(ref System.Windows.Forms.Message m) 3 { 4
ShowScrollBar(this.Han...
需求:封装按钮,按钮上面只显示文字。在鼠标移上去、鼠标点击按钮、以及将按钮设为不可用时按钮的背景色和前景色需要发生变化实现:继承Button类,封装如下6个属性:#region
依赖属性/// /// 当鼠标移到按钮上时,按钮的前景色(这是依赖属性)/// public static readonl...
分类:
其他好文 时间:
2014-05-19 09:31:42
阅读次数:
250
界面显示:
加密:
解密:
代码实现:
public string EncryptString(string str)
{
#region 加密程序
char[] Base64Code = new char[] { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', ...
在讲完之后HFile和HLog之后,今天我想分享是Put在Region
Server经历些了什么?相信前面看了《HTable探秘》的朋友都会有印象,没看过的建议回去先看看,Put是通过MultiServerCallable来提交的多个Put,好,我们就先去这个类吧,在call方法里面,我们找到了这句...
分类:
其他好文 时间:
2014-05-17 22:54:25
阅读次数:
397
Model层[Serializable] public partial class tb_admin{
public tb_admin() {}#region Model private string _id; private string _name;
private string _pwd; /...
分类:
其他好文 时间:
2014-05-17 17:48:35
阅读次数:
278
先写一个类#region Using directivesusing System;using
System.Text;#endregionnamespace Ean13Barcode2005{public class Ean13{private
string _sName = "EAN13";pr...
分类:
其他好文 时间:
2014-05-17 15:17:03
阅读次数:
398
Openstack能解决这些问题吗?请各位大侠一起来讨论
1、10万规模的虚拟机,每个虚拟机可以在任何一个CNA上启动,该如何做?2、用户如何自定义业务网络,如何解决网络不够用的情况?
3、统一的镜像管理:多站点该如何做?4、分布式存储在跨AZ/Region情况下怎么设计,如何遵循NWR原则?...
分类:
其他好文 时间:
2014-05-15 23:29:26
阅读次数:
300