http://www.mathjax.org/download/http://www.w3.org/Math/Software/mathml_software_cat_editors.html
分类:
Web程序 时间:
2014-05-09 17:09:13
阅读次数:
323
1 CImage img , img1 ,imDest; 2 img1.Load( 图片路径); 3
img.Load( 图片路径); 4 为了防止图片失真,先处理一下在把图片显示出来 5 SetStretchBltMode(pDC->m_hDC ,
HALFTON...
分类:
其他好文 时间:
2014-05-09 11:50:35
阅读次数:
283
CImage
imSrc,imDest;imSrc.Load(……);//读入原始图片imDest.Create(……)//创建新大小的图片imSrc.StretchBlt(imDest.GetDC(),……);imDest.ReleaseDC();imDest就是你制定尺寸的图片对象
分类:
其他好文 时间:
2014-05-09 11:32:39
阅读次数:
265
master: linuxslave: win7
64位系统在配置好系统后,采用jnlp的方式启动slave节点,报错如下:com.sun.deploy.net.FailedDownloadException:
Unable to load resource: http://127.0.0.1:80...
分类:
Web程序 时间:
2014-05-08 21:43:22
阅读次数:
2133
plupload支持多文件上传。经过测试发现,plupload在上传多个文件时,会把多个文件拆分成单个的一个一个上传。
分类:
其他好文 时间:
2014-05-08 21:25:26
阅读次数:
243
原文地址:http://www.haiyun.me/archives/linux-snmp-oid.html收集整理一些Linux下snmp常用的OID,用做服务器监控很不错。服务器负载:1231
minute Load: .1.3.6.1.4.1.2021.10.1.3.15 minute Loa...
分类:
系统相关 时间:
2014-05-08 20:17:02
阅读次数:
616
http://pdfbox.apache.org/downloads.html
分类:
其他好文 时间:
2014-05-08 19:47:47
阅读次数:
197
1.Subclipsehttp://subclipse.tigris.org/update_1.8.xEnabled2.propedithttp://propedit.sourceforge.jp/eclipse/updates/Enabled3.
Mavenhttp://download.ecli...
分类:
系统相关 时间:
2014-05-07 18:47:03
阅读次数:
345
1 private void w_day_scheduling_Load(object sender,
EventArgs e) 2 { 3 4 if (ls_deptname == string.Empty) 5 ...
分类:
其他好文 时间:
2014-05-06 10:32:53
阅读次数:
326
我们在运营项目的过程中肯定会遇到备份数据库,还原数据库的情况,我们一般用一下两种方式来处理:1.使用into outfile 和 load data
infile导入导出备份数据这种方法的好处是,导出的数据可以自己规定格式,并且导出的是纯数据,不存在建表信息,你可以直接导入另外一个同数据库的不同表中...
分类:
数据库 时间:
2014-05-06 09:42:28
阅读次数:
508