<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>ACE Developer - 开源类库和工具</title>
    <link>https://ace.acejoy.com/forum-24-1.html</link>
    <description>Latest 20 threads of 开源类库和工具</description>
    <copyright>Copyright(C) ACE Developer</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 02 Sep 2026 05:37:05 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://ace.acejoy.com/static/image/common/logo_88_31.gif</url>
      <title>ACE Developer</title>
      <link>https://ace.acejoy.com/</link>
    </image>
    <item>
      <title>VPN哪个好?【悦游VPN加速器】突破公司IP限制  上facebook</title>
      <link>https://ace.acejoy.com/thread-6205-1-1.html</link>
      <description><![CDATA[客服联系方式：QQ76275278    电话18120502967 
悦游VPN修改IP地址免费账号wwwyueyouip.cn密码yueyou
软件版本：2016v0.20
软件语言：中文简体
软件授权：共享版
软件类别：网络辅助、网络优化、网络代理 


悦游加速器官网升级，网址更好记，打开更快。
关注俺们的新 ...]]></description>
      <category>开源类库和工具</category>
      <author>杀马特狂少</author>
      <pubDate>Tue, 20 Dec 2016 02:55:23 +0000</pubDate>
    </item>
    <item>
      <title>awesome系列大集合-一网打尽所有编程精华</title>
      <link>https://ace.acejoy.com/thread-6141-1-1.html</link>
      <description><![CDATA[github上的这份awesome列表，非常的有用。因为它节约了人们选择的成本。当然，也会形成马太效应，让新的包必须做的好才能崭露头角。
地址：
https://github.com/sindresorhus/awesome

当你需要相关的收集整理，打开对应的主题链接就可以了，比如python, node.js等，大 ...]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Wed, 25 May 2016 02:25:23 +0000</pubDate>
    </item>
    <item>
      <title>MySQL管理工具HeidiSQL</title>
      <link>https://ace.acejoy.com/thread-5816-1-1.html</link>
      <description><![CDATA[HeidiSQL 是一个功能非常强大的 MySQL 客户端软件。它是德国程序员Ansgar Becker和几个Delphi程序员开发的一个开源工具。要通过HeidiSQL来管理数据库，用户应该用有效地凭证登陆到MySQL服务器，创建一个会话。HeidiSQL最大的特色就是操作方便，界面设计合理，功能都是最 ...]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Tue, 08 Apr 2014 14:12:03 +0000</pubDate>
    </item>
    <item>
      <title>boost.asio的proxy支持(socks,http)</title>
      <link>https://ace.acejoy.com/thread-5812-1-1.html</link>
      <description><![CDATA[https://github.com/vinzenz/libnetpp
不过我没有深入的用。]]></description>
      <category>开源类库和工具</category>
      <author>sevencat</author>
      <pubDate>Mon, 24 Mar 2014 08:10:03 +0000</pubDate>
    </item>
    <item>
      <title>thrift的asio实现</title>
      <link>https://ace.acejoy.com/thread-5790-1-1.html</link>
      <description><![CDATA[thrift是目前能找到的轻量级，高性能，非常灵活的一个rpc。
官方的实现是用libevent2+多线程做为网络接口，网上也有人有了asio的实现。

写了个简单的
#pragma once
#include \&quot;Api.h\&quot;
#include 
#include 
#include 
#include \&quot;rpc_conn.h\&quot;

using namespace apache::th ...]]></description>
      <category>开源类库和工具</category>
      <author>sevencat</author>
      <pubDate>Sun, 15 Dec 2013 13:38:56 +0000</pubDate>
    </item>
    <item>
      <title>10 个免费超棒的编程用等宽字体</title>
      <link>https://ace.acejoy.com/thread-5392-1-1.html</link>
      <description><![CDATA[太多程序员没有太多心思去关注他们每天都在面对的编程字体，然后编码工作需要长时间盯着屏幕并阅读一些非常复杂的文本。一个好的字体可以很大程度上提升阅读代码的愉悦感，提高生产力。本文介绍 10 个适合在编程时使用的等宽字体，它们都是免费的，效果很好。1. Source  ...]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Fri, 24 May 2013 02:24:25 +0000</pubDate>
    </item>
    <item>
      <title>boost 1.53在vs2003下编译thread不过的解决方案</title>
      <link>https://ace.acejoy.com/thread-5191-1-1.html</link>
      <description><![CDATA[找到future的1400行

#endif
        friend class detail::future_waiter;

        //template 
        //friend BOOST_THREAD_FUTURE
        //detail::make_future_async_object(BOOST_THREAD_FWD_REF(Fp) f);

        //template 
        //friend BOOST_THREA ...]]></description>
      <category>开源类库和工具</category>
      <author>sevencat</author>
      <pubDate>Thu, 14 Feb 2013 01:19:09 +0000</pubDate>
    </item>
    <item>
      <title>表达式解析库</title>
      <link>https://ace.acejoy.com/thread-5190-1-1.html</link>
      <description><![CDATA[不说多了，直接上例子
    FunctionParser fp;
    fp.Parse(\&quot;sqrt(x*x + y*y)\&quot;, \&quot;x,y\&quot;);
    double variables[2] = { 1.5, 2.9 };
    double result = fp.Eval(variables);

地址:
http://warp.povusers.org/FunctionParser/fparser.html#usage
用处：
在有些业务逻 ...]]></description>
      <category>开源类库和工具</category>
      <author>sevencat</author>
      <pubDate>Wed, 13 Feb 2013 11:27:02 +0000</pubDate>
    </item>
    <item>
      <title>使用VB设计Python的GUI界面(Visual Tkinter) 附源码</title>
      <link>https://ace.acejoy.com/thread-5018-1-1.html</link>
      <description><![CDATA[这是一个VB6的IDE插件(Addin)，使用VB6的IDE直接设计Python的界面。

Python和VB都是能让人快乐的编程语言，我使用了Python之后，很多自己使用的工具都使用Python开发或改写了，因为最终实现的Python代码实在太短了（相比VB），有时候Python一行代码就可以实现VB一个函 ...]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Sun, 09 Dec 2012 14:31:35 +0000</pubDate>
    </item>
    <item>
      <title>Visual Studio 提供对 Python 的开发支持，直接使用微软的高效IDE</title>
      <link>https://ace.acejoy.com/thread-5002-1-1.html</link>
      <description><![CDATA[(PTVS)开源项目  
Python Tools for Visual Studio 
微软技术计算部门（Technical Computing Group ）发布了Python Tools for Visual Studio (PTVS)开源项目。PTVS可以直接安装嵌入到Visual studio 2010/2012，利用微软广受赞誉的IDE来进行Python的开发。PTVS的主要特性 ...]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Wed, 05 Dec 2012 10:14:05 +0000</pubDate>
    </item>
    <item>
      <title>理解 pkg-config 工具</title>
      <link>https://ace.acejoy.com/thread-4984-1-1.html</link>
      <description><![CDATA[你在 Unix 或 Linux 下开发过软件吗？写完一个程序，编译运行完全正常，在你本机上工作得好好的，你放到源代码管理系统中。然后，告诉你的同事说，你可以取下来用了。这时，你长长的出了一口气，几天的工作没有白费，多么清新的空气啊，你开始飘飘然了。“Hi，怎么编译 ...]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Sat, 10 Nov 2012 13:38:18 +0000</pubDate>
    </item>
    <item>
      <title>一个非常不错的IDE工具包：Netbeans</title>
      <link>https://ace.acejoy.com/thread-4363-1-1.html</link>
      <description><![CDATA[我推荐一个linux下面开发的IDE -  netbeans ，在不少细节比eclipse更优秀、更好用。
下载地址：http://netbeans.org/index.html]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Fri, 04 May 2012 08:30:05 +0000</pubDate>
    </item>
    <item>
      <title>Linux Shel高级技巧(目录)</title>
      <link>https://ace.acejoy.com/thread-4333-1-1.html</link>
      <description><![CDATA[为了方便我们每个人的学习，这里将给出Linux Shell高级技巧五篇系列博客的目录以供大家在需要时参阅和查找。
Linux Shell高级技巧(一) 
http://www.acejoy.com/thread-4326-1-1.html
一、将输入信息转换为大写字符后再进行条件判断
二、为调试信息设置输出级别
三 ...]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Mon, 23 Apr 2012 05:58:00 +0000</pubDate>
    </item>
    <item>
      <title>Linux Shell经典实例解析--Oracle启动脚本(下)</title>
      <link>https://ace.acejoy.com/thread-4332-1-1.html</link>
      <description><![CDATA[目录：
Linux Shell高级技巧(一) 
http://www.acejoy.com/thread-4326-1-1.html
一、将输入信息转换为大写字符后再进行条件判断
二、为调试信息设置输出级别
三、判断参数是否为数字
四、判断整数变量的奇偶性
五、将Shell命令赋值给指定变量，以保证脚本的移植性
六 ...]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Mon, 23 Apr 2012 05:56:13 +0000</pubDate>
    </item>
    <item>
      <title>Linux Shell经典实例解析--Oracle启动脚本(上)</title>
      <link>https://ace.acejoy.com/thread-4331-1-1.html</link>
      <description><![CDATA[目录：
Linux Shell高级技巧(一) 
http://www.acejoy.com/thread-4326-1-1.html
一、将输入信息转换为大写字符后再进行条件判断
二、为调试信息设置输出级别
三、判断参数是否为数字
四、判断整数变量的奇偶性
五、将Shell命令赋值给指定变量，以保证脚本的移植性
 ...]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Mon, 23 Apr 2012 05:55:47 +0000</pubDate>
    </item>
    <item>
      <title>Linux Shell高级技巧(五)</title>
      <link>https://ace.acejoy.com/thread-4330-1-1.html</link>
      <description><![CDATA[二十五、通过FTP下载指定的文件：

      相比于手工调用FTP命令下载文件，该脚本提供了更为方便的操作方式。
      /&gt; cat &gt; test25.sh
      #!/bin/sh
      #1. 测试脚本参数数量的有效性。    
      if [ $# -ne 2 ]; then
          echo \&quot;Usage: $0 ftp://... u ...]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Mon, 23 Apr 2012 05:54:39 +0000</pubDate>
    </item>
    <item>
      <title>Linux Shell高级技巧(四)</title>
      <link>https://ace.acejoy.com/thread-4329-1-1.html</link>
      <description><![CDATA[十九、将文件的输出格式化为指定的宽度：

      在这个技巧中，不仅包含了如何获取和文件相关的详细信息，如行数，字符等，而且还可以让文件按照指定的宽度输出。这种应用在输出帮助信息、License相关信息时还是比较有用的。
      /&gt; cat &gt; test19.sh
      #!/bin/sh ...]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Mon, 23 Apr 2012 05:52:17 +0000</pubDate>
    </item>
    <item>
      <title>Linux Shell高级技巧(三)</title>
      <link>https://ace.acejoy.com/thread-4328-1-1.html</link>
      <description><![CDATA[十三、格式化输出指定用户的当前运行进程：

      在这个例子中，我们通过脚本参数的形式，将用户列表传递给该脚本，脚本在读取参数后，以树的形式将用户列表中用户的所属进程打印出来。
      /&gt; cat &gt; test13.sh
      #!/bin/sh
      #1. 循环读取脚本参数，构造eg ...]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Mon, 23 Apr 2012 05:51:46 +0000</pubDate>
    </item>
    <item>
      <title>Linux Shell高级技巧(二)</title>
      <link>https://ace.acejoy.com/thread-4327-1-1.html</link>
      <description><![CDATA[七、非直接引用变量：

      在Shell中提供了三种为标准(直接)变量赋值的方式：
      1. 直接赋值。
      2. 存储一个命令的输出。
      3. 存储某类型计算的结果。
      然而这三种方式都是给已知变量名的变量赋值，如name=Stephen。但是在有些情况下，变量名本身 ...]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Mon, 23 Apr 2012 05:51:14 +0000</pubDate>
    </item>
    <item>
      <title>Linux Shell高级技巧(一)</title>
      <link>https://ace.acejoy.com/thread-4326-1-1.html</link>
      <description><![CDATA[该系列将重点介绍Linux Shell中的高级使用技巧，其主要面向有一定经验的Shell开发者、Linux系统管理员，以及Linux的爱好者。博客中的示例主要来源于网络和一些经典书籍，在经过本人的收集和整理之后，以系列博客的形式呈现给诸位。如果大家有更多更好的Shell脚本 ...]]></description>
      <category>开源类库和工具</category>
      <author>winston</author>
      <pubDate>Mon, 23 Apr 2012 05:50:35 +0000</pubDate>
    </item>
  </channel>
</rss>