简述 我刚刚断送了自己的职业生涯,没错,很多人都这样对我说。 同事得知我即将离开公司的消息,大多数对此表示理解。但让他们困惑的是,我目前就职的公司是一家Windows商店,用C#.net编写代码,而我要入职的岗位要求在Linux环境下进行开发,以Java为主要的编程语言。他们认为编程语言的改变会让我 Read More
posted @ 2016-08-19 23:56 findumars Views(2016) Comments(0) Diggs(0)
Valve开源了Direct3D到OpenGL的转译层,方便开发者迁移游戏到Linux:https://github.com/ValveSoftware/ToGL Valve SteamBox主机系统SteamOS基于Debian Linux打造,可以免费下载安装:http://store.stea Read More
posted @ 2016-08-19 23:45 findumars Views(534) Comments(0) Diggs(0)
[html] view plain copy program Project2; uses windows,TLHelp32; function FindProcess(AFileName:string):boolean; var hSnapshot:THandle; lppe:TProcessEn Read More
posted @ 2016-08-19 23:39 findumars Views(1513) Comments(0) Diggs(0)
uses psapi;{根据进程PID获取程序所在路径的函数}function GetProcessExePath(PID: Cardinal): string;varpHandle: THandle;buf: array[0..MAX_PATH] of Char;begin{获取进程句柄}pHan Read More
posted @ 2016-08-19 23:38 findumars Views(3512) Comments(0) Diggs(0)
unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls;typeTForm1 = class(TForm)Button1: Read More
posted @ 2016-08-19 23:38 findumars Views(819) Comments(0) Diggs(0)