背景:
有如下这么一段代码,作用是获取当前程序的所在路径(C:\work\A.exe),然后将”A.exe”去掉,拼装为”C:\work\inject.dll”TCHAR szDllPath[MAX_PATH] = _T("");
TCHAR szExePath[MAX_PATH] = _T("");GetModuleFileName(GetModuleHandle(NULL), szExePat...
分类:
其他好文 时间:
2015-03-17 00:49:12
阅读次数:
145
微软近期Open的职位:Work Location: Shanghai, ChinaAre you looking for a high impact project that involves processing of billions of dollars, hundreds of milli...
分类:
其他好文 时间:
2015-03-16 12:22:37
阅读次数:
141
微软近期Open的职位:Job Title: Senior Software Engineer_CCICLocation: Shanghai ChinaIf you would like to work in a challenging and dynamic product development...
分类:
其他好文 时间:
2015-03-15 23:38:00
阅读次数:
186
RabbitMQ(一) --Work Queues RabbitMQ使用Work Queues的主要目的是为了避免资源使用密集的任务,它不同于定时任务处理的方式,而是把任务封装为消息添加到队列中。而消息队列正是共享于多个工作者中使用,它们可以随意pop出数据进行处理。消息的持久化 Message ....
分类:
其他好文 时间:
2015-03-15 13:43:14
阅读次数:
121
微软近期Open的职位:Job Title: Software Engineer II_CCICLocation: Shanghai ChinaIf you would like to work in a challenging and dynamic product development env...
分类:
其他好文 时间:
2015-03-15 12:05:30
阅读次数:
114
1.Download the required tarball from here2.unzip this tarball using "tar -zxvf tarball_name3.create a folder name java in /usr/lib, you need root perm...
分类:
数据库 时间:
2015-03-14 19:57:29
阅读次数:
174
传送门1293 - Document Analyzer PDF (English) Statistics Forum Time Limit: 3 second(s)Memory Limit: 32 MBYou work in a leading software development comp.....
分类:
其他好文 时间:
2015-03-14 10:59:04
阅读次数:
143
python直接读取中文路径的文件时失败,可做如下处理:inpath = 'D:/work/yuanxx/在线导航/驾车导航/walk_log/20130619_172355.txt'uipath = unicode(ipath , "utf8")然后用"uipath"经过编码后的路径去open()...
分类:
编程语言 时间:
2015-03-13 23:41:25
阅读次数:
225
http://blog.csdn.net/pipisorry/article/details/44119187
机器学习Machine Learning - Andrew NG
courses学习笔记
Machine Learning System Design机器学习系统设计
Prioritizing What to Work On优先考虑做什么
Error Anal...
分类:
系统相关 时间:
2015-03-13 20:44:08
阅读次数:
168
初学Scala
Folder structure以及部分代码
package.scala的代码
package comx
package object mypkg {
def myprint = println("Hello Ji2 in package object")
}
object mypkg2{
def my...
分类:
其他好文 时间:
2015-03-13 18:53:42
阅读次数:
131