2015-05-19 Eric Wang
基本上常用的项目有两种,一种是Java Project,另一种是Web Project,下面就以这两种项目为例,来阐释如何在项目中加载dll文件。 Java中调用dll的方式 System.load() java /** *Loads the native library specified by the filename argument. The filename argument must be an absolute path name. */ public static void load(String filename) //等价于 Runtime.getRuntime().load(name) 由JDK的说明文 继续阅读 »
2015-04-19 Golmic
管理员运行以下命令 去除: reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f taskkill /f /im explorer.exe attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db" del "%userprofile%\AppData\Local\iconcache.db" /f /q start exp 继续阅读 »
2016-11-19 Eric Wang
Windows安装Redis 首先Redis官方并不支持Windows,而Windows版的Redis是由MSOpenTech提供的支持,所以首先去下载一个发布版,我选择的是Redis-x64-3.2.100.zip压缩包,解压缩得到如下文件列表 html EventLog.dll Redis on Windows Release Notes.docx Redis on Windows.docx redis.windows.conf redis.windows-service.conf redis-benchmark.exe redis-benchmark.pdb redis-check-aof.exe redis-check-a 继续阅读 »
2006-04-27 Jamling
想让你的U盘或MP3与众不同吗?现在跟我做: 新建一个文本文档 复制以下内容到U盘Autorun.inf more ``` //从这开始斜体内容是必须要的........ [.ShellClassInfo] IconFile=pic\yingmu.ico//98系统才支持吧?还可以是.EXE;DLL后缀 IconIndex=0 //可以选的啦 继续阅读 »