摘要: 阅读全文
posted @ 2019-06-27 16:05 yubulen 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 1 flowLayoutPanel1.AutoScroll = false; 2 flowLayoutPanel1.FlowDirection = FlowDirection.TopDown; 3 flowLayoutPanel1.WrapContents = false; 4 flowLayoutPanel1.HorizontalScroll.Maximum = 0; // 把水平滚动范围设成... 阅读全文
posted @ 2018-03-22 10:43 yubulen 阅读(3588) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-01-19 15:20 yubulen 阅读(1) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-12-25 17:40 yubulen 阅读(3) 评论(0) 推荐(0) 编辑
摘要: [DllImport("wininet.dll", CharSet = CharSet.Auto, SetLastError = true)] static extern bool InternetGetCookieEx(string pchURL, string pchCookieName, St 阅读全文
posted @ 2017-12-18 15:35 yubulen 阅读(1441) 评论(0) 推荐(0) 编辑
摘要: 遍历实体如果类型是Decimal则内容相加 T_Odds t_Odds = new T_Odds(); t_Odds.Ren1_Odds = 1m; PropertyInfo[] propertys = t_Odds.GetType().GetProperties(); decimal count = 0m; ... 阅读全文
posted @ 2017-12-07 15:47 yubulen 阅读(146) 评论(0) 推荐(0) 编辑
摘要: /var/lib/rabbitmq/mnesia 删除下面所有文件 #rm -rf * #service rabbitmq-server start #systemctl status rabbitmq-server.service 重新添加用户 阅读全文
posted @ 2017-11-30 11:18 yubulen 阅读(2444) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-11-28 16:10 yubulen 阅读(0) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using System.Reflection; namespace ReflectionDemo { class Program { static void Main(string[] args) ... 阅读全文
posted @ 2017-11-02 15:06 yubulen 阅读(9631) 评论(0) 推荐(1) 编辑
该文被密码保护。 阅读全文
posted @ 2017-10-23 14:11 yubulen 阅读(0) 评论(0) 推荐(0) 编辑