• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






lubianxiaolang

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2017年5月20日

关于正则表达式
摘要: 关于正则表达式 关于正则表达式 阅读全文
posted @ 2017-05-20 02:48 lubianxiaolang 阅读(73) 评论(0) 推荐(0)
 

2012年11月2日

silverlight 中英文
摘要: 添加一个ApplicationResourceprivate static readonly ResourceManager resourceManager = new ResourceManager("PubDSPackTransfer.Silverlight.Resources.Resource", Assembly.GetExecutingAssembly()); public string Get(string resource) { return resourceManager.GetString(resource, Thread.CurrentT... 阅读全文
posted @ 2012-11-02 16:47 lubianxiaolang 阅读(227) 评论(0) 推荐(0)
 

2012年10月31日

字符串帮助类
摘要: #region 格式化 /// <summary> /// 格式化 /// </summary> /// <param name="sInput">本身字符串</param> /// <param name="args"></param> /// <returns></returns> public static string format(this string sInput, params object[] args) { return String.Fo 阅读全文
posted @ 2012-10-31 13:58 lubianxiaolang 阅读(656) 评论(3) 推荐(1)
 
Json帮助类
摘要: /// <summary> /// 转化为JSON格式 /// </summary> /// <param name="obj"></param> /// <param name="depth">RecursionLimit</param> /// <returns></returns> public static string ToJson(this object obj, int maxDepth = 10) { JsonSerializerSetting 阅读全文
posted @ 2012-10-31 13:52 lubianxiaolang 阅读(527) 评论(0) 推荐(0)