摘要: RequestDeliveryDate.RawText 阅读全文
posted @ 2012-06-19 14:29 AccERP 阅读(280) 评论(0) 推荐(0)
摘要: ^[A-Za-z]{1}[A-Za-z0-9]*$ 阅读全文
posted @ 2012-06-05 10:49 AccERP 阅读(138) 评论(0) 推荐(0)
摘要: 在运行窗口输入regedit,打开注册表编辑器,在HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control \SessionManager中找到PendingFileRenameOperations,删除该键值,关闭注册表编辑器。重新安装 SQLServer2000,哈哈,久违的安装界面终于浮出水面了。 阅读全文
posted @ 2012-05-17 14:49 AccERP 阅读(135) 评论(0) 推荐(0)
摘要: 方法一:获得gmap地图上指定位置的坐标,1 打开 http://ditu.google.com/maps2 找到你要获得坐标的地点, 指着那个位置,鼠标右键,定位到中心,则自动居中3 在浏览器栏输入javascript:void(prompt('',gApplication.getMap().getCenter()));4 回车方法二:通过地址http://maps.google.com/maps?获取坐标,后面接的参数如下:q 需要进行地址解析的地址key 申请到的API密钥output 生成的输出应有的格式,选项有xml,kml,csv或json.下面的例子将获取深圳市的 阅读全文
posted @ 2012-05-10 12:40 AccERP 阅读(291) 评论(0) 推荐(0)
摘要: Admin_BillType abt = Admin_BillTypeBLL.GetEntity(AFBPConvertor.IntParse(BillType.SelectedItem.Value));object[] obj = new object[1];obj[0] = new object[]{ "Admin_BillType","Code",abt!=null?abt.Code:""};BillCode.Value = Ulti.EncodeString("Purchasing_Contract", & 阅读全文
posted @ 2012-05-10 09:26 AccERP 阅读(240) 评论(0) 推荐(0)
摘要: <ext:TextField ID="GoodsSum" runat="server" Width="120" MaskRe="/[0-9\.]/" AllowBlank="false" IndicatorText="*" IndicatorCls="red-text"> <Listeners> <Change Handler="this.setValue(Ext.util.Format.number(newValu 阅读全文
posted @ 2012-05-07 12:53 AccERP 阅读(135) 评论(0) 推荐(0)