码迷,mamicode.com
首页 >  
搜索关键字:source-code    ( 706个结果
Using load balance for thrift servers
Software load balance .Nginx(http://nginx.org)1.Install nginx download source code from http://nginx.org/en/download.html./auto/configuremake & make ....
分类:其他好文   时间:2014-11-25 10:34:40    阅读次数:195
About compiling some source code on centos
1. To change the order of PATH items, you just need to put the newly-added path in front of the PATH, or at the back of the path to put it behind all ...
分类:其他好文   时间:2014-11-24 20:38:15    阅读次数:201
centos6.4编译安装mysql
1,对于centos系统,首先需要卸载掉它自带的mysql: 执行如下一连串命令,全部干掉重来! 然后执行:rm ?-rf ?/etc/my.cnf ? 删掉mysql的配置文件,如果还存在的话! 2,下载mysql source code 开始编译安装 ...
分类:数据库   时间:2014-11-20 15:48:54    阅读次数:215
Recover Java code from class file
I‘m so careless I deleted a Java web project in eclipse. the only thing I have is a war file which I got from server. Thanks to?Procyon / Java Decompiler, I recovered all java source code from wa...
分类:编程语言   时间:2014-11-14 18:08:20    阅读次数:160
Thinking in Java 4th Edition Source Code
Thinking in Java 4thEditionSource CodeInstructions for downloading, installing and testing the source codeDownload the source code zip file from this ...
分类:编程语言   时间:2014-11-14 10:36:18    阅读次数:278
Lua源码阅读顺序推荐
Online Lua 5.1 source code browserRecommended reading order:lmathlib.c, lstrlib.c: get familiar with the external C API. Don't bother with the pattern...
分类:其他好文   时间:2014-11-12 13:18:53    阅读次数:153
cef研究
// Copyright (c) 2010 The Chromium Embedded Framework Authors. All rights// reserved. Use of this source code is governed by a BSD-style license that/...
分类:其他好文   时间:2014-11-11 10:32:50    阅读次数:2324
Net作业调度(二) -CrystalQuartz远程管理
Source Code-1.6M介绍接着上一篇。 我们已经初步会使用Quartz.NET了。但如果想方便的知道某个作业执行情况,并暂停,启动等等,这时候就需要个管理界面了。本文介绍Quartz.NET 远程管理。如图:实战一:作业服务端 static void Main(string[] args)...
分类:Web程序   时间:2014-11-01 19:08:49    阅读次数:1183
Linux系统中提示/usr/bin/ld: cannot find -lxxx错误的通用解决方法
在linux环境编译应用程式或lib的source code时常常会出现如下的错误讯息:代码如下:/usr/bin/ld: cannot find -lxxx这些讯息会随着编译不同类型的source code 而有不同的结果出来如:代码如下:/usr/bin/ld: cannot find -lc/...
分类:系统相关   时间:2014-10-31 11:24:50    阅读次数:186
About Java XMLEventReader
Recently I'm dealing with a source code data mining project, and I have to use XML in it. But something confusing happens to me. So I searched on Goog...
分类:编程语言   时间:2014-10-30 01:37:46    阅读次数:183
706条   上一页 1 ... 58 59 60 61 62 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!