Source Codes

Source Codes的相关文章

Source Monitor Tutorial

Source Monitor is a code analyzing tool that is capable of finding the complexity for Java, C++.C.C#.Delphi.Visual Basic and HTML source codes. It's a standalone software which does not rely upon any specific IDE to work. What's even better is that i

make deb for debian/ubuntu, package software for debian/ubuntu

here you may find useful information: =====================X8---------------------------------8X============================= http://yysfire.github.io/linux/%E4%BB%8E%E6%BA%90%E4%BB%A3%E7%A0%81%E5%88%B6%E4%BD%9Cdeb%E5%8C%85%E7%9A%84%E4%B8%A4%E7%A7%8D

Exploring Python Code Objects

Exploring Python Code Objects https://late.am/post/2012/03/26/exploring-python-code-objects.html Inspired by David Beazley's Keynote at PyCon, I've been digging around in code objects in Python lately. I don't have a particular axe to grind, nor some

Identify Memory Leaks in Visual CPP Applications(VLD内存泄漏检测工具)

原文地址:http://www.codeproject.com/Articles/1045847/Identify-Memory-Leaks-in-Visual-CPP-Applications 基于CPOL License Identify Memory Leaks in Visual CPP Applications Visual Leak Detector (VLD) is an easy to use memory leak detection system. The installat

eclipse各版本介绍

记录下吧!以免以后下载时候又不知道下载那个: Eclipse IDE for Java Developers 是为java开发的 Eclipse IDE for Java EE Developers 是为J2EE开发的 Eclipse for RCP/Plug-in Developers  是为RCP和插件开发的 Eclipse IDE for C/C++ Developers    是为C/C++开发的Eclipse Classic 3.3.2    是它的经典版本 各版本的区别:Eclips

在LoadRunner中进行Base64的编码和解码

<Base64 Encode/Decode for LoadRunner>这篇文章介绍了如何在LoadRunner中对字符串进行Base64的编码和解码: http://ptfrontline.wordpress.com/2009/09/30/base64-encodedecode-for-loadrunner/ 在头文件中封装b64_encode_string和b64_decode_string函数: /*Base 64 Encode and Decode functions for Loa

基于QT开发的第三方库

基于Qt开发的第三方库 分类: Qt2014-02-12 11:34 1738人阅读 评论(0) 收藏 举报 QT第三方库 目录(?)[+] 文章来源:http://blog.csdn.net/zhgn2/article/details/14613519 QxOrm QxOrm is a new open source ORM (Object Relational Mapping) C++ library designed to provide : * Persistence (based on

swipejs的bug

Github:https://github.com/thebird/Swipe 现在最新的版本是2.0,bug如下: 1.触摸后不会自动播放 修复方式, function stop() { //delay = 0; delay = options.auto > 0 ? options.auto : 0; clearTimeout(interval ); } 2.小于三个轮播元素,会多生成轮播元素 修复方式, //Source codes: if (browser.transitions &&

service structure flowchart [mobile to server via HTTP RESTful API]

Modern flowchart for mobile, server, and etc.. communication This has something to do with these source codes: For the server side, https://github.com/xros/supervisord_start_all https://github.com/xros/gearmanLab Make them real service structure flow