自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (17)
  • 收藏
  • 关注

原创 RedHat Linux上gcc 从4.4.6升级到4.8.2

准备工作,如果无法直接联网,则手动获取如下源码包:

2014-04-12 22:54:13 4218 2

原创 Ant自动编译Java project时无法找到rt.jar的处理方法

最近在使用Ant自动化编译打包一个Java项目,执行时总是报有class找不到:    [javac] Compiling 46 source files to /A/B/C/D/build/staging/bin    [javac] .../ChangePassWordTool.java:5: package com.sun.org.apache.xml.internal.securi

2014-01-23 15:46:25 8250

原创 xBlog部署手记

一次偶然的机会,在开源中国上了解到一个有趣的开源项目:xblog (C++开发的BLOG程序),因为自己一直做后台开发,主要用C/C++实现,对于Web方面的开发知之甚少,但又比较好奇是否可以用C/C++来实现web应用,因此该项目很对我的胃口,希望能深入了解这个项目的实现。        近期在xBlog羡慕作者xSky的帮助下,终于将xBlog项目在我的linux虚拟机上部署成功,现将整个

2014-01-21 09:49:53 2010

原创 如何在远程桌面无响应的情况下完成远程电脑重启

如果远程桌面无响应,可以通过如下方式完成远程电脑重启:1. 进入命令行(cmd):,获取远程关机、重启权限> net use \\196.128.0.1之后输入远程主机用户名和密码或者使用命令(未验证)> net use \\196.128.0.1 "密码“  /user:用户名2. 执行远程关机命令> shutdown -r -m \\196.128.0.1

2013-08-11 12:05:21 12037

原创 如何进行多线程调试

最近需要调试多线程程序,就试着在网上搜了些资料。正好整理了一个例子方便自己理解和记忆static void* WorkThread1(void *threadId){ int64 tid = (int64)threadId; int i = 0; while(i <= 60) { i++; sleep(1);

2013-06-19 21:54:34 1610

Python Data Analytics and Visualization.pdf

Learn basic steps of data analysis and how to use Python and its packages A step-by-step guide to predictive modeling including tips, tricks, and best practices Effectively visualize a broad set of analyzed data and generate effective results

2019-06-02

Data Structure And Algorithms In C++ 2nd ed - Adam Drozdek.pdf

Data Structure And Algorithms In C++ 2nd ed - Adam Drozdek

2019-05-24

Competitive Programmer’s Handbook

The purpose of this book is to give you a thorough introduction to competitive programming. It is assumed that you already know the basics of programming, but no previous background in competitive programming is needed.

2018-05-08

Software Engineering at Google

Fergus Henderson has been a software engineer at Google for over 10 years. He started programming as a kid in 1979, and went on to academic research in programming language design and implementation. With his PhD supervisor, he co-founded a research group at the University of Melbourne that developed the programming language Mercury. He has been a program committee member for eight international conferences, and has released over 500,000 lines of open-source code. He was a former moderator of the Usenet newsgroup comp.std.c++ and was an officially accredited ​“Technical Expert” to the ISO C and C++ committees. ​He has over 15 years of commercial software industry experience. At Google, he was one of the original developers of Blaze, a build tool now used across Google, and worked on the server-side software behind speech recognition and voice actions (before Siri!) and speech synthesis. He currently manages Google's text-to-speech engineering team, but still writes and reviews plenty of code. Software that he has written is installed on over a billion devices, and gets used over a billion times per day.

2018-05-01

大教堂与集市

大教堂与集市,中文,完整,高清版本

2017-08-03

Threads Cannot be Implemented as a Library

In many environments, multi-threaded code is written in a language that was originally designed without thread support (e.g. C), to which a library of threading primitives was subsequently added. There appears to be a general understanding that this is not the right approach. We provide specific arguments that a pure library approach, in which the compiler is designed independently of threading issues, cannot guarantee correctness of the resulting code.

2014-04-30

R-导论中文版_丁国徽

数理统计相关的程序语言,可用于大树据分析提供借鉴

2014-04-30

6_Concurrent rebalancing of AVL trees_A fine-grained approach

6_Concurrent rebalancing of AVL trees_A fine-grained approach

2011-09-30

Relaxed AVL Trees, Main-Memory Databases, and Concurrency (1996)

Relaxed AVL Trees, Main-Memory Databases, and Concurrency (1996)

2011-09-30

MFC深入浅出(简体).chm

MFC深入浅出(简体).chm 介绍Windows MFC的中文资料

2009-07-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除