s*****r 发帖数: 31 | 1 【 以下文字转载自 Software 讨论区 】
发信人: stapler (BioFuel), 信区: Software
标 题: Help! Can I install Language Interface Package on Windows 7 Home Premium?
发信站: BBS 未名空间站 (Wed Nov 25 12:47:09 2009, 美东)
I bought a laptop comes with Windows 7 Home Premium. Now I want to install
Language Interface Package so I can use Chinese menu. How do I install LIP
on Windows 7? Does it have to be Ultimate or Business version?
Thanks. |
|
k*******d 发帖数: 237 | 2 【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: knifewind (好快的刀呀, 象风!), 信区: Programming
标 题: Database Interface in ANSI C++?
发信站: The unknown SPACE (Sun Apr 14 01:33:10 2002) WWW-POST
Hi, Big Shrimps, Any suggestion or comment is welcome
I have a project like this:
develop a database interface class for various databases like Oracle, DB2 or
MySQL in ANSI C++
I know C++, but not an expert. So I need know how much work it could be. Where
should I start with?
3QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ |
|
o**********a 发帖数: 330 | 3 大家能不能给解释一下下面的code。
看书上写的interface 里面只包含着一些method的declaration. 为什么下面这个例子
,interface可以成为一个function的return type呢?
大家能不能给科普一下
public static IEnumerable GetCollection()
{
List list1 = new List();
list1.Add(1);
return list1;
} |
|
j*****o 发帖数: 320 | 4 I think I should add the access-list to an access-group for the
interface net2. |
|
x*********n 发帖数: 28013 | 5 我发现我每天都有很多问题想不明白。
interface FastEthernet0/0
description *** Fletcher Jones -Division-Circuit ID: ***
bandwidth 10000
no ip address
no ip route-cache cef
no ip route-cache
speed 100
full-duplex
no cdp enable
service-policy output FIVE-CLASS-MPLS-QOS
!
interface FastEthernet0/0.2478
encapsulation dot1Q 2478
ip address 208.95.26.106 255.255.255.248
no ip redirects
no ip unreachables
no ip proxy-arp
no ip route-cache
no cdp enable |
|
t*******r 发帖数: 3271 | 6 跟那个没关系, logical不logical interface跟接口类型完全没任何关系.
ATM/FR还能分VC呢, 也是logical interface呀. |
|
j******n 发帖数: 271 | 7 Hardware gurus, I have a Toshiba laptop with bad motherboard. I'd like to
get the data out of the hard drive. I tried to put it in my other laptops
but was surprised that it won't fit. The size and number of pins are all
right but the interface is different. The hard drives from HP and Acer all
have knife-like pins while the one from Toshiba has needle-like pins. I
googled about the hardware interface for laptop hard drives but found
nothing useful so far. Can someone shed some light? Many thank |
|
f******e 发帖数: 582 | 8 There is one interface in my LENOVO T500. Looks like HGMI, but I am not
sure. Anyone can tell me whether T500 has an HDMI interface?
Thanks. |
|
s*******g 发帖数: 59 | 9 Is it feasible to interface a Scanner with Pdf format by customized
application? I know that Acrobat 5.0 can scan documents directly
into pdf file. I wonder whether there are any tools that I can
use to develop my own interface, so that after I scan a set of
documents, it can automatically save pdf format to certain location?
Thanks. |
|
P*P 发帖数: 36 | 10 我有一个interface定义了一个method A,两个class implements了这个interface,meth
od A.如果另一个class要调用这个method A,怎么制定要用哪个implementation呢.谢谢 |
|
S*******t 发帖数: 97 | 11 【 以下文字转载自 JobHunting 讨论区 】
发信人: Serverlet (M$), 信区: JobHunting
标 题: An interview question.Java interface
发信站: BBS 未名空间站 (Mon Sep 15 11:24:10 2008), 站内
why java use interface while c++ keeps multiple inheritance? |
|
f******e 发帖数: 582 | 12 Hi,
On windows, we use Winscp for secure ftp client with GUI interface.
Which secure ftp client with GUI interface is good for ubuntu linux?
Thanks. |
|
|
w*s 发帖数: 7227 | 14 Linux bos2mistevens 2.6.32-33-generic-pae #70-Ubuntu SMP Thu Jul 7 22:51:12
UTC 2011 i686 GNU/Linux
# cat /etc/network/interfaces
auto lo
iface lo inet loopback
# ifconfig
eth0 Link encap:Ethernet HWaddr bc:30:5b:d0:08:0a
inet addr:10.50.180.36 Bcast:10.50.183.255 Mask:255.255.252.0
....
i can ping yahoo.
so
1. why eth0 is not listed in /etc/network/interface ?
2. if i want to change to static ip, will above the right file to change ? |
|
w*s 发帖数: 7227 | 15 ubuntu, no NetworkManager,
anyone knows how to get rid of one of the default gateway ?
thx !
$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.50.180.0 * 255.255.252.0 U 0 0 0 eth0
10.50.180.0 * 255.255.252.0 U 0 0 0 eth1
link-local * 255.255.0.0 U 1000 0 0 eth0
default 10.50.183.254 0.0.0.0 UG 100 0 0 eth1
default 10.50.183.254 0.0.0.0 UG 100 0 0 eth0
my /etc/network/interfaces is simple
$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto et... 阅读全帖 |
|
e******r 发帖数: 220 | 16 Just saw an interface file in a project created by someone else.
I tried to create interface file in my own project and it didn't
work.
thanks
|
|
b***e 发帖数: 1419 | 17 就灭有了.
Runtime doesn't need interface. It's purely for type checking.
Well, that's not entirely true when runtime type checking is considered.
But still, it's just a (meaningless) tag which represents a unique id for
the interface. The definition is meaning less. |
|
g*****g 发帖数: 34805 | 18 You can declare interface and let class implements interface
if that's what you try to achieve. |
|
A**u 发帖数: 2458 | 19 小弟在读effective c++, 第31节
讲到interface class, 里面提到 factory function, 有些不明白, 请大家指点
下面是代码.
interface class
class Person{
public:
static std::tr1::shared_ptr create(const std::string& name);
virtual ~Person();
virtual std::string name() const = 0;
}
这里的create 就是书里说的factory 函数
class RealPerson: public Person{
public:
RealPerson(const std::string& name):thename(name){}
virtual ~RealPerson();
std::string name() const;
private:
std::string the name;
}
奇怪的是 create 实现为
std::... 阅读全帖 |
|
l**********n 发帖数: 8443 | 20 Interface values are represented as a two-word pair giving a pointer to
information about the type stored in the interface and a pointer to the
associated data. |
|
m*****n 发帖数: 204 | 21 Depending on your use case, you may want to consider generics.
public interface Item{
...
}
Item_A implements Item;
Item_B extends Item_A;
public interface container {
void addItem(I i);
}
containerA implements container;
containerB extends containerA; |
|
l***r 发帖数: 233 | 22 I have a unix machine with sevceral interfaces. Now I'd like to send TCP
packet on a choosen interface. How can I do that ?
Does UDP have the same solution? |
|
b*****e 发帖数: 4 | 23 i was setting up solaris 8, during the installation,
the network configuration always reported error, so i installed
the system as a non-networked server.
after the installation, i tried to configure the interface by hand.
it worked, however, the information lost after a reboot.
i created files like hostname.le0, added entries in hosts files...
but it still didn't work... anyone hanve any ideas?
the system has three interfaces, le1 and le2 were configured, but
seems not working. le0 has to be ma |
|
c*v 发帖数: 19 | 24 on any routers, you have at least 2 network interfaces. for any packet
going through the router, it comes in via one interface, goes out via
another. one inbound, one outbound. nothing specially technical, just
common sense la. |
|
s*****r 发帖数: 31 | 25 【 以下文字转载自 Software 讨论区 】
发信人: stapler (BioFuel), 信区: Software
标 题: Help! Can I install Language Interface Package on Windows 7 Home Premium?
发信站: BBS 未名空间站 (Wed Nov 25 12:47:09 2009, 美东)
I bought a laptop comes with Windows 7 Home Premium. Now I want to install
Language Interface Package so I can use Chinese menu. How do I install LIP
on Windows 7? Does it have to be Ultimate or Business version?
Thanks. |
|
s*****0 发帖数: 244 | 26 http://171.66.127.193/content/9/69/657.short
title: Direct evidence of phospholipids in gecko footprints and spatula–
substrate contact interface detected using surface-sensitive spectroscopy
J R Soc Interface. 2012 April 7; 9(69): 657–664. Published online 2011
August 24. doi: 10.1098/rsif.2011.0370
email s*****[email protected]
thanks, |
|
c******r 发帖数: 76 | 27 原先是用一台MAC desktop连接到的Ethernet device的,后来我们组有一个人想用自己
的笔记本连,他不懂,稀里糊涂改了一些参数
我本来也不懂,这两天研究得略微懂了些,然后现在在我的windows 7的笔记本上能连
接上了,interface test pass!! 可是,连到我们原先的MAC台式机上,interface总是
不行
这是为什么呢? 难道是因为我用windows版本的装机盘在我的本上装了程序,然后连接
了,就相当于类似于router一样的ethernet device设定了windows版本的setup,所以
换mac就不兼容了? 需要用mac版本的程序CD给mac台式机再重新装一次,然后设定
ethernet device configuration?
谢谢 |
|
发帖数: 1 | 28 小弟今年年底毕业,想提前为绿卡做点准备,跪求审稿机会。PhD做的主要是关于
atomic force microscopy的方法以及在2D materials surface and interfaces
characterization的应用;也涉及一些scanning tunneling microscopy和surface
science。文章目前出了一半的样子,有Nature子刊和ACS Nano 和一些领域内IF 4左右
的文章,剩下的今年应该能搞出来,估计在IF 6~15的样子。之前帮老板申过一些
Applied physics Letters,ACS applied materials and interfaces之类的期刊,自
己目前只有一次给Materials Research Society Fall Meeting审稿的经验。跪求相关
的审稿机会,烦请站内,万分感谢! |
|
发帖数: 1 | 29 小弟今年年底毕业,想提前为绿卡做点准备,跪求审稿机会。PhD做的主要是关于
atomic force microscopy的方法以及在2D materials surface and interfaces
characterization的应用;也涉及一些scanning tunneling microscopy和surface
science。文章目前出了一半的样子,有Nature子刊和ACS Nano 和一些领域内IF 4左右
的文章,剩下的今年应该能搞出来,估计在IF 6~15的样子。之前帮老板申过一些
Applied physics Letters,ACS applied materials and interfaces之类的期刊,自
己目前只有一次给Materials Research Society Fall Meeting审稿的经验。跪求相关
的审稿机会,烦请站内,万分感谢! |
|
发帖数: 1 | 30 小弟今年年底毕业,想提前为绿卡做点准备,跪求审稿机会。PhD做的主要是关于
atomic force microscopy的方法以及在2D materials surface and interfaces
characterization的应用;也涉及一些scanning tunneling microscopy和surface
science。文章目前出了一半的样子,有Nature子刊和ACS Nano 和一些领域内IF 4左右
的文章,剩下的今年应该能搞出来,估计在IF 6~15的样子。之前帮老板申过一些
Applied physics Letters,ACS applied materials and interfaces之类的期刊,自
己目前只有一次给Materials Research Society Fall Meeting审稿的经验。跪求相关
的审稿机会,烦请站内,万分感谢! |
|
c**g 发帖数: 274 | 31 I can't see chinese characters under the new WWW interface whatever
character set I select. I am using
win95+richwin4.2plus+NetscapeCommunicator 4.5.
There is no problem when I use the old www interface. |
|
l*********e 发帖数: 680 | 32 用了有两年多了。
用方向盘上的按钮可以调整音量,前一首/下一首,静音。如果接的是iphone的话,电
话进来会自动暂停(电话铃声会从音响里出来,不小心会下一跳,不过电话的声音似乎
不能从音响里出来)
老款的interface不能给iphone 3G/IPod touch 2nd Gen/Nano 4th Gen以后的版本充电
,据说Subaru一年前开始做可以兼容充电的版本,不知道现在做好了没有。如果没有的
话,amazon上有卖转接口,可以实现充电的。
stereo上选歌的界面不是很友好,不支持英文以外的任何字符。 |
|
j**n 发帖数: 71 | 33 wow, that's very helpful! thank you!!
looks like the ipod interface doesn't add too much convenience for the money. |
|
c***e 发帖数: 1453 | 34 在笔记本上玩 之前用的是blue yeti usb麦克风 一般都是唱完了 录下来存电脑上
领导玩的开心 。
说高音的话还是会有点破 而且混响也不好。要我升级一下器材。
然后 我买了
Audio-Technica AT2035 和Focusrite Scarlett Solo (2nd Gen) USB Audio
Interface with Pro Tools 连到电脑上。 试着录了一下,感觉还不如blue yeti 声
音特别干 也没什么效果。
是不是要安装一些混音软件 在用全民k歌录的时候 调一下? |
|
S******s 发帖数: 179 | 35 User Interface Designer/Developer
Start up at Downtown Seattle, will sponsor H1B VISA if you are pretty good.
If interested, send me your resume, I can give you a referral if you are
qualified.
email: sounders.mitbbs at gmail.com
Do you like shaking up the status quo? How about shaking up the advertising
industry? Advertising is fundamentally broken in that to manage campaigns
across TV, online display, search, and print requires armies of people and
has no accountability on the results across t |
|
r****o 发帖数: 1950 | 36 那给个能支持各种数据类型的stack的interface定义吧。 |
|
b*******8 发帖数: 37364 | 37 Interfacing Wizard是啥?从来没听过。 |
|
c*******0 发帖数: 33 | 38 版上有面过epic 的 Interfacing Wizard / Technical Project Manager 的吗?我投
的 software developer, HR给换成这个职位面试. 这个职位是干什么的?了解的童鞋
帮忙解释一下吧。谢谢啦。 |
|
m***i 发帖数: 398 | 39 Epic的recruiter说要给我面
Interfacing Wizard / Technical Project Manager
有没有Epic的朋友给说说这个职位都是面什么啊? |
|
d******l 发帖数: 36 | 40 【 以下文字转载自 EE 讨论区 】
发信人: doubleql (O3U), 信区: EE
标 题: Job openning (CMOS technology interfacing) near San Diego,
发信站: BBS 未名空间站 (Thu Apr 11 18:50:16 2013, 美东)
有意者请站内信件联系,谢谢!
另由于H1B今年Quota用完,今年不support H1B了。但有opt的可以明年办。
Entry to Senior level:
Candidates need to have good understanding of semiconductor fundamentals in
a wide sense, flexible/creative way of thinking, good teamwork &
communication skill, and energy & passion as our team member. Fresh grads
is also ok. |
|
d******l 发帖数: 36 | 41 【 以下文字转载自 EE 讨论区 】
发信人: doubleql (O3U), 信区: EE
标 题: Job openning (CMOS technology interfacing) near San Diego,
发信站: BBS 未名空间站 (Thu Apr 11 18:50:16 2013, 美东)
有意者请站内信件联系,谢谢!
另由于H1B今年Quota用完,今年不support H1B了。但有opt的可以明年办。
Entry to Senior level:
Candidates need to have good understanding of semiconductor fundamentals in
a wide sense, flexible/creative way of thinking, good teamwork &
communication skill, and energy & passion as our team member. Fresh grads
is also ok. |
|
h******d 发帖数: 84 | 42 今天带着我女儿在里碰到interface的人,邀请我女儿去visit他们。想问问姐妹们,有
谁和他们有过交道。有意思吗?谢谢了! |
|
s****y 发帖数: 983 | 43 任何一个ecommerce都可以有mobile interface, 你只需要设计/购买一个responsive
design,social login我不知道哪个系统自带的,但是这种插件一般都有 |
|
M**U 发帖数: 2752 | 44 帮老公求
与Surfactant, cartilage, nano particles, interface有关的。 |
|
q****3 发帖数: 950 | 45 ACS Applied Materials & Interfaces
silicidation reaction of sputter-deposited Er films on Si
请给我发message的朋友留下详细的background,不需要publication lists。
姓名,工作单位,地址,e-mail。 |
|
j**********5 发帖数: 11 | 46 求审稿机会,为了准备申请绿卡。。Phd期间帮助老板审过七八次。。但
是老板坚持说编辑喜欢让教授审稿或者让以教授的名义让学生审稿,没有跟我推荐任何
的机会。。 发了十几个杂志, 快半年了就只拿到一个审稿机会,剩下的都回复说加了
list就再也没有下文了。。希望大家有
类似方向的推荐一下。。如果需要CV 我可以私下发过去。。大谢!!!
I received my PhD degree in Chemical Engineering at UT-Austin. I have 6
years research
experience in colloids and interface science. Specifically my expertise are
nanoparticle synthesis, colloidal stability, polymer coating/composites,
adsorption, worm-like micelles, emulsions/foams stability, rheology,
Pickering emulsions.
Thanks!... 阅读全帖 |
|
u***n 发帖数: 10554 | 47 新的window很不好用。不过我觉得更不懂interface的是google. |
|
k*****a 发帖数: 610 | 48 google 难道就懂user interface? 那条黑色的丧尸条永远在网页最顶上留着,新
gmail的界面很不实用。 |
|
o*******w 发帖数: 349 | 49 "软件企业牛不牛逼,和软件一点关系没有。 99%拼user interface"
absolutely.
Geeks only destroy products. |
|