会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
不会撩妹的白芒果
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
13
下一页
2017年12月4日
Ext MVC 后台链接数据库查询的方法 【公司用】
摘要: CCC为项目名 新建三个文件 CCCBLL CCCDAL CCCController 1) 编写 Models 实体类 文件名为CCC2) CCCBLL 3) CCCBLL 4) CCCDAL 5) Controller
阅读全文
posted @ 2017-12-04 09:05 不会撩妹的白芒果
阅读(291)
评论(0)
推荐(0)
2017年11月30日
【转】 这是一个来自 ExtJs 关于TabPanel的故事
摘要: https://www.cnblogs.com/lipan/archive/2011/12/21/2295355.html
阅读全文
posted @ 2017-11-30 10:26 不会撩妹的白芒果
阅读(168)
评论(0)
推荐(0)
2017年10月15日
winform 无边框窗体拖拽实现
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplicat...
阅读全文
posted @ 2017-10-15 22:53 不会撩妹的白芒果
阅读(403)
评论(0)
推荐(0)
winform绘制圆形窗体
摘要: private void Form1_Paint(object sender, System.Windows.Forms.PaintEventArgs e) { System.Drawing.Drawing2D.GraphicsPath myPath = new System.Drawing.Dra
阅读全文
posted @ 2017-10-15 22:40 不会撩妹的白芒果
阅读(2760)
评论(0)
推荐(0)
公网IP查看网址
摘要: https://www.freegeoip.net/xml/ 直接访问为查看本机公网IP和定位 https://www.freegeoip.net/xml/www.baidu.com 为查看百度的公网IP和定位 https://www.freegeoip.net/xml/192.168.0.166
阅读全文
posted @ 2017-10-15 20:00 不会撩妹的白芒果
阅读(905)
评论(0)
推荐(0)
2017年10月14日
winform发送邮件 转自李献策
摘要: http://www.cnblogs.com/qq450867541/p/6180800.html
阅读全文
posted @ 2017-10-14 22:05 不会撩妹的白芒果
阅读(127)
评论(0)
推荐(0)
2017年9月30日
解析Json字符串跟解析Json数组
摘要: 解析Json字符串我这边是使用了JObject的方法 需要引用一个类库 需要下载Newtonsoft.Json.rar dll 然后引用 using Newtonsoft.Json;using Newtonsoft.Json.Linq; 第一个为解析字符串格式的Json 第二个为解析字符串数组形式的
阅读全文
posted @ 2017-09-30 10:07 不会撩妹的白芒果
阅读(773)
评论(0)
推荐(0)
2017年9月22日
模拟点击
摘要: http://www.cnblogs.com/BenAndWang/p/7567982.html
阅读全文
posted @ 2017-09-22 18:38 不会撩妹的白芒果
阅读(126)
评论(0)
推荐(0)
2017年9月21日
线程中 用委托控制 控件的属性改变
摘要: 1 private delegate void CustomAction();//CustomAction 是委托的名字类似于静态方法 写在那就行 2 //线程内写入委托 代码直接写要改变的控件 和控件属性事件 3 this.Invoke(new CustomAction(delegate() 4
阅读全文
posted @ 2017-09-21 15:47 不会撩妹的白芒果
阅读(240)
评论(0)
推荐(0)
2017年6月21日
一堆很厉害的正则表达式
摘要: 转自一个百度知道- - 验证数字:^[0-9]*$ 验证n位的数字:^\d{n}$ 验证至少n位数字:^\d{n,}$ 验证m-n位的数字:^\d{m,n}$ 验证零和非零开头的数字:^(0|[1-9][0-9]*)$ 验证有两位小数的正实数:^[0-9]+(.[0-9]{2})?$ 验证有1-3位
阅读全文
posted @ 2017-06-21 08:58 不会撩妹的白芒果
阅读(456)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
13
下一页
公告