会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
刀的剑
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
15
下一页
2016年9月26日
xtrareport 报表的水印
摘要: public void SetTextWatermark(XtraReport report) { // Adjust text watermark settings. report.Watermark.Text = "内部资料请勿外泄"; report.Watermark.TextDirection = D...
阅读全文
posted @ 2016-09-26 10:08 刀小爱
阅读(809)
评论(0)
推荐(0)
2016年9月23日
找出字符串中出现次数最多的字符及出现次数 转
该文被密码保护。
阅读全文
posted @ 2016-09-23 10:20 刀小爱
阅读(0)
评论(0)
推荐(0)
2016年9月22日
递归拷贝文件 用于自动更新的update 程序中
摘要: 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 刀小爱
阅读(172)
评论(0)
推荐(0)
2016年9月7日
gridcontrol to pdf
摘要: // GridControl 数据导出对应的格式 DevExpress.XtraGrid.Views.Grid.GridView view = gridControl1.MainView as DevExpress.XtraGrid.Views.Grid.GridView; if (view != null) ...
阅读全文
posted @ 2016-09-07 16:05 刀小爱
阅读(308)
评论(0)
推荐(0)
2016年7月11日
java
摘要: // 字符串常量池 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 刀小爱
阅读(99)
评论(0)
推荐(0)
2016年6月30日
dom j4 需要 包dom4j 、jaxen
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2016-06-30 14:51 刀小爱
阅读(4)
评论(0)
推荐(0)
2016年6月21日
内省 Instrospector
摘要: 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 刀小爱
阅读(149)
评论(0)
推荐(0)
2016年5月31日
sql java
该文被密码保护。
阅读全文
posted @ 2016-05-31 15:25 刀小爱
阅读(2)
评论(0)
推荐(0)
2016年5月21日
servlet 提交【get post】
摘要: 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 刀小爱
阅读(157)
评论(0)
推荐(0)
2016年4月13日
java XML
该文被密码保护。
阅读全文
posted @ 2016-04-13 11:30 刀小爱
阅读(5)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
15
下一页
公告