会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
每天进步一点
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
···
22
下一页
2012年10月13日
计算鼠标坐标是否在指定范围内
摘要: if (myDataGridView2.RectangleToScreen(myDataGridView2.ClientRectangle).Contains(Cursor.Position)) { label1.Text = "YES"; }
阅读全文
posted @ 2012-10-13 17:28 perock
阅读(311)
评论(0)
推荐(0)
2012年9月13日
Production Cycle
摘要:
阅读全文
posted @ 2012-09-13 23:22 perock
阅读(257)
评论(0)
推荐(0)
2012年8月31日
Code
摘要: 11 用户数 12 BC用户数 42 Aos数 18 维度数
阅读全文
posted @ 2012-08-31 22:36 perock
阅读(334)
评论(1)
推荐(0)
2012年8月30日
正则
摘要: 向后查找 顾名思义,即查找指定字符后的内容。 例: $23.45 $5.31 $899.00 $69.96 使用正则表达式: (?<=\$)[0-9.]+ 返回结果$23.45 5.31 899.00 69.96 向前查找 查找指定字符前面的内容。 例: 123456...
阅读全文
posted @ 2012-08-30 00:15 perock
阅读(276)
评论(0)
推荐(0)
2012年8月23日
给display字段增加筛选功能
摘要: 给display字段增加筛选功能void context(){ int selectedMenu; real test; formrun fr; Args ag; Itemname strtext; querybuilddataSource qb1; queryrun qr; query q; PopupMenu menu = new Popu...
阅读全文
posted @ 2012-08-23 09:04 perock
阅读(729)
评论(1)
推荐(1)
2012年8月11日
将div显示在屏幕正中央
摘要: <html> <head> <title> 元素居中 </title> <style> body{ margin:0;padding:0;height:100%;} </style> </head> <body> <table width= "100% " height= "100% " align= "center "> <tr> <td align= "center "> ...
阅读全文
posted @ 2012-08-11 16:24 perock
阅读(2109)
评论(0)
推荐(0)
ajax异步通信
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script...
阅读全文
posted @ 2012-08-11 14:31 perock
阅读(369)
评论(0)
推荐(0)
jQuery-强大的jQuery选择器
摘要: jQuery-强大的jQuery选择器 (详解)[转] 1. 基础选择器Basics 名称 说明 举例 #id 根据元素Id选择 $("divId") 选择ID为divId的元素 elem...
阅读全文
posted @ 2012-08-11 12:40 perock
阅读(269)
评论(0)
推荐(0)
CSS Float 换行
摘要: <html><head><style type="text/css">simg { float:left; clear:right; border:1px solid red; margin:1px; padding:1px; }div img{float:left; clear:left;}</style></head><img src="/i/eg_smile.gif" style="float:left; clear:both; border:1px solid red;&
阅读全文
posted @ 2012-08-11 11:55 perock
阅读(2337)
评论(0)
推荐(0)
2012年8月7日
浅谈Dynamics AX2009生产订单各操作流程
摘要: 浅谈Dynamics AX2009生产订单各操作流程 作者: 大卫王 生产模块是MBS核心模块之一,其集成了生产发料,退料,生产排程,生产工序,生产报工,生产成本核算等重要流...
阅读全文
posted @ 2012-08-07 09:06 perock
阅读(3279)
评论(0)
推荐(1)
上一页
1
2
3
4
5
6
7
8
···
22
下一页
公告