自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 问答 (91)
  • 收藏
  • 关注

转载 align2: Example code of Early Access iText

using System;using iTextSharp.text;using iTextSharp.text.pdf;using System.IO;public class align2{            [STAThread]    public static void  Main(string[] args)    {        // creation of the docum...

2006-07-31 16:46:00 79

转载 JavaScript常用語句

1.document.write("");输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5.得到表单中元素的名称和值:document.getEle...

2006-07-27 14:06:00 33

转载 自動生成帶文字的圖片

'str欲添加的文字 , width 圖片寬度,height圖片高度,filename 圖片名Private Function CreatePic(ByVal Str As String, ByVal width As Integer, ByVal heightAs Integer, ByVal filename As String) Dim bitmap As Bitmap = N...

2006-07-07 14:53:00 97

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除