- 博客(0)
- 资源 (23)
- 收藏
- 关注
poco capsule ioc框架
Inversion of control,缩写为IoC),也叫做依赖注入(Dependency Injection,简称DI),是面向对象编程中的一种设计原则,可以用来减低计算机代码之间的耦合度。用户仅需要将这个XML描述以文件或字符串形式交给PocoCapsule/C++ IoC容器(既以文件名或XML字符串为参量调用PocoCapsule/C++ IoC库函数,见main.C ),让其自动组装部署所描述de应用。
2012-03-21
apr-1.4.5.tar.gz
编译apache,依赖的三个库,网上这三个库不好找,分享。
使用:
tar zxvf apr-1.4.5-tar.gz
cd apr-1.4.5
./configure --prefix=/usr/local/apr-httpd/
make
make install
tar zxvf apr-util-1.4.1-tar.gz
cd apr-util-1.4.1
./configure --prefix=/usr/local/apr-util-httpd/ --with-apr=/usr/local/apr-httpd/
make
make install
2013-12-31
日志截获代码开源
CExceptionLogger,是一个可以免费使用的C++类,用它可以截获未处理异常,如:非法存取、栈溢出、被零除等,并可以将异常详细信息记录到日志文件...... -CExceptionLogger, is a free use of the category C, and it can be intercepted untreated abnormalities, such as : illegal access, stack overflow, zero, and can be extremely detailed information to the log file records
2012-05-03
基于Android的个人理财软件的设计与实现 毕业论文
另外,此源代码对应的完整毕业论文,以及各种管理文档(包括开题报告等等)也同步上传至优快云,欢迎参考。
压缩包内包括:
数据库
程序代码
说明文件.txt
2015-04-24
wget下载工具
wget是在Linux下开发的开放源代码的软件,作者是Hrvoje Niksic,后来被移植到包括Windows在内的各个平台上。它有以下功能和特点:
(1)支持断点下传功能;这一点,也是网络蚂蚁和FlashGet当年最大的卖点,现在,Wget也可以使用此功能,那些网络不是太好的用户可以放心了;
(2)同时支持FTP和HTTP下载方式;尽管现在大部分软件可以使用HTTP方式下载,但是,有些时候,仍然需要使用FTP方式下载软件;
(3)支持代理服务器;对安全强度很高的系统而言,一般不会将自己的系统直接暴露在互联网上,所以,支持代理是下载软件必须有的功能;
(4)设置方便简单;可能,习惯图形界面的用户已经不是太习惯命令行了,但是,命令行在设置上其实有更多的优点,最少,鼠标可以少点很多次,也不要担心是否错点鼠标;
(5)程序小,完全免费;程序小可以考虑不计,因为现在的硬盘实在太大了;完全免费就不得不考虑了,即使网络上有很多所谓的免费软件,但是,这些软件的广告却不是我们喜欢的;
2014-01-14
Programming_TCP_Sockets_in_C___for_the_Beginner
Programming_TCP_Sockets_in_C___for_the_Beginner
Before we begin, you will need to include winsock.h and link libws2_32.a to your project in order to use the API that are necessary for TCP/IP. If this is not possible, use LoadLibrary() to load ws2_32.dll at runtime, or some similar method.
All the code in this article was written and tested using Bloodshed Dev-C++ 4.9.8.0; but generally, it should work with any compiler with minimal modifications.
2012-05-03
apr-util-1.4.1.tar.gz
编译apache,依赖的三个库,网上这三个库不好找,分享。
使用:
tar zxvf apr-1.4.5-tar.gz
cd apr-1.4.5
./configure --prefix=/usr/local/apr-httpd/
make
make install
tar zxvf apr-util-1.4.1-tar.gz
cd apr-util-1.4.1
./configure --prefix=/usr/local/apr-util-httpd/ --with-apr=/usr/local/apr-httpd/
make
make install
2013-12-31
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅