由买买提看人间百态

topics

全部话题 - 话题: port
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
w********r
发帖数: 4193
1
来自主题: Security版 - Close port 80?
usually if you don't have a web server runing on your computer, your windows
firewall should block port 80 by default.
you can open the firewall application and check in the exception
configuration to see if there is any registered program using port 80.

Anyone
qt
发帖数: 9432
2
我用mac ports装了tex-live,编译tex文件的时候说没有bookstab.sty等.sty文件。
请问一些.sty文件也同时装了吗还是说要另外装。如果装了的话,一般在那个路径下?
还要另装的话是装哪个package, mac ports里面有吗?
谢谢了。
x****a
发帖数: 817
3
Hi Gurus,
Maybe you guys can help me out on this one...
After binding an address to an UDP socket, with the port
number unspecified. How could I get back the info of what
port number system just assigned to that socket?
Thanks.
XXW
h******a
发帖数: 198
4
1.first assign port equal 0
2. getsockname() get the dynamic port number.
c******y
发帖数: 37
5
【 以下文字转载自 Linux 讨论区 】
【 原文由 cooldady 所发表 】
我刚把miniChinput-0.0.3-2的FreeBSD port放到主页上,
http://cs.gmu.edu/~rfang/minichinput.html
大家看看吧.
NOTE: 我只在FreeBSD 4.7下测试过这个port,但是我想它应该
能在4.x下正确编译.
p******f
发帖数: 162
6

easy, see the code
for (fd=0; fd struct stat sbuf;
if (fstat(fd, &sbuf)==0 && (sbuf.st_mode & S_IMFT) == S_IFSOCK) {
/*
* this is a socket, do whatever you want,
* in your case, you may want to set fd to close-on-exec,
* please check microbe's reply for how to do this,
*
* if you want to get the server addr and port of this scoket,
* call getpeername(), for local addr and port, call getsockname()
*/
}
}
check the manual for stat to
s**i
发帖数: 381
7
【 以下文字转载自 Linux 讨论区 】
发信人: seki (瓜金), 信区: Linux
标 题: 请问非root用户在openBSD上可以用ports安装软件吗?
发信站: BBS 未名空间站 (Thu Jan 4 00:06:54 2007), 转信
刚拿到一个openBSD得帐号
没有root密码
可不可以直接用ports装在自己得home directory下?
多谢了
c******e
发帖数: 101
8
来自主题: Windows版 - Help! usb 2.0 port变成1.1的了!
太郁闷了,至少困扰我一个月了,都没搞定
ibm t40 with windows xp sp2.
两个usb口都是2.0的,移动硬盘也是2.0的,一直工作的好好的。
不知我装了什么东西后(很可能是其他usb装置),笔记本的port变成1.1的了,结果每次
都提示
high speed device attached to non-high-speed port!
还请高手指点怎么解决,谢谢!
N*********y
发帖数: 105
9
【 以下文字转载自 CS 讨论区 】
发信人: NoDealToday (今天真的没有deal啊,真的没有), 信区: CS
标 题: Question about WinDbg w/ COM port (转载)
发信站: BBS 未名空间站 (Thu Mar 16 18:38:20 2006)
发信人: NoDealToday (今天真的没有deal啊,真的没有), 信区: Programming
标 题: Question about WinDbg w/ COM port
发信站: BBS 未名空间站 (Thu Mar 16 18:37:39 2006)
Try to do kernel debugging with windbg. Connect two machines with serial cable
. Debugger is win2k3 SP1, debuggee is win2k3 R2. Tried the whole afternoon but
cannot connect.
The problem is, on the debugger, I used
x*g
发帖数: 689
10
来自主题: Windows版 - port 80?
我安装了gladinet,可是它map virtual drive的时候失败了,说port 80被别的程序占
用了。怎么找我机器里面什么程序占用了port 80呢? 我的机器没有安装IIS。谢谢。
v**c
发帖数: 112
11
有次和人谈这话题,我说看过资料,大概知道Asyn FIFO怎么设计,对方就让我画来看
看。我就画了block diagram,正要说怎么控制over/underflow,对方就说这些都不重
要,最难设计的就是那个dual port SRAM,我愕然,因为之前都不知道这个是难点。
我想问的是,怎么才能在学习中注意这个难点,或者说这类难点呢?因为像Asyn FIFO
,我没上过课,是自学的,就是google些相关的paper大概看一下,然后再看些HDL的例
子。在这些例子里面,dual port SRAM都是以很简单的形式出现,几句HDL就完成了这
个block,以至于我以为这样就OK了...
希望大家能指点下,在学习VLSI相关的技术时,怎样才能注意到这种在industry也许是
常识,但我这种闭门造车的人却忽视的细节呢?有些什么比较好的资源,或者学习方法
上要注意的呢?
非常感谢!
h**0
发帖数: 37
12
“最难设计的就是那个dual port SRAM”
估计是讲SRAM本身器件难做吧,写rtl的人基本只要
写个dual port SRAM的wapper就可以了
J*****o
发帖数: 97
13
刚开始用e没多久。对于Unit间的通信倾向于用Method Port。觉得这样程序更清晰,方
便Reuse。但看公司
里面以前工程师编的源代码,都是用Reference的多。请教各位高手,这两种方法各有
什么利弊?大量调用
Method Port会有性能方面的下降吗?
P*****a
发帖数: 392
14
来自主题: sysop版 - FSBBS之IP及PORT
【 以下文字转载自 FreeSpace 讨论区 】
【 原文由 fool 所发表 】
[作者] lxj (mozilla) [看板] Announce
[标题] [公告] 改用port 3000
[时间] Tue Mar 13 18:00:25 2001
───────────────────────────────────────
请使用 telnet 193.11.249.37 3000 连接本站,
我会在近期内与网管交涉,要求恢复port 23。
请耐心等待,并转告那些可能由于改端口而无法
上站的网友,
谢谢!
p******y
发帖数: 873
15
只记得要port out到h2o,所以前天已经把申请了h2o的port out
今天登入verizon的帐户发现好像找不到付清手机的选项
(My device下面是error message)
请问是verizon会寄帐单来,上面会包含手机付清费,我再付清就可以吗?
还是搞砸了,得自己跟verizon打电话付清手机费+termination fee?
问题很蠢,发包子请提供解答,谢谢!

发帖数: 1
16
我以前是先port到ring plus,再到GV。不知道Ring plus port in还是不是免费的。
W**o
发帖数: 547
17
来自主题: CellularPlan版 - 请问有没有R+ port到Tracfone的
有简明教程么?是先激活SIM 卡然后再port 还是怎么弄? 请port 过的指点下,谢谢
W**o
发帖数: 547
18
来自主题: CellularPlan版 - 请问有没有R+ port到Tracfone的
谢谢达哥,那我接着再问下
激活前要不要买充值卡,还是等port 完成再买?
激活后就有了一个tracfone 号码,然后port 原号码替代tracfone号码,我理解对不?
谢谢 晚点上电脑发包子
t****s
发帖数: 692
19
来自主题: CellularPlan版 - R+里面剩钱多的千万不要port out
能port out到哪儿呀,有没有可以暂时port的地方
m***8
发帖数: 1786
20
多久port out成功?我昨晚port out到tello,tello说等着rp批准,现在还在等
r*******e
发帖数: 7583
21
更直接的是第3步点port in/out,然后右上角的port out information

)
using
a***y
发帖数: 1035
22
来自主题: CellularPlan版 - R+看来还没有开始办理Port out----》
上午发了个ticket,要求尽快release number,刚收到回复:
Hello,
The below information is regarding port outs.
RingPlus is currently in discussions with other MVNOs that are ready to take
over your service on their pricing plans. Your top up balance will be
credited by the other MVNO as a courtesy. Additional benefits will likely be
available. If you port out now, you will lose your top up balance. You will
be informed on how the switch will be completed as well as the information
about the carrier later today at s... 阅读全帖

发帖数: 1
23
来自主题: CellularPlan版 - port out
有没有今天顺利port out的,刚拿到mintsim,如果明天全都到ting的话怕现在在这个
空隙port out出什么幺蛾子,把这个号码弄丢就得不偿失了
d**********r
发帖数: 502
24
来自主题: CellularPlan版 - 2/8 port out to TRUphone, still waiting
R+/truphone porting也太慢了
We just receive the approval to transfer your existing number ********** to
Truphone on February 23, 2017.
We already ask our Level 3 Team to expedite your Port In Request however the
earliest is on February 21, 2017.
We will still monitor your request, hope that this will go thru before
RingPlus close their business.
Kind Regards,
Truphone Help Team
w*****e
发帖数: 931
25
我回答的是第二个问题,如果不能port那只能再单独买一个卡port
j***a
发帖数: 21
26
来自主题: CellularPlan版 - 有人最近port out number from H2O吗
你的帐号密码是找客服要的吗?我的pin是sim card后4位,帐号是个8位的数字。现在
tmobile说已经发了request,h2o说从来没收到port out request。这是我遇到的最恶
心的一次port in/out,以前其他家从来没过问题。
l*******s
发帖数: 7316
27
来自主题: CellularPlan版 - Ting是没法port到FP的是吧?
可以port,
劝你别port。
x*****9
发帖数: 3256
28
来自主题: CellularPlan版 - Ting是没法port到FP的是吧?
lte直接Port
cdma 需要用月抛过度下就行
号码转入月抛,机器release转过去fp,然后再Port号过来
G****y
发帖数: 3537
29
开账户的时候好像有个地方要设置PIN的。下面是账户里面有个菜单下显示的信息:
Phone Number Port Out Info
Account Number: XXXXXXXXXX
Pin: xxxx
这个PIN就是PORT OUT 号码要用的吗?如果是的话,就不用问客服要了。
这个信息在GLOBLE SIM账户里面是没有的。
P*****r
发帖数: 1308
30
明天是这个bill cycle的最后一天,请问如果明天才port out是不是会被ting charge
下个月的,至少$6?
s***q
发帖数: 74
31
现在手机(Verizon的Pixel)在H2O paygo上,打算转到Tracfone用他家的VZW网络但一
定要保留旧号码。刚入了HSN的一个新手机LG Premier,如果正常激活Premier的话应该
是triple后可以有1350(min/msg/data)。问题是如果分两步走先把Pixel port in保号
,然后Premier正常激活拿到1350的话,两个号码再合并肯定是只能留新号码。
在Tracfone官网上逛了一圈自觉无法自助完成port in、保号并且加1350的途径。在找
客服之前想问问大家有没有类似经验,是不是必须找客服?还是有什么别的更好办法?
谢了!
s**m
发帖数: 1564
32
来自主题: CellularPlan版 - CellNuvo port in status
Although I can already make/receive calls/messages, but the status at the
top of account page has been "Your Phone Number Port-In is being processed."
for ~10 days. I am just a little bit concerned because I want to keep this
phone # and don't want to lose it if porting fails after some time.
By the way, I opened three lines with CellNuvo using three referrals - two
from bbs fellows here (scraper and someone else), another one from my
referral from one account I made previously. For this one, re... 阅读全帖
b****i
发帖数: 4824
33
来自主题: CellularPlan版 - google voice 不能port phone number
大家有遇到过吗?
Your mobile number can not be ported at this time.
- This number appears to be from an area we don't currently support for
porting
号码是cricket的,难道就没有办法用google voice keep电话号码了吗
N**k
发帖数: 3584
34
来自主题: CellularPlan版 - google voice 不能port phone number
没转到tracfone的时候不能port到GV?
能不能port注意是zip code决定的,有的地方就是不行。
c***u
发帖数: 740
35
必须port in from non-sprint.
c********r
发帖数: 2227
36
来自主题: CellularPlan版 - 请教从puretalk usa port号
请问cricket是不能从puretalk USA port号么?
现在是puretalk usa,想要port到cricket,请问有什么方法么?
都是att compatible的sim。
非常感谢
L******d
发帖数: 2461
37
来自主题: CellularPlan版 - fp 重新激活的新号能port out吗?
很久没用这个手机以致最近登入官网后发现失活了,号码都没了。重新激活并选了新号
。然后想把这个号码port out到Virgin Mobile, 未成功。
在fp官网Account Settings >Phone Number Port Out info里面最后一行是
Is Validated: false
请问哪位有类似的情况?
F*********u
发帖数: 12190
38
根本不需要打电话
网页就行了
我第二条线就是订的new line
激活时候port号码的

:打电话说要port in可破
l*****n
发帖数: 151
39
想port in个google voice的号码,XM说不行啊. 只能port in AT&T,Tmobile之类的
l*****n
发帖数: 151
40
想port in个google voice的号码,XM说不行啊. 只能port in AT&T,Tmobile之类的
L******d
发帖数: 2461
41
来自主题: CellularPlan版 - freedompop port out前千万不要修改Pin
多谢提供第一手的信息。看来port未完成未必是改过Pin或is validated : false的问
题,而只是需要更多的时间。

:用my.freedompop.com的pin可以port out。
:我甚至怀疑,随便填个pin都可以。

发帖数: 1
42
来自主题: CellularPlan版 - 从自由泡port到sprint遇到问题
我最近port freedompop到中国电信美国公司的卡,sim卡上号码已经成功port in了,
可是网络就是不通,到现在还没搞明白是怎么回事
s******0
发帖数: 159
43
来自主题: CellularPlan版 - 从Google voice port out要多久?
我记得以前port都是几分钟。可昨天port一个到redpocket已经30小时了还没有好。
redpocket说Google还没有release number。需要这么长时间吗?
C*******l
发帖数: 1198
44
来自主题: CellularPlan版 - FreedomPop的number porting
哦原来是这样啊。到现在都3周了还没完成port。FP这公司。。。唉!
非常感谢两位大牛的指点。我打算取消port和取消FP了。
家长不用data,他们需要的是voice。我们在找一个voice好一点的公司。
r*****8
发帖数: 2697
45
来自主题: CellularPlan版 - 请教最便宜的port out方案
黑五跳了costco/tmobile的note8 deal, 现在rebate都收到了, 是时候终止TMO One计
划了.
很久没有来, 现在不知道行情了, 是不是port out到H2O pay as you go最便宜? 马鬃
买h2o sim是不是还得冲10刀才能port in和激活? 估计以后还是会用FP或者跳cricket.
另外发现我们这儿tmo效果还不错, 但是以前的那个老爷爷PAYG卡尽管有不少钱在里边,
但是没有data, 鸡肋啊

发帖数: 1
46
来自主题: CellularPlan版 - 请教最便宜的port out方案
没什么区别吧
sd上说port out主要是免得跟恶心客服纠缠

port
m****n
发帖数: 263
47
来自主题: CellularPlan版 - $3临时手机号用来Port-in的请站短
不用注册Google Voice那么麻烦。而且还GV号码还被当成Landline造成Port-in需要多
等很多时间。
我有手机号码你可以用来port out。有意请站短,回复快。
C******g
发帖数: 2930
48
来自主题: _Playstation3版 - Capcom gauging interests on remastered PS2 ports
God of War Collection was announced earlier this week for the Playstation 3.
The remastered port will contain the original God of War and God of War II
with anti-aliasing, high-definition resolutions, 60 frames per second and
added trophy support.
Apparently, the announcement raised some eyebrows over at Capcom as the
publisher is gauging interests from fans on possible remastered Playstation
2 ports of Capcom games for the Playstation 3. Christian Svensson, the
Corporate Officer and Vice-presid
w*******y
发帖数: 60932
49
Mwave.com has the LinksKey LKS-SG24R 24-port 10/100/1000 Gigabit Ethernet
Switch Rackmountable Metal Case for $109.99 for its Mclub members. Mclub is
free to join. Free shipping as well.
Link:
http://www.mwave.com/mwave/SKUSearch_v3.asp?px=SD&scriteria=AA73576
Description:
LKS-SG24R Linkskey 24-Port 10/100/1000 Mbps Gigabit Switch Rackmountable
The Linkskey LKS-SG24R 10Base-T/100Base-TX/1000Base-T switch is a high-
performance Gigabit Ethernet switch designed for the network core.
The Linkskey
w*******y
发帖数: 60932
50
These excellent IEM's are on sale for $99. The SCL4 is the newer version of
the E4C and the SE310 is the newer version of the SCL4.
Shure SCL4 Sound Isolating Earphones w/Bass Port Black:
http://pro-audio.musiciansfriend.com/product/Shure-SCL4-Sound-Isolating-Earphones-with-Bass-Port?sku=270697
I have a one-time use 20% off coupon to Musician's Friend that expires 7/31,
PM me if you want it and plan to use it right away!
The foam sleeves are the best in my opinion, and they are sometimes referr
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)