码迷,mamicode.com
首页 >  
搜索关键字:common fileupload    ( 10113个结果
Excel更改超级链接图片打开方式
我们在excel表格中插入图片超级链接后、打开方式会使用IE,这个方法可以让图片的打开方式改成为正确的图片打开方式在注册表中找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\9.0\Common\Internet在右边栏中添加一个新的DWORD,名为“ForceShellExecute”,数值设置为“1”
分类:其他好文   时间:2014-07-31 21:19:18    阅读次数:294
SharePoint的实体生成
生成Linq实体使用SPMetal工具生成Linq to SharePoint实体工具安装目录:C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN\SPMETAL.exe命令参数:cmd:cdC:\P...
分类:其他好文   时间:2014-07-31 20:26:47    阅读次数:310
js unix时间戳转换
一、unix时间戳转普通时间:var unixtime=1358932051;var unixTimestamp = new Date(unixtime* 1000); commonTime = unixTimestamp.toLocaleString();alert("普通时间为:"+common...
分类:Web程序   时间:2014-07-31 20:08:47    阅读次数:227
C# 图片压缩
/// /// 图片压缩方法 /// /// 文件流FileUpload.PostedFile.InputStream /// 要保存的位置 /// 清晰度 /// public bool GetPicThumbnail(Stream sFile, string dFile, int dHei...
分类:其他好文   时间:2014-07-31 20:04:17    阅读次数:201
Entity- HR
EmployeeInfo.csusing System;using Global.Utils.ORM.CustomAttributes;namespace Global.PM.Common.Entity.HR{ [Serializable] [Table(Name = "OA_HR_Em...
分类:其他好文   时间:2014-07-31 19:44:17    阅读次数:233
PM.Common.Data
DalBudgetControlor.csView CodeEntity.BudgetControlor.csView CodeDalChargeUpInfo.csView CodeEntity.ChargeUpInfo.csView CodeDalHistoryAccounts.csView Co...
分类:其他好文   时间:2014-07-31 19:42:57    阅读次数:278
Exponentiation(高精度)
Description Problems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt is a taxing experience for many ...
分类:其他好文   时间:2014-07-31 17:08:06    阅读次数:267
JavaMail
注意:需要引入activation.jar   cos.jar     mail.jar, 并且删除掉j2ee中的重复jar包(我的路径是D:\myeclipse10For32\Common\plugins\com.genuitec.eclipse.j2eedt.core_10.0.0.me201110301321\data\libraryset\EE_5\javaee.jar),用winr...
分类:编程语言   时间:2014-07-31 13:19:06    阅读次数:310
POJ 1330 裸的LCA
Nearest Common AncestorsTime Limit:1000MSMemory Limit:10000KTotal Submissions:17720Accepted:9393DescriptionA rooted tree is a well-known data structur...
分类:其他好文   时间:2014-07-31 02:43:35    阅读次数:327
设置控件的视觉效果(Win32)
默认控件的视觉效果如下:在程序中添加如下代码:#pragma comment(linker,"\"/manifestdependency:type='win32' \ name='Microsoft.Windows.Common-Controls' \ version='6.0.0.0' \ ...
分类:Windows程序   时间:2014-07-31 02:20:25    阅读次数:331
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!