XXXXX
C/C++
XXXXX
C#/.net
XXXXX
js
java
java
开发导航 开发导航 www.endv.cn
天云
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 90 下一页
摘要: 未在本地计算机上注册“microsoft.ACE.oledb.12.0”提供程序。解决办法:去http://download.microsoft.com/download/7/0/3/703ffbcb-dc0c-4e19-b0da-1463960fdcdb/AccessDatabaseEngine.... 阅读全文
posted @ 2015-07-06 22:07 Endv 阅读(273) 评论(0) 推荐(0)
摘要: his article was written almost 2 years ago, it's content may not reflect the latest state of the code which is currently available.Please checkhttps:/... 阅读全文
posted @ 2015-07-06 20:58 Endv 阅读(1030) 评论(0) 推荐(0)
摘要: BuildsStaticbuilds provide one self-contained .exe file for each program (ffmpeg, ffprobe, ffplay).Available build typesSharedbuilds provide each libr... 阅读全文
posted @ 2015-07-06 20:18 Endv 阅读(1162) 评论(0) 推荐(0)
摘要: 关于Visual Studio 2012中使用InstallUtil对Windows服务进行安装与卸载的文章,在MSDN中的http://msdn.microsoft.com/en-us/library/sd8zc8ha.aspx有介绍 :点击左下角的开始按钮,按如下顺序“开始 -Visual St... 阅读全文
posted @ 2015-07-06 04:58 Endv 阅读(1503) 评论(0) 推荐(0)
摘要: 1 int init_win() 2 { 3 return 1; 4 }; 5 6 int load_ext() 7 { 8 //显示记录时执行 9 // 10 return 1; 11 }; 12 13 int show_row_ext() 14 {... 阅读全文
posted @ 2015-07-05 15:59 Endv 阅读(577) 评论(0) 推荐(0)
摘要: 这篇文章包含当前可用的区域设置 ID (LCID) 语言代码的列表。概要这篇文章包含当前可用的区域设置 ID (LCID) 语言代码的列表。区域设置 ID (LCID): 由 Microsoft Windows 的语言 ID、 排序 ID 和保留标识特定语言的位组成的 32 位值。等英语的 LCID... 阅读全文
posted @ 2015-06-28 23:09 Endv 阅读(728) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 $(_GenerateProjectPriFileDependsOn); 6 BeforeGenerateProjectPriFile; 7 _GeneratePrisForPortableLibrarie... 阅读全文
posted @ 2015-06-27 19:17 Endv 阅读(373) 评论(0) 推荐(0)
摘要: 1 using System.Collections.Generic; 2 using Microsoft.Build.AppxPackage; 3 using Microsoft.Build.Framework; 4 5 namespace DevExpress.Build 6 { 7 ... 阅读全文
posted @ 2015-06-27 19:12 Endv 阅读(299) 评论(0) 推荐(0)
摘要: [^\n]*ja.resx[^\n]*\n?正则表达式表示 ja.resx 所在行用ultraEdit 删除关键字所在行的下一行或是上一行,所在行保留删除 关键字所在行 的前3行:(^.*?(\r?\n|\r)){3}(.*?关键字)替换为:\3删除 关键字所在行 的后5行:(关键字.*?(\r?\... 阅读全文
posted @ 2015-06-25 23:22 Endv 阅读(366) 评论(0) 推荐(0)
摘要: 批量删除当前目录及子目录下任意指定的扩展名文件今编译DEV的语言文件,各种语言文件不需要,只保留中文的语言文件,写个批处理也方便以后使用 1 @echo off 2 set Path=%CD% 3 cd /d Path 4 del /f/s/q/a *.tlog 5 del /f/s/q/a *.c... 阅读全文
posted @ 2015-06-25 22:08 Endv 阅读(5003) 评论(0) 推荐(0)
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 90 下一页