edb-jdbc18.jar
edb 所需的驱动包,包含edb-jdbc16.jar edb-jdbc17.jar edb-jdbc18.jar ,这些包可以通过官网自己下载,官网地址:https://yum.enterprisedb.com/edb/redhat/edb_redhat_rhel-7-x86_64.tar.gz
下载后解压,找到jdbc的rpm包,解压到最里边就有了
redhat7.2 可用的yum源
redhat 7.2 可用的yum源, 亲自测试可以使用 ,使用过程:
1.卸载已经存在的yum: rpm -qa | grep yum | xargs rpm -e --nodeps
2.将yum 文件放到server中
3.执行rpm -ivh yum-*
4.创建repo文件:
#CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#
[base]
name=CentOS-$7 - Base - 163.com
#mirrorlist=http://mirrorlist.centos.org/?release=$7&arch;=$basearch&repo=os
baseurl=http://mirrors.163.com/centos/7/os/$basearch/
gpgcheck=1
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7
#released updates
[updates]
name=CentOS-$7 - Updates - 163.com
#mirrorlist=http://mirrorlist.centos.org/?release=$7&arch;=$basearch&repo=updates
baseurl=http://mirrors.163.com/centos/7/updates/$basearch/
gpgcheck=1
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7
#additional packages that may be useful
[extras]
name=CentOS-$7 - Extras - 163.com
#mirrorlist=http://mirrorlist.centos.org/?release=$7&arch;=$basearch&repo=extras
baseurl=http://mirrors.163.com/centos/7/extras/$basearch/
gpgcheck=1
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$7 - Plus - 163.com
baseurl=http://mirrors.163.com/centos/7/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7
5.测试是否安装成功 yum -y install tree
RSA 加密项目
RSA加密算法 ,以及如何生成一个可以被使用的public key 和 private key
redis-2.6.14.tar.gz
redis-2.6.14.tar.gz 安装包 也可以去http://redis.io/download/ 下载最新的版本
Java向Linux服务器发送指令所需的jar
通过运行Java程序可以控制远程Linux服务器,可以向远程服务器发送指令,也可以接受服务器的信息,如果有兴趣,可以和我一起讨论。
jfreechart使用的3个jar包
有3个jar包jcommon-1.0.23.jar、jfreechart-1.0.19.jar、struts2-jfreechart-plugin-2.0.11.jar本人使用过他成功绘图
cwRsync_4.0.3_Installer
备份客户端的安装程序,使用可以参考http://www.cnblogs.com/gaizhongfeng/p/4386789.html
cwRsyncServer_4.1.0_Installer.exe
Windows备份的服务器端,使用请参考
http://www.cnblogs.com/gaizhongfeng/p/4386789.html
java读取excel所需的jar包
poi.jar包,读取excel所用的包,欢迎大家下载,有什么问题可以直接留言
openclinica语言包
openclinica语言包,具体使用参见:
http://www.cnblogs.com/gaizhongfeng/p/4364822.html
java纸牌游戏
用java基于tcp实现的纸牌游戏,可以再局域网里玩,通过它可以学习socket和tcp的知识
wc基础教程
wcf入门的资料,适合初学者,大家可以看看
组成原理试题
组成原理考试试题,里边有答案,适合复习,学习
C#关于委托和事件的介绍
介绍了C#委托和事件,还有相关的示例代码,对初学者有很大的帮助
安卓开发搭建环境教程
安卓开发环境的搭建,还有一些环境变量的配置
C#有关窗体的一些总结
有一些C#窗体的知识总结,感觉对于初学者能有点帮助