s******p 发帖数: 4962 | 1 【 以下文字转载自 shopping 讨论区 】
发信人: sniperxp (鱿鱼~ 最爱干红,可惜没有柠檬), 信区: shopping
标 题: 求一个182字节的marker.exe
发信站: BBS 未名空间站 (Sat Aug 31 00:59:37 2013, 美东)
准备做windows 7 OEM
刷SLIC2.1用
在网上抓破脑袋也下不到了
有伪币奉上 |
|
d*****e 发帖数: 7368 | 2 I just find a process Winkgif.exe is eating 98% of my
cpu all the time. And I can't kill it by task manager.
Is this a virus? And how to kill it?
Thanks |
|
d*****e 发帖数: 7368 | 3 Thanks, it's W32.Elkern.C virus. Hiden in this exe file.
I already format my Hard Disk :( |
|
b******1 发帖数: 466 | 4 我的windows7 有很多Osuwybog.exe *32 processes, 它们消耗大量的
resources.谁知道这是什么东西? 如何拿掉? 多谢。 |
|
b******1 发帖数: 466 | 5 我的windows7 有很多Osuwybog.exe *32 processes, 它们消耗大量的
resources.谁知道这是什么东西? 如何拿掉? 多谢。 |
|
n******7 发帖数: 12463 | 6 win10的linux subsystem太爽了
其实这个subsystem存在很多年了
但是一直都是鸡肋,远不如cygwin流行
我去年听传言说这个要在windows 10里面remove了
还觉得非常遗憾,因为即使鸡肋,也有翻身的可能
要是去掉了,就没戏了
不成想软软雄起了一把,win10内置官方支持的ubuntu bash shell
对我这种喜欢win+lin的人简直太方便了
刚刚装了python numpy一套玩意,跟ubuntu下面一样方便
几乎完美了
现在唯一的问题:bash.exe太简陋了,跟putty差不多,有没有第三方工具,那怕是个
wrapper也好
起码给我一个tab支持吧 |
|
|
O*t 发帖数: 56 | 8 现在WSL bash最好的terminal解决方案是啥了
这个ipython是怎么跟bash.exe接起来的?
: 妈的,用了几个console emulator
: bash history都不work
: readline倒是好的,ipython里面可以用
: 换成linux terminal了
: 这下真爽了
|
|
n******7 发帖数: 12463 | 9 不知道
我还是继续用linux term
装了ipython直接在bash.exe里面用啊 |
|
O*t 发帖数: 56 | 10 这个。。。那我宁愿文件浏览器下面直接打开File->"Open command prompt"(或者快
捷方式放到Quck access toolbar上面直接点) cmd里面手动输入个bash.exe。。。懒
得切换win下面的目录了就这么干 |
|
b***y 发帖数: 740 | 11 Hi. Do you guys know how can I find all the DLL file names being used by an
EXE within a visual c++ program? I know there's a tool called Dependency
Walker can do this but I need the source codes or knowing how to do it.
Thanks very much!! |
|
g*****g 发帖数: 34805 | 12 干吗要exe, 做一个cmd(sh)就是了。
无非就是java -classpath lib1;lib2 mainClass |
|
o******r 发帖数: 259 | 13 用dll和exe的人多了,
你连个简单问题都说不清楚 |
|
Q**Q 发帖数: 781 | 14 I generate a exe file. It can be run in my lab's computer. But when I try to
run it in my lapto, it shows "This application has failed to start because
the application configuration is incorrect. Reinstalling the application may
fix the problem" Does anyone know how to fix this problem. Thanks.
I was using Visual Studio 2005. |
|
h**p 发帖数: 377 | 15 I made a simple GUI using MFC in Visual studio 2005.
It is running fine on my machine. But it cannot run on any machine without
visual studio.
I tried to run the vcredist_x86.exe to install some of the libs on those
clean machines, it's still not working.
does anyone experience the same problem???
thanks a lot. |
|
r****8 发帖数: 6 | 16 please instruct me how to rename a exe file step by step.
thanks a lot in advance! |
|
s*****n 发帖数: 57 | 17 VC++ (Vistudio Studio)创建'安装程序'(*.msi +setup.exe) 中的问题:
我已经设置deployment project的'InstallAllUsers' property为false,
为什么发布的时候还说错误:
"You do not have sufficient privileges to complete this installation for
all users of this machine."
我要的是能per-user安装,为什么还出这个错误? |
|
i*****f 发帖数: 578 | 18 int f1(int n)
{
if (n<0) {
return 0;
}
return f(n-1) + 1;
}
int f2(int n, int sum)
{
if (n<0) {
return sum;
}
return f(n-1, sum+1);
}
if compiled w/o optimization, and run with n=0xffff, f2 gives a stack
overflow. f1 is good.
if compiled w/ optimization, both are ok.
cl.exe on Win7:
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for
80x86
Not even see the stack overflow on Ubuntu 7.04+GCC w/o optimization. |
|
m******o 发帖数: 40 | 19 这个问题不是一般的外行
除非您这个x86.exe是个简单的不能再简单的程序了 |
|
|
|
x****u 发帖数: 44466 | 22 你至少得算一下exe结尾在哪里,然后把指针移动到那里/ |
|
P*****6 发帖数: 273 | 23 生手请教专家
请问是否能把绝大多数的python程序转化成exe文件?还是很多module都不能转化?
用了一段时间python,python确实简单,但是也总给我惊喜,比如numpy在windows下只
能装32位,rpy2只能在linux下用,感觉自己用还行。给别人用通用性差些。
谢谢 |
|
P*****6 发帖数: 273 | 24 是作为懂编程的话总能弄出个解决方法。我是想将来给什么都不懂的人用。 所以问可
不可以转成exe。要是有很多前提条件, 就太麻烦了。
loopy |
|
a*****e 发帖数: 216 | 25 pycharm 和anaconda jupyter 用的不是一个python.exe file 吗? 同一个程序,在
pycharm 上不能运行,安了anaconda 3,就可以在上面的jupyter 运行.代码是python
3的代码.
怎么搞得? |
|
a****o 发帖数: 6612 | 26 Pycharm可以在setting中设置python.exe |
|
n******g 发帖数: 2201 | 27 Conda 顺带装了很多编译过的包好不好 你太初级
[在 adaline (神仙姐姐) 的大作中提到:]
:pycharm 和anaconda jupyter 用的不是一个python.exe file 吗? 同一个程序,在
:pycharm 上不能运行,安了anaconda 3,就可以在上面的jupyter 运行.代码是python
3的代码.
:怎么搞得? |
|
g****t 发帖数: 31659 | 28 代码是一个tool。
里面有一个win com的第三方库,
可能是这个问题。
公司是赛门铁克监控带杀毒软件。
比较烦的是假如将来我发.exe给客户,还要
确认他不会出这个问题。所以想问问有没什么赛门铁克
认证之类的东西。
Hello world 的代码就没这问题。
Gcc是mingw 64
: 方便的话发一下代码,还有是哪个杀软
|
|
s**n 发帖数: 449 | 29 from google:
devldr16.exe, Associated with Creative Labs sound cards. Provides audio support
for DOS applications. If you don't have those, you don't need this. |
|
b**l 发帖数: 41 | 30 rundll32.exe
what is this? Someone said that if it is running, then you must be hacked. |
|
a***e 发帖数: 26 | 31 【 以下文字转载自 Windows 讨论区 】
【 原文由 Adore 所发表 】
what is GMT.exe? it always trys to access internet. |
|
|
x***s 发帖数: 3 | 33 My pc is trying to dial up all the time. I looked Task Manager, wind32.exe is
running like crazy. anybody know what's the problem? |
|
b****k 发帖数: 10 | 34 Go to your component manager and take a look at which dll this svchost.exe
is hosting by the process id. Once you know the dll, you should have some
rough idea what it is about. |
|
m*******d 发帖数: 242 | 35 今天用virus scan 查毒,它发现了c:\windows\system32\godo.exe有毒,但是又杀不了
,
然后就把这个文件移动到了c:\QUARANTINE
请问这个文件有什么功能?系统没了它能正常运行吗? 谢谢! |
|
n******e 发帖数: 58 | 36 找个相同版本的explorer.exe替换掉就行了 |
|
c**t 发帖数: 2744 | 37 Replace the exe in DOS mode. |
|
c**d 发帖数: 26 | 38
有一个病毒,是会添加一个文件名叫explore.exe的文件到system32里,正常情况下是没
有这个文件在那里的。肯定是病毒
杀,然后删除掉 |
|
e*i 发帖数: 3 | 39 很奇怪,突然电脑就不行了,控制面板也乱了,IE里的连接也不WORK了.
D盘下出现这个莫名其妙的文件MSDTC32,EXE,还有一个TESTFILE,没文件类型,大小为0.发
现它自己在运行,很吃CPU,还终止不了,必须重启.
很多程序也不行了.昨天狠狠心,花了一天重装电脑,结果,今天这个该死的家伙又出现了,
还在SYSTEM32下也出了一个拷贝.把我的系统搞得乱七八糟.刚刚把电脑恢复到早上的镜象
,其中没有这个怪东西.目前它还没有出现,不知道什么时候会再有.
大家有什么看法?是病毒吗?我的NORTON没有报告(病毒库是最新的).还是有人在攻击我的
电脑啊?怎么办啊?还赶着做期末PROJECT呢!哭死了.救救我吧!!! |
|