由买买提看人间百态

topics

全部话题 - 话题: dll
首页 上页 1 2 3 4 5 6 7 8 9 10 (共10页)
D**u
发帖数: 288
1
来自主题: Programming版 - C# 和 SQLite 连接问题,多谢拉
成了,hoho
换了一个
Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 4.
5)
之前的是 Precompiled Binaries 不行。
然后这次换了一个错误Unable to load DLL 'SQLite.Interop.dll': The specified
module could not be found. (Exception from HRESULT: 0x8007007E)
然后google到这个
http://stackoverflow.com/questions/13028069/unable-to-load-dll-
再按照这个方法
following steps:
Open the project designer in Visual Studio.
Click on the Build tab.
Disable the prefer 32-bit option.
就可以用了
convergence 谢谢你哈,以后再向你请教
居然就可以用了,晕,也不知道... 阅读全帖
a*w
发帖数: 4495
2
我猜你用到了.NET的某些库文件,你用VS 2005时,别的电脑上恰好有
相应的.NET 2.0。而你用VS 2008时,别的电脑上没有.NET 3.5。
所以你得给别的电脑装.NET 3.5 或者 Visual C++ 2008
Redistributables。
如果开发电脑和运行电脑的OS都是64或都是32位的,也可以试试把
msvcr90.dll, msvcp***.dll和exe一起拷贝到运行电脑上。这两个dll
文件的名字我不确定,因为我没用过VS 2008。
m****0
发帖数: 837
3
vb.net 建的dll行不行, 总是遇到 429 activeX Component can't create object 错
误。试了好几种办法都解决不了。
http://stackoverflow.com/questions/18967293/custom-c-sharp-dll-
http://stackoverflow.com/questions/11570262/expose-dll-for-com-
g*****y
发帖数: 7271
4
来自主题: Programming版 - 请教一个C++的设计问题
照我理解,以dll办法为例:
1. 所有找到的某个目录下的decoder dlls,加入链表;
2. 把header依次传给decoder的回调函数来分析header并返回是否接受;
3. 如果某一个decoder回调函数返回接受,就把数据传给该decoder的
decode回调函数;
分析header的回调函数是decoder来implement的。新decoder
的code当然需要编译成dll。除了这个,还有什么要重新编译的么?
哪个语言里新的decoder都要重新编译吧?
T********i
发帖数: 2416
5
来自主题: Programming版 - 请教一个C++的设计问题
别听那些人扯淡。
20个decoder算个屁?就用if then else。啥pluggable dll都是扯淡。你又不支持第三
方plugin。而且貌似就你一个干活的,连个大team都没有。有必要设计那么复杂的
contract么?
dll不是光expose api那么简单,还要处理复杂数据结构。尤其是c++。那是dll hell。
每次都要编译20多个target,纯粹没事找事。
20个if then else,开销是纳秒级别。而且绝对代码最少,出错可能性最小,我打赌不
会有任何性能问题。
p****n
发帖数: 96
6
服务器:win2000 and iis5.0
今天上午扫描了一下自己的服务器发现了下边几个cgi漏洞
/_vti_bin/shtml.dll
/_vti_bin/shtml.exe
/_vti_inf.html
/iishelp/iis/misc/iirturnh.htw
/iissamples/exair/search/qfullhit.htw
/iissamples/exair/search/qsumrhit.htw
/iissamples/issamples/oop/qfullhit.htw
/iissamples/issamples/oop/qsumrhit.htw
/msadc/msadcs.dll
请问各位高手应该怎么堵住以上的漏洞??
在服务器上放了一个聊天室,今天上午发现有人非法侵入。用了一个聊天事
本身带的后门程序以聊天事管理员的身份进去。我想可能是被入侵者在服务器里边
种下了木马。请问应该怎么防范???????听说禁止所有的dll文件就可以防范
asp攻击。是真的吗??应该怎么实现??
本人水平不高。麻烦高手帮忙解答详细一点。谢谢了啊?
p**k
发帖数: 59
7
来自主题: Software版 - Re: netants 1.20
这个东西没关系的,我装完netants就把radiate给uninstall了,它不能去掉
advert.dll所以没事,跟以前一样(以前的版本也加入advert.dll的,很多freeware
都装这个东东,删掉的话netants也能使用,不过老出现cant load advert.dll的
对话框)。BTW,新版的flashget也装这个东东,无所谓拉,uninstall radiate就是
了,一点问题没有的。
m*****e
发帖数: 207
8
source: http://www.netants.com/gb/privacy.html
刚才看到新浪网上名为“免费软件暗藏阴谋:泄漏用户个人信息”的文章,觉得可
能有些地方需要解释一下。
网络蚂蚁是在去年8月份放上Radiate公司提供的广告条的。因为我觉得Adware这种
形式比较适合,而且其他国外著名的下载软件也都先后使用了Radiate的广告条技
术。从技术上来说,在软件里面加入Radiate公司的广告条是比较容易的。
Radiate公司提供了完整的开发SDK,开发人员需要做的事情很少。在程序中调用
Radiate提供的API函数就可以创建广告条,但是程序本身并不能控制广告条显示何
种内容。在安装程序中,必须拷贝Radiate广告条所需要的几个文件到Window系统
目录中去,其中包括:adimage.dll,htmdeng.exe,msipcsv.exe,tfde.dll,
ipcclient.dll。程序运行时,Radiate广告条就开始工作了。
那么广告条运行是到底会干些什么事情呢。可以看一下Radiate网站上有关的声明
。地址是http://www.radiate
g****n
发帖数: 3370
9
来自主题: Software版 - Firefox 3 RC1 发布
不甘心,我disable掉绝大多数plugin再试,现在只留
java, shockwave flash和mozilla default三个。
extension 一个不装。
看看它还崩溃不。
我查下来,崩溃时问题出在这几个module:
mozcrt19.dll
js3250.dll
xul.dll
t******a
发帖数: 1200
10
来自主题: Software版 - Google Chrome 里还是夹带了私货
Sorry, your endorsement doesn't count.
Since google didn't open the source code of rlz.dll, it can do anything
in the function call to "RecordProductEvent", please refer to my
revelant post in the programming board. Google can update the rlz.dll
file at any time via a google udpate. Even at this time, rlz.dll
already sends your browser related registry changes, not limited to Chrome
to google everyday without asking you, without giving you an explicit
option to turn off that function in the conf
t******a
发帖数: 1200
11
来自主题: Software版 - Google Chrome 里还是夹带了私货
如果你是用 ChromeSetup.exe 安装的话,那 google 根本不问任何问题,
直接就把 rlz.dll 装到你的机器里了。更糟糕的是,装过一次
之后,以后通过Chrom 网页安装,即使不选择发送信息,google
一样会把 rlz.dll 装到你的机器里。
前面说找不到的看看是不是找错了目录,路径里的 “username”,
要用当前自己的 login name 替换. 因为 "Local Settings" 目录
默认是系统隐藏目录,应该先在 windows exploerer 里打开
"Shown hidden files and systems files" 开关才可以看到.
还不相信的话去
C:\Documents and Settings\[username]\Local Settings\Application Data\
Google\Chrome\Application\0.2.????\Installer 里找安装文件包,
用 7zip 或 winrar 解开 chrome.7z自己看
PS. 前面说找不到 rlz.dll 的请告诉我 你的 ....\C
b***i
发帖数: 3043
12
来自主题: Software版 - problems after viral infection
Take your harddisk out, put in a usb drive, use another pc to watch the
files
usually, the virus is a *.dll in system, system32 folder, and windows folder
, it's created on the day you are infected.
You can move the dll to a different folder so it won't be called anymore.
you can compare the dlls from two computers and search the suspected file
online. If it is recognized as a virus, move it to a virus folder or change
the name to *.dmm so it won' run next time.

the
Restore
p*********w
发帖数: 23432
13
来自主题: Software版 - problems after viral infection
这是一个办法哦
就是对病毒木马有要求,得符合你的诊治办法的病毒才有效

Take your harddisk out, put in a usb drive, use another pc to watch the
files
usually, the virus is a *.dll in system, system32 folder, and windows folder
, it's created on the day you are infected.
You can move the dll to a different folder so it won't be called anymore.
you can compare the dlls from two computers and search the suspected file
online. If it is recognized as a virus, move it to a virus folder or change
the name to *.dmm so it won' run next tim
o*q
发帖数: 630
14
来自主题: Software版 - Trojan Downloader 删除不了
我用win7 pro
开了windows defender后,告诉我C:\Windows\SysWOW64\mfc71w.dll
是Trojan Downloader
是TrojanDownloader:Win32/Adload.BM!dll
我看了微软的网站定义
http://www.microsoft.com/security/portal/Threat/Encyclopedia/En
name=TrojanDownloader%3aWin32%2fAdload.BM!dll&threatid=152697
我删掉了,可是一会儿又出来了,怎么办啊,我的kaspersky internet没有认出这个病毒
每次开机windows defender都告诉我有病毒
这个要怎么删除??还是windows defender 的问题。
谢谢!请帮帮忙。
我是穷人,但有一个包子可以答谢 :)
c*******d
发帖数: 29
15
来自主题: TeX版 - 请推荐一个Latex软件吧.
请问你所的是这个:
Patches
To make the build-in DVI viewer in LEd 0.46 or earlier working under MiKTeX
2.5 please follow the instruction below.
Download the dvi_miktex25.dll file.
Start LEd.
Open the Configuration\Options menu, select the Application\DVI viewer
section, and do:
Copy the dll file you downloaded to the MiKTeX 2.5 bin directory, i.e., the
directory pointed in the field TeX executables.
Set the TeX distribution to based on MiKTeX.
Set the font searching library to dvi_miktex25.dll (you shoul
r*e
发帖数: 112
16
来自主题: Windows版 - Re: 这是怎么回事?
install shield?
what is that?
I think the problem is coused by some *.dll file is corrupted.
No idea how to deal with it. Maybe we can use Norton cleansweep to
monitor all the *.dll files installed by that program and make a copy
, and when this strange thing happens again, just overwrite those *.dll
files by your original copy.
H*****i
发帖数: 1867
17
来自主题: Windows版 - Re: Net Transport的问题
没有几个好东西。
看这个 http://www.znmq.com/hshtm/zcb.htm,先摘录一部分:
BHO,即Browser Helper Objects,指的是浏览器的辅助模块
常见项举例:
O2 - BHO: (no name) - {C56CB6B0-0D96-11D6-8C65-B2868B609932} -
C:\Program Files\Xi\Net Transport\NTIEHelper.dll
这是影音传送带(Net Transport)的模块。
O2 - BHO: (no name) - {A5366673-E8CA-11D3-9CD9-0090271D075B} -
C:\PROGRAM FILES\FLASHGET\JCCATCH.DLL
这是网际快车(FlashGet)的模块。
O2 - BHO: (no name) - {BC207F7D-3E63-4ACA-99B5-FB5F8428200C} -
C:\WINDOWS\DOWNLO~1\BDSRHOOK.DLL
s***e
发帖数: 2
18
来自主题: Windows版 - 关于windows explorer 和 avi 的问题
经常有人问。删不掉,半天没反应,等等各种奇怪的问题,
其实是 shmedia.dll 在作怪。 当avi文件选中时,这个程序试图
读取avi文件的各种信息并通知给windows expplorer,然后在popup
的小窗口里面显示出来。可惜的是,它认得的文件种类不多,
尤其是非micorsoft编码的avi文件,它就读啊读的,把文件占着,
删也删不掉,cpu也占了,机器没反应。
用下面的命令把这个鸡肋去掉。(注意把两个连续的反斜杠换成一个,www
bbs的问题)
regsvr32 /u /s %SystemRoot%\\system32\\shmedia.dll
除了上面说的功能,它不影响windows的任何其它功能
要想恢复原样的话, regsvr32 /s %SystemRoot%\\system32\\shmedia.dll
c********0
发帖数: 29
19
来自主题: Windows版 - 一个白痴的问题
求教大家一个白痴的问题.
我前两天装了一个软件结果和系统(windows xp media center edition 2002) 冲突.卸
载以后开机就说我的系统少了
wwkolsw.dll
pvwomoo8.dll
jhtgsptn.dll
三个模块.恢复也恢复不了. 我是不是要重装系统亚? 我的系统是dell 带的没有系统盘
,我该怎么装亚?
谢谢!!(不好意思刚才发到软件版了)
a*****t
发帖数: 184
20
控制台里面是要从CD解压缩原始文件再替换回去的。
要用expand hal.dl_ hal.dll
然后把这个hal.dll复制到system32下面去。
这个办法不行的话
还有一个办法是 找一台一样service pack level的windows xp,把这个系统的硬盘接
上去,然后从那个系统里面复制一个hal.dll过去。注意系统要一样的service pack,
最好也是一样都是多core或者单core。
l******9
发帖数: 579
21
I would like to test a C# dll lib developed by others in visual studio 2013
on win 7.
The lib has 15 C# files that have many (30+) definitions of C# class and
functions.
In the main() of my test project, I do not know what classes that need to be
implemented ? And what functions should be called to test the dll lib ?
using the_lib_needed_to_be_tested;
namespace test_pos
{
class Program
{
static void Main(string[] args)
{
// what classes that need to be implemented ?
// what ... 阅读全帖
a*****a
发帖数: 438
22
1. create an ISAPI dll
2. config IIS and create a virtual dir pointing to the ISAPI
dll
3. create an ATL Server as a web service, expose the
HelloWorld as a SOAP method
4. compile the web service in step 3 and then put it to the
virtual dir created in 2
5. now if you start IE5.5 (IE5 works too I think), and pass
in url like
http://amnesia1/atlsrv/helloworld.dll?Handler=GenHelloWorldS
erviceService, you should be able to get an XML response
returned by the atl server
5. using some magic soapcli.e
a***l
发帖数: 2397
23
来自主题: ChineseMed版 - 拔火罐回来请教~~
少量拔罐,中病即止的那种应该没什么可诟病的
但是大量,长时间,大面积拔罐就可能有问题了
民间中医网站上有提倡和身体力行后面这种的
你可以看看栾加芹(笔名易医)的反对文章
她的书里也提到扭伤后拔罐的治疗手法,所以她反对的是滥用
http://wenyige.tongtu.com/cgi-bin/index.dll?page1?webid=tongtu&userid=2360712&columnno=17&articleid=338
http://wenyige.tongtu.com/cgi-bin/index.dll?page1?webid=tongtu&userid=2360712&columnno=17&articleid=337
关于冬泳与拔罐
http://wenyige.tongtu.com/cgi-bin/index.dll?page1?webid=tongtu&userid=2360712&columnno=14&articleid=493
b******v
发帖数: 1493
l******9
发帖数: 579
25
【 以下文字转载自 Windows 讨论区 】
发信人: light009 (light009), 信区: Windows
标 题: test C# lib with developed by others in visual studio 2013
发信站: BBS 未名空间站 (Sat Jun 21 11:55:22 2014, 美东)
I would like to test a C# dll lib developed by others in visual studio 2013
on win 7.
The lib has 15 C# files that have many (30+) definitions of C# class and
functions.
In the main() of my test project, I do not know what classes that need to be
implemented ? And what functions should be called to test the dll lib ?
using t... 阅读全帖
w*******y
发帖数: 60932
26
来自主题: _DealGroup版 - 【$】Flying Dog Brewery - $10 T-shirts
Just saw a posting that Flying Dog has marked down all of their t-shirts to
$10. They're pretty cool designs that depict the work of Ralph Steadman. (
Longtime artist that created all of the drawings for all Hunter S. Thompson'
s work).
Graphic T's:
https://secure.sureshiponline.com/flying_dog/wc.dll?Webprocess~showplin~
Graphic Tees
Beer Label T's:
https://secure.sureshiponline.com/flying_dog/wc.dll?Webprocess~showplin~Beer
Label
Ladies:
https://secure.sureshiponline.com/flying_dog/wc.dll?Webpr... 阅读全帖
y*****l
发帖数: 5997
n****g
发帖数: 14743
28
来自主题: ChinaNews版 - 破解过滤软件绿坝最全秘籍zz
破解过滤软件绿坝最全秘籍zz
from GFW Blog by GFW Blog
转自:Aaron
来自:黑客帝国
软件版本为3.17
绿坝采用打包式安装程序,安装程序的EXE文件被执行之后,会在temp目录下随机生成临
时文件夹,释放安装文件。
- Show quoted text -
然后调用该目录下setup.exe开始安装。
绿坝安装在system32目录下,安装共写入包括windows、system32、inf、drivrs等系统
关键目录在内的12个目录110个文件,文件列表如下:
,1,system32RunAfterSetup.exe,9,0,32
,2,system32sys.dat,9,0,32
,3,system32poppo.dll,1,0,32
,4,system32sysEx.dat,1,0,32
,5,system32appface.dll,1,0,32
,6,system32xabout.dat,1,0,32
,7,system32x100.dat,1,0,32
,8,system32x200.dat,1,0,32
,9,system32x300.dat
a*********7
发帖数: 30080
29
作者:神墙
开场白就免了,直接进入正题。
这价值4000万的神秘软件究竟是个什么样,让我们看看。
软件版本为3.17
绿坝采用打包式安装程序,安装程序的EXE文件被执行之后,会在temp目录
下随机生成临时文件夹,释放安装文件。
- Show quoted text -
然后调用该目录下setup.exe开始安装。
绿坝安装在system32目录下,安装共写入包括windows、system32、inf、
drivrs等系统关键目录在内的12个目录110个文件,文件列表如下:
,1,system32RunAfterSetup.exe,9,0,32
,2,system32sys.dat,9,0,32
,3,system32poppo.dll,1,0,32
,4,system32sysEx.dat,1,0,32
,5,system32appface.dll,1,0,32
,6,system32xabout.dat,1,0,32
,7,system32x100.dat,1,0,32
,8,system32x200.dat,1,0,32
,9,system32x300.dat,1,0,32
,
x******g
发帖数: 447
30
密歇根大学的研究人员早前已经发现,绿坝的安装文件含有美产过滤软件CyberSitter
的dll文件和分类和过滤列表。星期五,CyberSitter的开发商Solid Oak Software公开
指责绿坝抄袭代码。
Solid Oak Software声称绿坝的用户界面模仿了CyberSitter的风格。公司执行官
Brian Milburn说,十分可恶的是绿坝使用了CyberSitter的dll文件后连名字都不改,
更荒谬的是绿坝软件的更新还要访问他们的服务器。 Milburn说,当密歇根研究人员的
分析报告发布之后,他100%相信绿坝使用了他们的私有代码,他不能确定对方是反向工
程,还是直接偷取。 Milburn表示他们正在考虑采取什么手段防止他们所有的代码被滥
用。为了避免服务器因大量中国用户的更新请求而瘫痪,他们考虑的一种可能的方法是
屏蔽中国的地址。这不是第一次CyberSitter的代码被窃取,早在90年代黑客就反向工
程CyberSitter,允许用户能访问成人内容。
r*****n
发帖数: 4844
31
前言
你是否觉得自己从学校毕业的时候只做过小玩具一样的程序?走入职场后哪怕没有什么
经验也可以把以下这些课外练习走一遍(朋友的抱怨:学校课程总是从理论出发,作业
项目都看不出有什么实际作用,不如从工作中的需求出发)
建议:
不要乱买书,不要乱追新技术新名词,基础的东西经过很长时间积累而且还会在未来至
少10年通用。
回顾一下历史,看看历史上时间线上技术的发展,你才能明白明天会是什么样。
一定要动手,例子不管多么简单,建议至少自己手敲一遍看看是否理解了里头的细枝末
节。
一定要学会思考,思考为什么要这样,而不是那样。还要举一反三地思考。
注:你也许会很奇怪为什么下面的东西很偏Unix/Linux,这是因为我觉得Windows下的
编程可能会在未来很没有前途,原因如下:
现在的用户界面几乎被两个东西主宰了,1)Web,2)移动设备iOS或Android。Windows
的图形界面不吃香了。
越来越多的企业在用成本低性能高的Linux和各种开源技术来构架其系统,Windows的成
本太高了。
微软的东西变得太快了,很不持久,他们完全是在玩弄程序员。详情参见《Windows编
程革命史》
所以... 阅读全帖
a******9
发帖数: 20431
32
来自主题: Military版 - 今天发现有人姓
这有啥
美国姓fuck、shit的人都一大堆
http://search.ancestry.com/cgi-bin/sse.dll?gl=ROOT_CATEGORY&ran
http://search.ancestry.com/cgi-bin/sse.dll?gl=ROOT_CATEGORY&ran
基本上6个字母以下的任何常见英语单词都有可能是个美国人的姓
b********n
发帖数: 38600
33
来自主题: Military版 - 靠,我帝自己黑自己呀
将军们给看看,这是什么:
ActiveX/COM Issue JavaPlugin - {CAF-Shootingcomputerattackblanks}HKCR\
JavaPlugin
ActiveX/COM Issue JavaPlugin.180_25 - {CA-blank} HKCR\JavaPlugin.180_25
ActiveX/COM Issue InProcServer32\C:\Program Files (x86)\Java\jre1.8.0_25\bin
\wsdetect.Kosherdill HKCR\CLSID\{blank}
ActiveX/COM Issue InProcServer32\C:\Program Files (x86)\Google\Update\1.3.24
.7\psmachine.dll HKCR\CLSID\{Blank}
ActiveX/COM Issue InProcServer32\C:\Program Files (x86)\Google\Update\-.
00001.3.24.7\psmachine_64.dll ... 阅读全帖
h******i
发帖数: 643
34
来自主题: Military版 - 如何除去360的广告首页
哥费了九牛二虎之力才搞定这个,光删注册表是不管用的,
1.注册表搜这个网,很可能收不到,这个是被定向过来了,在task manager差IE或
chrome的参数,能找到直接的那个网址
1,要看看是不是IE/Chrome 的shortcut上是不是被加了hao60这个参数,
2.最重要的是要找到那几个新加进来的DLL文件,看看Program Files (x86)下是不是有
可疑的新加目录,看看里面的新的DLL,确认后可以进安全模式删除
p*******m
发帖数: 20761
35
Two days ago, WikiLeaks unleashed a treasure trove of data relating to the
CIA's supposed arsenal of hacking tools. Code-named Vault 7, the "Year Zero"
cache contains over 8,500 documents and files, and is, according to
WikiLeaks, just the first batch. More content will be leaked over time.
While we know that the CIA’s zero day weapons could be used to exploit
iPhones, Android devices, Windows PCs and even Samsung TVs, one of the
hacking tools is particularly interesting.
SEE ALSO: Microsoft and... 阅读全帖
p*******m
发帖数: 20761
36
Two days ago, WikiLeaks unleashed a treasure trove of data relating to the
CIA's supposed arsenal of hacking tools. Code-named Vault 7, the "Year Zero"
cache contains over 8,500 documents and files, and is, according to
WikiLeaks, just the first batch. More content will be leaked over time.
While we know that the CIA’s zero day weapons could be used to exploit
iPhones, Android devices, Windows PCs and even Samsung TVs, one of the
hacking tools is particularly interesting.
SEE ALSO: Microsoft and... 阅读全帖
j********s
发帖数: 158
37
来自主题: Automobile版 - 有人自己装过 Backup Camera 吗?
CAMERA:
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250689998646#ht_3577wt_1137
LCD:
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=220669328917
wireless的那个我没看,不怎么了解。我买这个camera的原因是它的造型可以很容易的
固定到
plate上,不用钻孔了。
GPS这个是个好idea,可惜我都有GPS了,呵呵。
这个LCD有个问题就是我们停好车以后肯定要把这个屏幕收起来对吧,就像GPS一样,这
样有点麻
烦,我一直琢磨怎么能放到车里一个地方从外面看不到但是司机很容易看到就好了。
可以一起探讨一下。
b*****e
发帖数: 3522
j****b
发帖数: 58
39
来自主题: Classified版 - [出售]Earth Best infant organic milk
二手交易风险自负!请自行验证是否合法和一手卡!:
我想卖的物品:
Earth Best infant organic milk
单张面值:
4 x 25.75 OZ
可接受价格(必须明码标价!):
$95+ shipping
" target="_blank" class="a2">http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&Item=250637759533&Category=20403&_trkparms=algo%3DLVI%26its%3DI%
26otn%3D2
#ht_500wt_1154
物品新旧要求:
Brand new, sealed, expire date: 2012 June
" target="_blank" class="a2">http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&Item=250637759533&Category=20403&_trkparms=algo%3DLVI%26its%3DI%
26otn%3D2
#ht_500wt_1154
邮寄方式要
l********g
发帖数: 68
40
来自主题: Classified版 - Xilinx openning
借用朋友的帐号发帖。
组里最近有openning.感兴趣的请站内回信。
Job Posting Title IRC97918
Job Title Senior Design Engineer
Detailed Description
Xilinx is looking for a highly qualified IC design engineer to join
the clocking hardware design team. This individual will work on digital
design of clock management blocks (eg, PLL, DLL) and clock distribution for
next generation FPGAs. The engineer will be involved in the entire design
process including RTL design, schematic gene... 阅读全帖
c*****e
发帖数: 737
41
来自主题: ebiz版 - 牛!中国人骗ebay的新方式
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=120573634016
在5天内,卖掉约1000部手机(还有其他listing),准备卷款,一下子赚了3万-5万美元
,ebay也没办法。
另一个
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=170490071898
如果paypal收款后花掉或者通过购买转款到其它人帐号,paypal会亏么?
e****q
发帖数: 1668
42
来自主题: ebiz版 - Rosetta Stone 的价钱
情况是这样的。下载完后folder里有个folder叫“crack”,再有就是安装application了。我直
接安装了Rosetta Stone v3.4.5, 然后C:/program files/Rosetta Stone/Rosetta
Stone 3 里面出现了一堆文件:
support (folder)
DataInstaller.dll
FNinterface.dll
.
.
.
Rosetta Stone 3 (application)
etc
然后一运行Rosetta Stone 3就出现error(Rosetta stone 的界面已经出来了)。你说的破
解文
件夹是哪个?另外复制到哪里?
s******s
发帖数: 4593
43
来自主题: ebiz版 - 恶霸包子 问题
Canceling bids placed on your listing
http://offer.ebay.com/ws/eBayISAPI.dll?CancelBidShow
End My Listing Early
http://offer.ebay.com/ws/eBayISAPI.dll?EndingMyAuction
有何区别
W*****t
发帖数: 4595
44
Macbook pro 13" MC374LL/A $949 AC, MacBook 13" MC516LL/A for $767.98 AC
shipped Macmall@ebay, 20% off for other Apple product ($200 off max). NO Tax
most states
Macbook pro 13" MC374LL/A
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=260676607440
MacBook 13" MC516LL/A for $767.98 AC
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=260676607431
click buy now and apply coupon CMACMALLEBAY for 20% off.
Can be used on other items. max off is $200
c*****7
发帖数: 168
a*****n
发帖数: 14370
46
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=290409944845
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=380155448071
看尺寸都一样,但为什么其中一个特意说是DVD呢?
有同学买过吗? 质量如何?
x********3
发帖数: 341
47
来自主题: ebiz版 - ebay 给我把 listing remove了
Unfortunately, we had to remove your listing because the following
information violates our policy:
Your item was removed because of a request we received from Bruce Lee
Enterprises, LLC (Bruce Lee and Brandon Lee), a member of our Verified
Rights Owner Program (VeRO), asking us to remove the item for:
- Item(s) is a counterfeit product which infringes the trademark owner's
rights.
For more information on why your item was removed, you should:
- Contact Bruce Lee Enterprises, LLC (Bruce Lee and ... 阅读全帖
c*****e
发帖数: 514
48
来自主题: ebiz版 - ebay 又开始删号了?看链接
http://offer.ebay.com/ws/eBayISAPI.dll?ViewBidsLogin&item=33123
http://offer.ebay.com/ws/eBayISAPI.dll?ViewBidsLogin&item=13120
有没有可能先出一批货,等交易成功了,出ebucks时,一网打尽。 一举两得。
j****b
发帖数: 58
49
来自主题: FleaMarket版 - [出售]Earth Best infant organic milk
二手交易风险自负!请自行验证是否合法和一手卡!:
我想卖的物品:
Earth Best infant organic milk
单张面值:
4 x 25.75 OZ
可接受价格(必须明码标价!):
$95+ shipping
" target="_blank" class="a2">http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&Item=250637759533&Category=20403&_trkparms=algo%3DLVI%26its%3DI%
26otn%3D2
#ht_500wt_1154
物品新旧要求:
Brand new, sealed, expire date: 2012 June
" target="_blank" class="a2">http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&Item=250637759533&Category=20403&_trkparms=algo%3DLVI%26its%3DI%
26otn%3D2
#ht_500wt_1154
邮寄方式要
s**********s
发帖数: 7387
首页 上页 1 2 3 4 5 6 7 8 9 10 (共10页)