帮我看看这件阿迪达斯三叶草是什么型号的,有高分悬赏,进来看看

端口 捕包 UDP。帮忙编译出来。高分悬赏_网页控件的有关问题,请大家帮忙看一下_美化js系统函数alert,confirm,prompt,并兑现lightbox效果(http://blog.csdn.net/showbo/archive/)__脚本百事通
稍等,加载中……
^_^请注意,有可能下面的2篇文章才是您想要的内容:
端口 捕包 UDP。帮忙编译出来。高分悬赏
网页控件的有关问题,请大家帮忙看一下
美化js系统函数alert,confirm,prompt,并兑现lightbox效果(http://blog.csdn.net/showbo/archive/)
端口 捕包 UDP。帮忙编译出来。高分悬赏
端口 抓包 UDP。帮忙编译出来。高分悬赏!需要:
抓包》》from自本地 6112端口 to 255.255.255.255:6112
的所有UDP包
返回byte[]
我现在有部分代码:
我要的数组 getbyte(){
DWORD dwBytesR
char buf[0x1500];
wbuf.len =0x1500;
// InitSocket();
WORD wReqVer = MAKEWORD(2, 2);
if(::WSAStartup(wReqVer, &wsa))return NULL;
m_sock=::WSASocket(AF_INET,SOCK_DGRAM,IPPROTO_UDP,NULL,0,WSA_FLAG_OVERLAPPED);
if (m_sock==INVALID_SOCKET) return NULL;
SOCKET_ADDRESS_LIST *slist=NULL;
char buff[2048];
DWORD dwBytesRet2;
SOCKADDR_IN if0;
if (SOCKET_ERROR==WSAIoctl(m_sock,SIO_ADDRESS_LIST_QUERY,
NULL,0,buff,2048,&dwBytesRet2,NULL,NULL))
return NULL;
slist=(SOCKET_ADDRESS_LIST *)
if (slist-&iAddressCount&=0) return NULL;
if0.sin_addr.s_addr =
((SOCKADDR_IN *)slist-&Address[0].lpSockaddr)-&sin_addr.s_
if0.sin_family=AF_INET;
if0.sin_port =htons(0);
if(SOCKET_ERROR == ::bind(m_sock, (SOCKADDR *)&if0, sizeof(if0)))
return NULL;
DWORD dwVal=1;
DWORD dwBytesR
if (SOCKET_ERROR==WSAIoctl(m_sock, SIO_RCVALL, &dwVal,
sizeof(dwVal), NULL, 0, &dwBytesRet, NULL, NULL)) return NULL;
while(true)
dwFlags=0;
WSARecv(m_sock , &wbuf, 1, &dwBytesRead, &dwFlags, NULL, NULL);
wbuf.len=dwBytesR
WSABUF* pBuf = (WSABUF *)&
UCHAR* buf = (UCHAR *)pBuf-&
buf = (UCHAR *)::GlobalAlloc(GPTR, pBuf-&len);
memcpy(buf, pBuf-&buf, pBuf-&len);
WSABUF *pbuf = new WSABUF;
pbuf-&buf = (char *)
pbuf-&len = pBuf-&
if( 判断我的条件
printf("源IP:%d.%d.%d.%d
",buf[12], buf[13], buf[14], buf[15]);
printf("目的IP:%d.%d.%d.%d\n",buf[16], buf[17], buf[18], buf[19]);
我要的数组
------解决方案--------------------这样抓包不知道会不会影响正常进程的数据接收。
上面程序抓到的是一个IP数据包,其中buf[9]是IP包类型,0x11十进制17就是UDP数据
buf[12], buf[13], buf[14], buf[15] 源IP
buf[16], buf[17], buf[18], buf[19] 目的IP
buf[20], buf[21] 源端口
buf[22], buf[23] 目的端口
buf[28] 开始就是UDP数据
网页控件的有关问题,请大家帮忙看一下
网页控件的问题,请大家帮忙看一下。
&asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent"&
请输入用户名和密码。
&asp:HyperLink ID="RegisterHyperLink" runat="server" EnableViewState="false"&注册&/asp:HyperLink& 如果您没有帐户。
&asp:Login ID="LoginUser" runat="server" EnableViewState="false" RenderOuterTable="false"&
&LayoutTemplate&
&span class="failureNotification"&
&asp:Literal ID="FailureText" runat="server"&&/asp:Literal&
&asp:ValidationSummary ID="LoginUserValidationSummary" runat="server" CssClass="failureNotification"
ValidationGroup="LoginUserValidationGroup"/&
&div class="accountInfo"&
&fieldset class="login"&
&legend&帐户信息&/legend&
&asp:Label ID="UserNameLabel" runat="server" AssociatedControlID="UserName"&用户名:&/asp:Label&
&asp:TextBox ID="UserName" runat="server" CssClass="textEntry"&&/asp:TextBox&
&asp:RequiredFieldValidator ID="UserNameRequired" runat="server" ControlToValidate="UserName"
CssClass="failureNotification" ErrorMessage="必须填写“用户名”。" ToolTip="必须填写“用户名”。"
ValidationGroup="LoginUserValidationGroup"&*&/asp:RequiredFieldValidator&
&asp:Label ID="PasswordLabel" runat="server" AssociatedControlID="Password"&密码:&/asp:Label&
&asp:TextBox ID="Password" runat="server" CssClass="passwordEntry" TextMode="Password"&&/asp:TextBox&
&asp:RequiredFieldValidator ID="PasswordRequired" runat="server" ControlToValidate="Password"
CssClass="failureNotification" ErrorMessage="必须填写“密码”。" ToolTip="必须填写“密码”。"
ValidationGroup="LoginUserValidationGroup"&*&/asp:RequiredFieldValidator&
&asp:CheckBox ID="RememberMe" runat="server"/&
&asp:Label ID="RememberMeLabel" runat="server" AssociatedControlID="RememberMe" CssClass="inline"&保持登录状态&/asp:Label&
&/fieldset&
&p class="submitButton"&
&asp:Button ID="LoginButton" runat="server" CommandName="Login" Text="登录" ValidationGroup="LoginUserValidationGroup"/&
&/LayoutTemplate&
&/asp:Login&
&/asp:Content&
这是新建网站的时候就有的一个登录页面。我在它的aspx.cs里打UserName.Text怎么告诉我是没有定义的类呢?这是为什么啊?
------解决方案--------------------楼主是不是复制别的页面改了下名啊?这样常出现这种情况!------解决方案--------------------是不是命名空间不一样啊。。把你页面调用cs那里和cs页面的命名空间那里贴出来看下?------解决方案--------------------你试试把username text放到login外面就能找到了或者TextBox username = (TextBox)LoginUser.FindControl(" UserName");------解决方案--------------------两个地方注意下
1.页面&%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="YTDemo._Default" %&
看看是不是跟cs 一致,包括你的命名空间
2.看看Default.aspx.designer.cs里有没有自动生成这个控件,没有就手动加上去
美化js系统函数alert,confirm,prompt,并兑现lightbox效果(http://blog.csdn.net/showbo/archive/)
美化js系统函数alert,confirm,prompt,并实现lightbox效果(http://blog.csdn.net/showbo/archive/)
view plaincopy to clipboardprint?var Showbo={author:'showbo',homepage:'http://www.'};
//是否为ie浏览器
Showbo.IsIE=!!document.
//ie浏览器版本
Showbo.IEVersion=(function(){if(!Showbo.IsIE)return -1;try{return parseFloat(/msie ([\d\.]+)/i.exec(navigator.userAgent)[1]);}catch(e){return -1;}})();
//按id获取对象
Showbo.$=function(Id,isFrame){if("string"==typeof(Id))o= document.getElementById(Id);else if("object"==typeof(Id))o= Id;return isFrame?(Showbo.IsIE?frames[Id]:o.contentWindow):o;}
//按标签名称获取对象
//页面的高和宽******************************
Showbo.patMode == "CSS1Compat";
Showbo.BodyScale={x:0,y:0,tx:0,ty:0};//(x,y):当前的浏览器容器大小
(tx,ty):总的页面滚动宽度和高度
Showbo.getClientHeight=function(){/*if(Showbo.IsIE)*/return Showbo.isStrict ? document.documentElement.clientHeight :document.body.clientH/*else return self.innerH*/}
Showbo.getScrollHeight=function(){var h=!Showbo.isStrict?document.body.scrollHeight:document.documentElement.scrollHreturn Math.max(h,this.getClientHeight());}
Showbo.getHeight=function(full){return full?this.getScrollHeight():this.getClientHeight();}
Showbo.getClientWidth=function(){/*if(Showbo.IsIE)*/return Showbo.isStrict?document.documentElement.clientWidth:document.body.clientW/*else return self.innerW*/}
Showbo.getScrollWidth=function(){var w=!Showbo.isStrict?document.body.scrollWidth:document.documentElement.scrollWreturn Math.max(w,this.getClientWidth());}
Showbo.getWidth=function(full){return full?this.getScrollWidth():this.getClientWidth();}
Showbo.initBodyScale=function(){Showbo.BodyScale.x=Showbo.getWidth(false);Showbo.BodyScale.y=Showbo.getHeight(false);Showbo.BodyScale.tx=Showbo.getWidth(true);Showbo.BodyScale.ty=Showbo.getHeight(true);}
//页面的高和宽******************************
Showbo.Msg={
INFO:'info',
ERROR:'error',
WARNING:'warning',
IsInit:false,
timer:null,
dvTitle:null,
dvCT:null,
dvBottom:null,
dvBtns:null,
lightBox:null,
dvMsgBox:null,
defaultWidth:300,
moveProcessbar:function(){
var o=Showbo.$('dvProcessbar'),w=o.style.
if(w=='')w=20;
w=parseInt(w)+20;
if(w&100)w=0;
o.style.width=w+'%';
InitMsg:function(width){
//ie下不按照添加事件的循序来执行,所以要注意在调用alert等方法时要检测是否已经初始化IsInit=true
var ifStr='&iframe src="javascript:false" mce_src="javascript:false" style="position: visibility: top:0left:0width:100%; height:100%; z-index:-1;'
+'filter=\'progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)\';"&&/iframe&',
html='&div class="top"&&div class="right"&&div class="title" id="dvMsgTitle"&&/div&&/div&&/div&'+
'&div class="body"&&div class="right"&&div class="ct" id="dvMsgCT"&&/div&&/div&&/div&'+
'&div class="bottom" id="dvMsgBottom"&&div class="right"&&div class="btn" id="dvMsgBtns"&&/div&&/div&&/div&';
this.dvMsgBox=document.createElement("div");
this.dvMsgBox.id="dvMsgBox";
this.dvMsgBox.innerHTML+=
document.body.appendChild(this.dvMsgBox);
this.lightBox=document.createElement("div");
this.lightBox.id="ShowBolightBox";
document.body.appendChild(this.lightBox);
if(Showbo.IsIE&&Showbo.IEVersion&7){//加iframe层修正ie6下无法遮盖住select的问题
this.lightBox.innerHTML+=ifS
this.dvMsgBox.innerHTML+=ifS
this.dvBottom=Showbo.$('dvMsgBottom');
this.dvBtns=Showbo.$('dvMsgBtns');
this.dvCT=Showbo.$('dvMsgCT');
this.dvTitle=Showbo.$('dvMsgTitle');
this.IsInit=
checkDOMLast:function(){//此方法非常关键,要不无法显示弹出窗口。两个对象dvMsgBox和lightBox必须处在body的最后两个节点内
if(document.body.lastChild!=this.lightBox){
document.body.appendChild(this.dvMsgBox);
document.body.appendChild(this.lightBox);
createBtn:function(p,v,fn){
var btn=document.createElement("input");
btn.type="button";
btn.className='btn';
btn.value=v;
btn.onmouseover=function(){this.className='btnfocus';}
btn.onmouseout=function(){this.className='btn';}
btn.onclick=function(){
Showbo.Msg.hide();
if(fn)fn(p);
alert:function(msg){
this.show({buttons:{yes:'确认'},msg:msg});
confirm:function(msg,fn){
//fn为回调函数,参数和show方法的一致
this.show({buttons:{yes:'确认',no:'取消'},msg:msg,title:'提示',fn:fn});
prompt:function(labelWord,defaultValue,txtId,fn){
if(!labelWord)labelWord='请输入:';
if(!defaultValue)defaultValue="";
if(!txtId)txtId="msg_txtInput";
this.show({title:'输入提示',msg:labelWord+'&input type="text" id="'+txtId+'" style="width:200px" value="'+defaultValue+'"/&',buttons:{yes:'确认',no:'取消'},fn:fn});
wait:function(msg,title){
if(!msg)msg='正在处理..';
this.show({title:title,msg:msg,wait:true});
show:function(cfg){
//cfg:{title:'',msg:'',wait:true,icon:'默认为信息',buttons:{yes:'',no:''},fn:function(btn){回调函数,btn为点击的按钮,可以为yes,no},width:显示层的宽}
//如果是等待则wait后面的配置不需要了。。
if(!cfg)throw("没有指定配置文件!");
//添加窗体大小改变监听
if(Showbo.IsIE)window.attachEvent("onresize",this.onResize);
window.addEventListener("resize",this.onResize,false);
if(!this.IsInit)this.InitMsg();//初始化dom对象
else this.checkDOMLast();//检查是否在最后
//检查是否要指定宽,默认为300
if(cfg.width)this.defaultWidth=cfg.
this.dvMsgBox.style.width=this.defaultWidth+'px';
//可以直接使用show方法停止为进度条的窗口
if(this.timer){clearInterval(this.timer);this.timer=}
this.dvTitle.innerHTML='';
if(cfg.title)this.dvTitle.innerHTML=cfg.
this.dvCT.innerHTML='';
if(cfg.wait){
if(cfg.msg)this.dvCT.innerHTML=cfg.
this.dvCT.innerHTML+='&div class="pro"&&div class="bg" id="dvProcessbar"&&/div&&/div&';
this.dvBtns.innerHTML='';
this.dvBottom.style.height='10px';
this.timer=setInterval(function(){Showbo.Msg.moveProcessbar();},1000);
//if(!cfg.icon)cfg.icon=;
if(!cfg.buttons||(!cfg.buttons.yes&&!cfg.buttons.no)){
cfg.buttons={yes:'确定'};
if(cfg.icon)this.dvCT.innerHTML='&div class="icon '+cfg.icon+'"&&/div&';
if(cfg.msg)this.dvCT.innerHTML+=cfg.msg+'&div class="clear"&&/div&';
this.dvBottom.style.height='45px';
this.dvBtns.innerHTML='&div class="height"&&/div&';
if(cfg.buttons.yes){
this.dvBtns.appendChild(this.createBtn('yes',cfg.buttons.yes,cfg.fn));
if(cfg.buttons.no)this.dvBtns.appendChild(document.createTextNode(' '));
if(cfg.buttons.no)this.dvBtns.appendChild(this.createBtn('no',cfg.buttons.no,cfg.fn));
Showbo.initBodyScale();
this.dvMsgBox.style.display='block';
this.lightBox.style.display='block';
this.onResize(false);
hide:function(){
this.dvMsgBox.style.display='none';
this.lightBox.style.display='none';
if(this.timer){clearInterval(this.timer);this.timer=}
if(Showbo.IsIE)window.detachEvent('onresize',this.onResize);
else window.removeEventListener('resize',this.onResize,false);
onResize:function(isResize){
if(isResize)Showbo.initBodyScale();
Showbo.Msg.lightBox.style.width=Showbo.BodyScale.tx+'px';
Showbo.Msg.lightBox.style.height=Showbo.BodyScale.ty+'px';
Showbo.Msg.dvMsgBox.style.top=document.documentElement.scrollTop+Math.floor((Showbo.BodyScale.y-Showbo.Msg.dvMsgBox.offsetHeight)/2)+'px';
Showbo.Msg.dvMsgBox.style.left=Math.floor((Showbo.BodyScale.x-Showbo.Msg.dvMsgBox.offsetWidth)/2)+'px';
msg.cssview plaincopy to clipboardprint?/*Msg*/
#dvMsgBox{display:position:font-size:12width:300background:transparent url(top-bottom.png) repeat-x;overflow:z-index:999;}
#dvMsgBox .top{height:24background:transparent url(left-corners.png) no-padding-left:6}
#dvMsgBox .top .right{height:100%;background:transparent url(right-corners.png) no-padding-right:6}
#dvMsgBox .top .right .title{cursor:background:transparent url(top-bottom.png) repeat-x;height:100%;line-height:24color:#15428b;vertical-align:font-weight:overflow:}
#dvMsgBox .body{background:transparent url(left-right.png) repeat-y;padding-left:10}
#dvMsgBox .body .right{background:transparent url(left-right.png) repeat-padding-right:2}
#dvMsgBox .body .right .ct{background-color:#cddef3 !background-color:#line-height:20vertical-align:width:100%;}
#dvMsgBox .body .right .ct .pro{width:280border:solid 1px #6593height:25background:#line-height:23overflow:}
#dvMsgBox .body .right .ct .pro .bg{width:0%;height:100%;background:#c9}
#dvMsgBox .bottom{background:transparent url(left-corners.png) no-padding-left:6}
#dvMsgBox .bottom .right{height:100%;background:transparent url(right-corners.png) no-padding-right:6}
#dvMsgBox .bottom .right .btn{height:100%;background:transparent url(top-bottom.png) repeat-text-align:}
#dvMsgBox .bottom .right .btn input{border:0width:70height:22text-align:line-height:22vertical-align:cursor:}
#dvMsgBox .bottom .right .btn input.btn{background:url(btn.gif) no-}
#dvMsgBox .bottom .right .btn input.btnfocus{background:url(btnfocus.gif) no-}
#dvMsgBox .icon{width:32height:32float:margin-right:10}
#dvMsgBox .error{background:url(icon-error.gif) no-}
#dvMsgBox .info{background:url(icon-info.gif) no-}
#dvMsgBox .warning{background:url(icon-warning.gif) no-}
#dvMsgBox .clear{clear:}
#dvMsgBox .height{height:10line-height:10}
#ShowBolightBox{display:-moz-opacity:0.5;filter:alpha(opacity=50);opacity:0.5;background-color:#000000;z-index:100;position:left:0top:0}
测试页面及说明view plaincopy to clipboardprint?&!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&
&html xmlns="http://www.w3.org/1999/xhtml"&
&meta http-equiv="content-type" content="text/charset=utf-8" /&
&title&编程设计网--美化alert,confirm,并实现lightbox效果&/title&
&meta id="metaKey" name="Keywords" content="美化alert,confirm,并实现lightbox效果" /&
&meta id="metaDes" name="Description" content="美化alert,confirm,并实现lightbox效果" /&
&link href="images/msg.css" mce_href="images/msg.css" type="text/css" rel="Stylesheet" /&
&mce:script type="text/javascript" src="msg.js" mce_src="msg.js"&&/mce:script&
&mce:style type="text/css"&&!--
body{font-size:14}
--&&/mce:style&&style type="text/css" mce_bogus="1"&
body{font-size:14}
&h4&注意alert,confirm及prompt并不同于系统的,这个是用层模仿的,并不能挂起程序的执行&br /&
所以如果需要在确认后执行相关的操作,需要在配置文件中传递回调函数fn&br /&
按钮只提供yes和no两个
Showbo.Msg.alert:参数(要显示的信息)&br /&如 Showbo.Msg.alert('你好!')&hr /&
Showbo.Msg.confirm:参数(提示信息&font color="red"&,回调函数&/font&)&br /&如 Showbo.Msg.confirm('确认删除?!',function(btn){alert('你点击的按钮为'+btn);})&hr /&
Showbo.Msg.prompt:参数(输入框前的文字,输入框默认值,输入框id&font color="red"&,回调函数&/font&),
&br /&如 Showbo.Msg.prompt(null,null,function(btn){if(btn=='yes')alert('输入的值为\t\t'+Showbo.$('msg_txtInput').value);});&br /&如果未指定“输入框id”, 输入框的id默认为'msg_txtInput"&hr /&
Showbo.Msg.show:参数(cfg)&br /&
&b&cfg:{title:'标题'&br /&,msg:'信息内容'&br /&,wait:true&br /&,icon:'提示图标'&br /&,buttons:{yes:'yes按钮显示的文字',no:'no按钮显示的文字'}&br /&,width:显示的层宽度&br /&&font color="red"&,fn:function(btn){回调函数,btn为点击的按钮,可以为yes,no}&/font&}&/b&
icon的值为Showbo.Msg.ERROR,,Showbo.Msg.WARNING
这个3个&br /&
上面的3个方法其实调用的还是此方法,show方法可以
上面的&font color="red"&回调函数中参数只有一个,那就是点了哪个按钮!&b&[yes或者no]&/b&&/font&
&br /&&br /&&br /&测试代码&br /&&br /&
&input type="button" value="Showbo.Msg.alert" onclick="Showbo.Msg.alert('你好!')"/&&br/&
&input type="button" value="Showbo.Msg.confirm" onclick="Showbo.Msg.confirm('确认删除?!',function(btn){alert('你点击的按钮为'+btn);})"/&&br/&
&input type="button" value="Showbo.Msg.prompt" onclick="popInput()"/&&br/&
&input type="button" value="Showbo.Msg.wait" onclick="Showbo.Msg.wait('正在更新信息...','请等待')"/&&br/&
1&br/&1&br/&1&br/&1&br/&1&br/&1&br/&1&br/&1&br/&1&br/&1&br/&1&br/&1&br/&1&br/&1&br/&1&br/&1&br/&1&br/&1&br/&1&br/&
1&br/&1&br/&1&br/&1&br/&21&br/&21
&mce:script type="text/javascript"&&!--
function popInput(){
//输入框的id为msg_txtInput
Showbo.Msg.prompt(null,null,null,function(btn){
if(btn=='yes')alert('输入的值为\t\t'+Showbo.$('msg_txtInput').value);
// --&&/mce:script&&span style="display:none" mce_style="display:none"&&mce:script type='text/javascript' src="/site_stats/js/t/a?url=http://www." mce_src="/site_stats/js/t/a?url=http://www."&&/mce:script&&/span&
如果您想提高自己的技术水平,欢迎加入本站官方1号QQ群:&&,&&2号QQ群:,在群里结识技术精英和交流技术^_^
本站联系邮箱:高分悬赏!谁帮我看一下这个是什么东西,有图……_百度知道
高分悬赏!谁帮我看一下这个是什么东西,有图……
其他也有弹出,在重启时或使用过程中随机性的在打开网页时在右下角弹出,重新恢复了一下系统只装了个nod32和flashplayer播放插件就出来了原来没出现这种情况,就是最近刚出现的这种弹窗,谁知道这个东西藏匿于系统的什么地方,一般打开百度有
baidu.hiphotos://c哦./zhidao/pic/item/95eef01f3a292df59a2d35a873c1://c.jpg" target="_blank" title="点击查看大图" class="ikqb_img_alink"><img class="ikqb_img" src="http.hiphotos.jpg" esrc="http://c.com/zhidao/wh%3D600%2C800/sign=6106b05cddc451daf6a304ed86cd7e5e/95eef01f3a292df59a2d35a873c1.baidu,刚才没传上去<a href="/zhidao/wh%3D450%2C600/sign=4308abcfc962ca21bf831/95eef01f3a292df59a2d35a873c1
提问者采纳
就是不管用话说,我就忍了。我看它也没盗我账号什么的,我也有这种情况。360杀毒,360木马专杀都用了
提问者评价
问题找出来了,是网通所弹,本人已上诉到国家信产部,至今几天来没见再弹出了,欠整顿!
其他类似问题
为您推荐:
其他6条回答
1。也可以使用360的IE修复功能进行修复。建议卸载flashplayer,
文件名为mh一张网页中的图片.jpg如果改图在网页中完整的显示出来了。这里既然没有、图片中捆绑了其他程序,则协议类型和大小都应该有,火狐。或者不要使用IE浏览器、图片还没完全显示出来,360安全浏览器等等,去官网下载,转而使用其他的浏览器,并且协议应该是
JPEG图像,则是两种情况
我以前没有见过这种情况。个人怀疑是那个弹出窗口程序以AtiveX的形式加载在你的浏览器中。你去internet选项,程序,管理加载项
里面把不正常的浏览器加载项禁止了。说不定可以解决问题,你可以试试。
用360安全卫士清除恶意软件,这种插件式的一般都能清掉 。还不行全盘杀木马、病毒吧。
图呢?用360 IE修复下看看能好不
是个ie插件.广告商的
看不到你的图
大概了解你说的情况
这种文件一般找到了删除后 重起电脑还是会出来 你试下杀毒 或者强力卸载什么的 最好是格式化重做下系统重新备份
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁高分悬赏,进来看看,帮帮忙解决_百度拇指医生
&&&网友互助
?高分悬赏,进来看看,帮帮忙解决
我阴茎长度达到15厘米,周长是11.2厘米,请问这是偏大,还是偏小?望各位大大帮忙解决胡说八道的不要来
未勃起时男子的阴茎长平均约9厘米,勃起后大约伸长3厘米。您的阴茎是偏长。您大概发育成熟了,阴茎就不再伸长了。仅供参考。
你为何非和关注这个不可呢?能正常勃起就是啦,你的老二状态正常,小便没问题,勃起没问题就行了,多花些时间在学习上就好啦。
较长,到30岁就不会长了
向医生提问
完善患者资料:*性别:
为您推荐:
您可能关注的推广回答者:回答者:
* 百度拇指医生解答内容由公立医院医生提供,不代表百度立场。
* 由于网上问答无法全面了解具体情况,回答仅供参考,如有必要建议您及时当面咨询医生}

我要回帖

更多关于 阿迪达斯三叶草 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信