上一页 1 2 3 4 5 6 7 ··· 15 下一页
摘要: public void SetTextWatermark(XtraReport report) { // Adjust text watermark settings. report.Watermark.Text = "内部资料请勿外泄"; report.Watermark.TextDirection = D... 阅读全文
posted @ 2016-09-26 10:08 刀小爱 阅读(783) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-09-23 10:20 刀小爱 阅读(0) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.... 阅读全文
posted @ 2016-09-22 10:08 刀小爱 阅读(166) 评论(0) 推荐(0) 编辑
摘要: // GridControl 数据导出对应的格式 DevExpress.XtraGrid.Views.Grid.GridView view = gridControl1.MainView as DevExpress.XtraGrid.Views.Grid.GridView; if (view != null) ... 阅读全文
posted @ 2016-09-07 16:05 刀小爱 阅读(286) 评论(0) 推荐(0) 编辑
摘要: // 字符串常量池 String s1 = "java"; String s2 = "疯狂"; String s3 = "java疯狂"; String s4 =s1+s2; String s5= new String("java疯狂"); String s6 ="java"+"疯狂"; ... 阅读全文
posted @ 2016-07-11 16:34 刀小爱 阅读(97) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-06-30 14:51 刀小爱 阅读(4) 评论(0) 推荐(0) 编辑
摘要: public void populate(Map map, Person user) throws Exception { BeanInfo info = Introspector.getBeanInfo(user.getClass()); // 获取属性的描述 PropertyDescriptor [] pds = info.getPropert... 阅读全文
posted @ 2016-06-21 07:51 刀小爱 阅读(146) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-05-31 15:25 刀小爱 阅读(2) 评论(0) 推荐(0) 编辑
摘要: import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.ser 阅读全文
posted @ 2016-05-21 18:05 刀小爱 阅读(149) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-04-13 11:30 刀小爱 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 15 下一页