下载 cramfs 工具 从 http://prdownloads.sourceforge.net/cramfs/cramfs1.1.tar.gz下载源代码包. 把下载包拷贝到 dev_home/tools 下. [arm@localhost tools]$tar xzvf cramfs1.1 ...
分类:
其他好文 时间:
2019-06-29 10:38:50
阅读次数:
82
在使用OpenSenceGraph库时,用默认方法对库进行编译后,无法正常的读取jpeg格式的图片文件。通过研究发现,读取jpeg格式文件需要依赖第三方库libjpeg(http://gnuwin32.sourceforge.net/packages/jpeg.htm)。 从指向链接中下载好libj ...
分类:
其他好文 时间:
2019-06-18 09:16:08
阅读次数:
298
一、下载hibernate开发环境 1.https://sourceforge.net/projects/hibernate/files/hibernate-orm/5.0.7.Final/ 2.创建一个项目,首先引入jar包。 3. 创建数据库表 CREATE TABLE `customer` ( ...
分类:
Web程序 时间:
2019-06-17 13:03:38
阅读次数:
129
一、下载nmon 根据系统类型下载相应的版本: http://nmon.sourceforge.net/pmwiki.php?n=Site.Download 目前大多数服务器使用的centos7系统,所以我选择 https://jaist.dl.sourceforge.net/project/nmo ...
分类:
其他好文 时间:
2019-06-05 18:06:41
阅读次数:
112
1.zlib库的下载http://www.zlib.net/zlib1211.zip2.libpng库的下载https://libpng.sourceforge.io/index.htmllpng1637.zip3.解压zlib1211.zip与lpng1637.zip到同一个文件目录下并重命名zl... ...
分类:
其他好文 时间:
2019-06-01 17:52:16
阅读次数:
115
https://sourceforge.net/projects/easygui/ 下载不带doc就行,doc中有源码解释 直接把 粘贴到python安装目录下,可以通过os.getcwd()找到 然后找Lib\site-packages把easygui.py粘贴进来即可 小甲鱼P36这弹幕看到的, ...
分类:
其他好文 时间:
2019-05-30 16:14:47
阅读次数:
100
http://junit.sourceforge.net/javadoc/org/junit/runner/notification/RunListener.html org.junit.runner.notification Class RunListener java.lang.Object o ...
分类:
其他好文 时间:
2019-05-28 12:29:28
阅读次数:
103
https://litepdf.sourceforge.io/ litePDF是一个库(DLL),它允许使用简单的API创建新的和编辑现有的PDF文档。页面内容通过设备上下文(HDC或TCanvas,在Delphi或C ++ Builder的情况下)使用标准GDI函数绘制。 litePDF的主要特点 ...
分类:
其他好文 时间:
2019-05-24 23:58:10
阅读次数:
379
nload是一个很小巧的工具,用来监控当前系统的网速 安装 MAC Linux 下载地址:https://sourceforge.net/projects/nload/ 机器预先安装gcc和gcc c++ 使用 ...
分类:
其他好文 时间:
2019-05-23 21:28:19
阅读次数:
868
import java.util.Objects; import org.springframework.util.StringUtils; import cc.xxx.mall.common.assertion.Assert; import net.sourceforge.pinyin4j.Pin... ...
分类:
其他好文 时间:
2019-05-20 19:15:42
阅读次数:
102