原文来自龙博方案网http://www.fanganwang.com/product/1362转载请注明出处Add-in Express for
Internet Explore 是第一个适用于开发 IE 附件的可视化工具. 它完全支持IE 扩展 API控件,并且使得 add-on 开发和配置更方便...
分类:
Web程序 时间:
2014-05-09 11:17:14
阅读次数:
507
Add-in Express .NET是市面上的一款直观的Microsoft? Office
extensions规划部署工具,它包含了COM Add-ins, Smart Tags, RTD Servers和 Excel
用户定义函数功能,它完全支持Microsoft? Visual Studio...
分类:
Web程序 时间:
2014-05-08 22:29:07
阅读次数:
505
表值函数就是返回table 的函数使用它可以方便的进行查询的处理创建的代码如下:create
FUNCTION returunclassfirstlist(-- Add the parameters for the function
here)RETURNS TABLE ASRETURN (-- A...
分类:
数据库 时间:
2014-05-08 22:00:43
阅读次数:
454
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