2014年9月22日
摘要:
1.2.3.1 function ChangeTable() 2 { 3 var type = document.getElementById("ddl_ReportType").value.Trim(); 4 5 if (type == 1) 6 { 7 ...
阅读全文
posted @ 2014-09-22 10:27
MarkTang
阅读(1846)
推荐(0)
2014年9月10日
摘要:
报错信息: 1. 2. 3. 4. 5. 6. 解决方法: 1. Data Layer SQL 语句取数据时,把其列值有为null的字段用0.00替换,(ISNULL的用法); 2. 3. SQL Statements
阅读全文
posted @ 2014-09-10 17:17
MarkTang
阅读(712)
推荐(0)
2014年9月9日
摘要:
ERP:1. Data Layer: (ProductInfoDBHelper.cs) 1 /// 2 /// 获取门店图片信息 3 /// 4 public static DataTable GetImage(string DeptID) 5...
阅读全文
posted @ 2014-09-09 16:03
MarkTang
阅读(168)
推荐(0)
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System....
阅读全文
posted @ 2014-09-09 15:49
MarkTang
阅读(1130)
推荐(0)
摘要:
屏幕保护相关代码: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 usin...
阅读全文
posted @ 2014-09-09 15:42
MarkTang
阅读(273)
推荐(0)
摘要:
第一次写博客,里面是自己工作中碰到的问题及总结的知识点,便于自己以后回顾,技术大牛们请直接忽略这篇文章,也希望能帮助到想我这样的小白!Data层相关问题总结:1. 代码管理用的是 VSS 2005; 改好程序后,必须要重新生成下;(注意文件之间的引用关系的顺序),程序改的是对的,也在本地保存了,断点...
阅读全文
posted @ 2014-09-09 15:25
MarkTang
阅读(396)
推荐(0)