1. 有时候程序需要生成一些临时目录和临时文件,在程序退出时需要删除,这时候用win32的api即可完成需求,自己遍历目录一个个removefile并不是高效率的做法.
//注意:
//1.要删除的目录不能以\\结尾.只能以目录名结尾,比如C:\\New Folder,而不是C:\\New Folder\\,不然会失败.
//2.pFrom的值必须是以\0结尾的字符串,unicode字符串要以两个\0\0结尾.
//3.可以使用std::string或std::wstring的c_str(),因为这个函数返...
simple factorygood:1 devide implementation and initialization2 use config file can make system more flexible (reflection)bad:1 all initialization work...
分类:
其他好文 时间:
2014-09-17 20:25:32
阅读次数:
246
在写前面两篇文章23和24的时候自己有很多细节搞得不是很明白,这篇文章把Fork和Work-Stealing相关的源代码重新梳理一下。首先来看一些线程池定义的成员变量:关于scanGuard:volatile int scanGuard;private static final int SG_UNI...
分类:
编程语言 时间:
2014-09-17 18:17:22
阅读次数:
296
Very Deep Convolutional Networks for Large-Scale Image RecognitionKaren Simonyan,Andrew ZissermanIn this work we investigate the effect of the convolu...
分类:
Web程序 时间:
2014-09-17 15:07:12
阅读次数:
297
Some negative feelings may improve work performance
适量消极情绪有助于提高工作能力
Surprising new research suggests it can actually be good to feel bad at work, and that feeling good in the workplace can lead to negative outcomes.
新研究的惊人发现表明,实际上工作时的消极情绪能带来积极效果,而积极的情绪却可...
分类:
其他好文 时间:
2014-09-16 16:03:00
阅读次数:
261
一,需要环境:You will need a handful of components to make this work: - Apache (webserver) #apache搭建web页面 - PHP 5 ...
分类:
数据库 时间:
2014-09-16 12:19:30
阅读次数:
466
http://www.cnblogs.com/xfiver/archive/2010/07/07/1772764.html maven项目,Default output folder 必须如框内在target下的classes中... 诡异的问题解决 参考:http://www.cnblogs.com/xfiver/archive/2010/07...
分类:
Web程序 时间:
2014-09-15 17:59:59
阅读次数:
253
呵呵
#include
#include
#include
#include
typedef long long ll;
using namespace std;
const int N = 5 * 10000 + 5;
int xval[N], dep;
int n, a[N], pre[N];
ll d[N];
int pos[300], dd;
void work() {
d...
分类:
其他好文 时间:
2014-09-14 20:49:28
阅读次数:
211
1. 软件环境
软件版本:MyEclipse 2014, Ubuntu 12.04
SVN插件名:Subclipse (http://subclipse.tigris.org/)
2. 插件(Plugin)安装方法:
1. 在MyEclipse菜单中Help -> Install from Site..
2. 点击“Work with”右边的“Add”按钮,加入这个网址:
ht...
分类:
系统相关 时间:
2014-09-13 20:13:15
阅读次数:
295
系统内核版本:cat /proc/version Linux version 2.6.33-cdl (root@Phenom) (gcc version 3.4.6) #1 SMP PREEMPT Fri Apr 2 01:04:03 EDT 2010嵌入式文件系统一般用户执行su root切换根用户提示错误:su: must be suid to work properly解决方法:修改busy...
分类:
系统相关 时间:
2014-09-13 15:56:25
阅读次数:
267