亚洲色成人网站www永久,亚洲欧美人成视频一区在线,亚洲国产成人高清在线观看,亚洲精品久久久久久动漫,亚洲国产精品久久电影欧美

數(shù)據(jù)專(zhuān)欄

智能大數(shù)據(jù)搬運(yùn)工,你想要的我們都有

科技資訊

科技學(xué)院

科技百科

科技書(shū)籍

網(wǎng)站大全

軟件大全

HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> dockerfile創(chuàng)建ubuntu16.04,官網(wǎng)源 ubuntu安裝完成,執(zhí)行dockerfile后續(xù)命令。 到這一步, RUN apt-get install -y dovecot-imapd dovecot-pop3d postfix

終端dovecot安裝完,postfix安裝時(shí)出現(xiàn)選擇項(xiàng): Selecting previously unselected package postfix. Preparing to unpack .../postfix_3.1.0-3_amd64.deb ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Postfix Configuration --------------------- Please select the mail server configuration type that best meets your needs. No configuration: Should be chosen to leave the current configuration unchanged. Internet site: Mail is sent and received directly using SMTP. Internet with smarthost: Mail is received directly using SMTP or by running a utility such as fetchmail. Outgoing mail is sent using a smarthost. Satellite system: All mail is sent to another machine, called a 'smarthost', for delivery. Local only: The only delivered mail is the mail for local users. There is no network. 1. No configuration 3. Internet with smarthost 5. Local only 2. Internet Site 4. Satellite system General type of mail configuration:

上面我選了2,然后就沒(méi)有任何動(dòng)靜了。。。。。 網(wǎng)上有說(shuō)用apt-get install -y -o Options::="2" postfix 實(shí)驗(yàn)無(wú)果. 怎樣才能自動(dòng)安裝選擇呢?
技術(shù)問(wèn)答
2017-01-16 15:10:00
HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>>
phpmailer錯(cuò)誤提示:
postfix日志記錄:
技術(shù)問(wèn)答
2018-09-07 14:56:00
HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>>
因?yàn)槲业姆?wù)器中裝有服務(wù)器管理面板(centos),現(xiàn)在想把iRedMail安裝在服務(wù)器中,但試了一下,安裝是成功了,但是打不開(kāi)iRedMail后臺(tái)管理面板。估計(jì)是裝錯(cuò)了。
但又不知如何安裝。一般象這種帶web管理面板的,在安裝前應(yīng)該建一個(gè)站點(diǎn),可是我在裝之前沒(méi)有建,一片茫然,沒(méi)有思路!
技術(shù)問(wèn)答
2018-08-21 17:29:00
HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>>
postfix+dovecot+cyrus-sasl
我用foxmail客戶(hù)端收信,那個(gè)賬戶(hù)下有信件就是取不到客戶(hù)端
maillog日志報(bào) Jul 23 09:58:38 host dovecot: imap-login: Login: user=, method=PLAIN, rip=112.10.54.144, lip=68.168.136.52, mpid=17832, secured
這是那里出的問(wèn)題???求解
另外 客戶(hù)端可以正常發(fā)信,就是不能收信。
技術(shù)問(wèn)答
2018-07-23 22:10:00
HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> postfix main.cf配置
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
myhostname = rsb-mail00.rsb.renesas.com
mydomain = rsb.renesas.com
myorigin = $mydomain
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain, /data1/postfix/local-host-names
unknown_local_recipient_reject_code = 550
mynetworks =10.143.0.0/16, 172.29.0.0/16, 127.0.0.0/8, hash:/data1/postfix/access
relay_domains = $mydestination
relayhost = [***.***.***.****]
alias_maps = hash:/data1/postfix/aliases
alias_database = hash:/data1/postfix/aliases
mail_spool_directory = /data1/mail
message_size_limit = 6973098

debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.3.3/samples
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES

dovecot.conf配置情況
protocols = pop3 pop3s
listen = *
log_path = /var/log/dovecot.log
log_timestamp = "%b %d %H:%M:%S "
mail_location = mbox:~/mail:INBOX=/data1/mail
我outlook收不到郵件,郵件能發(fā)送
技術(shù)問(wèn)答
2011-06-23 13:24:00
HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>>
翻閱了N篇搭建教程,最后感覺(jué)爛泥的寫(xiě)的較詳細(xì),于是按照
http://www.ilanni.com/?s=postfix的做法一步一步的實(shí)驗(yàn)
但是最后仍然出現(xiàn)一堆問(wèn)題
telnet mailserver 25可以登錄,telnet mailserver 110,telnet mailserver 143都提示出錯(cuò)
systemctl status postfix
systemctl status dovecot
都顯示
postfix/proxymap: error: unsupported dictionary type: mysql

telenet server.example.com 110之后,dovecot顯示
dovecot: auth: Fatal: Unknown database driver 'mysql'
dovecot: master: Error: service(auth): command startup failed, throttling for 2 secs
技術(shù)問(wèn)答
2017-02-13 07:18:00
HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>>
EMOS1.5 郵件系統(tǒng)那個(gè),今天發(fā)現(xiàn)有一個(gè)不存在的域內(nèi)郵件用戶(hù)給同域內(nèi)的其他用戶(hù)發(fā)送郵件,查看日志,此用戶(hù)為 adm46@domain.com ,相關(guān)日志信息如下:
--------------------------------------------------------------------------------------------- Mar 9 21:55:28 mailserver postfix/smtpd[5185]: connect from unknown[116.109.15.112]Mar 9 21:55:28 mailserver postfix/smtpd[5185]: D4B06107061F: client=unknown[116.109.15.112] Mar 9 21:55:29 mailserver postfix/cleanup[5195]: D4B06107061F: message-id=< 12F036A9-0C7F-B435-3EA2-B653489F@domains.com >Mar 9 21:55:29 mailserver postfix/qmgr[4185]: D4B06107061F: from=< adm46@domains.com >, size=5152, nrcpt=1 (queue active)Mar 9 21:55:29 mailserver postfix/smtpd[5185]: disconnect from unknown[116.109.15.112] Mar 9 21:55:29 mailserver postfix/smtpd[5202]: connect from mailserver[127.0.0.1] Mar 9 21:55:29 mailserver postfix/smtpd[5202]: B78BE1070716: client=mailserver[127.0.0.1] Mar 9 21:55:29 mailserver postfix/cleanup[5195]: B78BE1070716: message-id=< 12F036A9-0C7F-B435-3EA2-B653489F@domains.com >Mar 9 21:55:30 mailserver postfix/smtpd[5202]: disconnect from mailserver[127.0.0.1] Mar 9 21:55:30 mailserver postfix/qmgr[4185]: B78BE1070716: from=< adm46@domains.com >, size=6028, nrcpt=1 (queue active)Mar 9 21:55:30 mailserver amavis[2755]: (02755-20) Passed CLEAN, [116.109.15.112] [116.109.15.112] < adm46@domains.com > -> , Message-ID: <12F036A9-0C7F-B435-3EA2-B653489F@domains.com >, mail_id: OzKVG1T01fg4, Hits: -0.066, size: 5152, queued_as: B78BE1070716, 1063 ms
----------------------------------------------------------------------------------------------------
日志中的發(fā)送者地址顯然是假的,但是從日志里無(wú)法看出發(fā)送者的任何信息,除了那個(gè)IP地址。這種情況下,如何能找到真正的發(fā)送地址呢?請(qǐng)各位幫忙出出主意。
技術(shù)問(wèn)答
2016-03-10 11:51:00
HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>>
看了一下日志,也沒(méi)找出原因來(lái),都說(shuō)日志有用,用處何在?
Jan 4 21:54:57 mail postfix/postfix-script[1804]: fatal: cannot execute /usr/sbin/postconf!
Jan 4 21:57:46 mail postfix/postfix-script[1965]: fatal: cannot execute /usr/sbin/postconf!
Jan 4 21:57:48 mail postfix/postfix-script[1971]: fatal: cannot execute /usr/sbin/postconf!
Jan 4 21:57:55 mail dovecot: master: Warning: Killed with signal 15 (by pid=2059 uid=0 code=kill)
Jan 4 21:58:34 mail postfix/postfix-script[981]: fatal: cannot execute /usr/sbin/postconf!
Jan 4 21:58:50 mail postfix/postfix-script[1680]: fatal: cannot execute /usr/sbin/postconf!
Jan 4 21:59:00 mail postfix/postfix-script[1688]: fatal: cannot execute /usr/sbin/postconf!
Jan 4 21:59:02 mail postfix/postfix-script[1694]: fatal: cannot execute /usr/sbin/postconf!
Jan 4 21:59:57 mail postfix/postfix-script[1743]: fatal: cannot execute /usr/sbin/postconf!
Jan 4 21:59:59 mail postfix/postfix-script[1749]: fatal: cannot execute /usr/sbin/postconf!
技術(shù)問(wèn)答
2017-01-04 22:09:00
HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>>
? 先說(shuō)前提:
在響應(yīng)式下要求引用站外的iframe自適應(yīng)其父窗口的大小。 引用的站外iframe的寬度和高度是一固定值。
? 探討:
先拿一個(gè)實(shí)物來(lái)說(shuō)事吧!
比如下面這個(gè)iframe

其寬和高分別是640和498,此iframe放在一div中,該div容器的寬度是100%它會(huì)隨播放屏幕大小不同而變化。此時(shí)問(wèn)題來(lái)了,因?yàn)閕frame的寬高是一固定值,所以有時(shí)大于容器,有時(shí)小于容器。如何解決隨容器大小的改變,iframe正好撐滿(mǎn)容器中呢?
當(dāng)然,重置一下iframe的寬和高是必須的,如iframe----->width:100%;可此時(shí)問(wèn)題來(lái)了,高度的大小如何配置呢?當(dāng)然用js來(lái)控制。
這里還有一個(gè)探討問(wèn)題的前提,那就是本題 用js原生 探討而 不用 類(lèi) jquery 這些框架。
技術(shù)問(wèn)答
2016-10-31 09:27:00
HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>>
這個(gè)是JS代碼,JS調(diào)用PHP,給php加上參數(shù),PHP輸出參數(shù)
首先加載了搜狐的IP獲取文件,然后在JS里面直接輸出。
這是PHP代碼,輸出傳過(guò)來(lái)的IP值
這是瀏覽器控制臺(tái)看到的,代碼已經(jīng)加載到文件里面了
但是報(bào)錯(cuò)了


技術(shù)問(wèn)答
2016-10-27 09:20:00
HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>>
這是我見(jiàn)過(guò)最務(wù)實(shí)的jquery 教程,沒(méi)有所謂的幾十幾百節(jié)課,全程干貨。在此推薦給大家,要是早些看了這套視頻,哪里還用看那么多廢話(huà),哎 ...
1.jQuery快速入門(mén)
2.jQuery對(duì)文本框、多行文本框、單選按鈕、復(fù)選框、下拉框賦值
3.jQuery獲取文本框、多行文本框、單選按鈕、復(fù)選框、下拉框的值
4.點(diǎn)擊、失去和獲得焦點(diǎn)、回車(chē)、鼠標(biāo)懸停事件
5.選項(xiàng)卡
6.jQuery之Ajax異步請(qǐng)求
7.jQuery之Ajax異步處理Json數(shù)據(jù)
百度云 http://pan.baidu.com/s/1ge714UB
360網(wǎng)盤(pán) https://yunpan.cn/cRfcLSyEdWKv4 (提取碼:621f)
技術(shù)問(wèn)答
2016-10-20 11:46:00
HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>>
index.js:
目錄:
想達(dá)到的目的:
訪(fǎng)問(wèn)views下的頁(yè)面(目前不需要服務(wù)端發(fā)送數(shù)據(jù),僅僅是前端用來(lái)訪(fǎng)問(wèn)靜態(tài)頁(yè)面)。
比如訪(fǎng)問(wèn) plan_detail.html 地址欄直接是 localhost:3000/plan_detail
訪(fǎng)問(wèn) page 中的頁(yè)面就是 localhost:3000/project1/aaa
主文件( index.js )里應(yīng)該怎么修改呢?
跪求大神
技術(shù)問(wèn)答
2016-08-16 11:58:00
HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>>
各位大俠好,我想獲取一個(gè)文本內(nèi)所有的有用的中英文字,想過(guò)濾掉 這些[table][/table],和[td][/td]等等等類(lèi)似標(biāo)簽內(nèi)的所有內(nèi)容,正則表達(dá)式該怎么寫(xiě)
技術(shù)問(wèn)答
2016-09-17 00:52:00
HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> 大家?guī)臀铱纯?這個(gè)小游戲的代碼里面,哪個(gè)JS文件或者哪段JS代碼,是提交游戲分?jǐn)?shù)的???非常感謝 大家?guī)臀铱纯?這個(gè)小游戲的代碼里面,哪個(gè)JS文件或者哪段JS代碼,是提交游戲分?jǐn)?shù)的???非常感謝
vivo教師節(jié)來(lái)啦?。。?/title> <link href="http://hdg.faisys.com/css/base.min.css?v=201609051755" rel="stylesheet" type="text/css" /> <link href="http://hdg.faisys.com/css/dqgryhl.min.css?v=201605241723" rel="stylesheet" type="text/css" /> </head> <body class="gameTpl_-1"> <!-- loading頁(yè)面 --> <div class="smiesghztc" id="preloadPage" class="bg"> <div id="smiesghztc" class="spinner"> <div id="smiesghztc" class="spinner-container container1"> <div id="smiesghztc" class="circle1"></div> <div id="smiesghztc" class="circle2"></div> <div id="smiesghztc" class="circle3"></div> <div id="smiesghztc" class="circle4"></div> </div> <div id="smiesghztc" class="spinner-container container2"> <div id="smiesghztc" class="circle1"></div> <div id="smiesghztc" class="circle2"></div> <div id="smiesghztc" class="circle3"></div> <div id="smiesghztc" class="circle4"></div> </div> <div id="smiesghztc" class="spinner-container container3"> <div id="smiesghztc" class="circle1"></div> <div id="smiesghztc" class="circle2"></div> <div id="smiesghztc" class="circle3"></div> <div id="smiesghztc" class="circle4"></div> </div> </div> <div id="smiesghztc" class="info"><span id="loadPercent">0</span>%</div> <div class="smiesghztc" id="userPreload" data-src="http://7020498.h40.faiusr.com/4/IdN5E8Z4l3O9h8O9UeM1R4M4ATNlR2M.png"></div> </div> <div id="smiesghztc" class="ajaxLoadBg"> <div id="smiesghztc" class="ajaxLoadBar "></div> </div> <div id="smiesghztc" class="body"> <div id="smiesghztc" class="home"> <div class="smiesghztc" id="homeBgBox"> <img id="homeBg" src="http://7020498.h40.faiusr.com/4/86/ACgIABAEGAAgoOKfvQUo2Jr4uQEwgAU4wAw.png"/> </div> <div id="smiesghztc" class="gameInfoBox"> <div id="smiesghztc" class="titleImg imgContainer absCenter"> <img id="titleImg" class="slaveImg abs" src="http://7020498.h40.faiusr.com/4/86/ACgIABAEGAAgqeKfvQUojYPwggQw2AQ43gI.png" style="width:15rem;height:8.75rem;top:2rem;left:1rem;"/> </div> </div> <div class="smiesghztc" id='joinNumLine' class='joinNumLine absCenter' style='top:8.5rem;left:3.35rem;color:rgb(255, 157, 11);font-size:0.7rem; text-shadow:rgb(255, 255, 255) -1px -1px 0px, rgb(255, 255, 255) 0px -1px 0px, rgb(255, 255, 255) 1px -1px 0px, rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 1px 1px 0px, rgb(255, 255, 255) 0px 1px 0px, rgb(255, 255, 255) -1px 1px 0px, rgb(255, 255, 255) -1px 0px 0px;'> 已有 <span id='joinNum' class="specil" style="color:rgb(255, 157, 11);font-size:0.7rem;text-shadow:rgb(255, 255, 255) -1px -1px 0px, rgb(255, 255, 255) 0px -1px 0px, rgb(255, 255, 255) 1px -1px 0px, rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 1px 1px 0px, rgb(255, 255, 255) 0px 1px 0px, rgb(255, 255, 255) -1px 1px 0px, rgb(255, 255, 255) -1px 0px 0px;">1000014</span> 人參加活動(dòng)</div> <div class="smiesghztc" id="startBtn" class="startBtn imgContainer absCenter" style="top:0rem;"> <img id="startBtnImg" class="slaveImg abs" src="http://7020498.h40.faiusr.com/4/86/ACgIABAEGAAg0eKfvQUopdWxiAQwhAI4bg.png" style="width:6.5rem;height:2.75rem;top:20.8rem;left:4.95rem;"/> </div> </div> <div id="smiesghztc" class="gameBox hide gameBgBox"> <div class="smiesghztc" id="gameBgBox"> <img id="gameBg" src="http://7020498.h40.faiusr.com/4/86/ACgIABAEGAAgjuOfvQUon9SH2QYwgAU4wAw.png" style="width:100%;height:auto;"/> </div> <div class="smiesghztc" id="gameTopBar" class="gameTopBar" style="color:rgb(255, 255, 255);background-color:rgba(255, 255, 255, 0)"> <div id="smiesghztc" class="userInfoBox"> <div id="smiesghztc" class="userImgBox" style="border-color:rgba(255, 255, 255, 0.298039)"><img src="http://wx.qlogo.cn/mmopen/6KGMqCkBqg5IkciboVxiaDC3AaEqvMR8TL4Z0Ne1WhRYdmZ8YQZq3aS20vfjibj0QYchQ3nKzJlNYbG4ibiag1LLOibic6C4Clfqmnc/0" class="userImg" /></div> </div> <div id="smiesghztc" class="timeBox"> 時(shí)間<br><span id="smiesghztc" class="time">0</span> </div> </div> <div class="smiesghztc" id="gameLayerBox"> </div> <div id="smiesghztc" class="timeUpImg hide"></div> </div> <div class="smiesghztc" id="spxdPage"></div> <!-- 活動(dòng)規(guī)則,排行榜,我的獎(jiǎng)品的彈出層 --> <div id="smiesghztc" class="ruleImg imgContainer absCenter" _mouseIn="0" ontouchend="showRule();"> <img id="ruleImg" class="slaveImg abs" src="http://hdg.faisys.com/image/ruleImg_yellow.png" style="width:3rem;height:3rem;top:0.15rem;left:12.85rem;"/> </div> <div class="smiesghztc" id="poupInfoBox"> <div id="smiesghztc" class="poupHead"> <div id="smiesghztc" class="poupTitleBox"> <div class="smiesghztc" id="actionExpBtn" class="poupTitleMune checked" _flag="2"> <div id="smiesghztc" class="item">活動(dòng)說(shuō)明</div> </div> <div class="smiesghztc" id="ranBtn" class="poupTitleMune " _flag="1"> <div id="smiesghztc" class="item">排行榜</div> </div> <div class="smiesghztc" id="prizeBtn" class="poupTitleMune" _flag="3"> <div id="smiesghztc" class="item">我的獎(jiǎng)品<span id='Award_Round_Dot' class='redDot hide'></span></div> </div> <div class="smiesghztc" id="winnerBtn" class="poupTitleMune hide" _flag="4"> <div id="smiesghztc" class="item">獲獎(jiǎng)名單</div> </div> <div id="smiesghztc" class="poupSlideBar"> <div id="smiesghztc" class="slideBarTip transitionPanel"></div> </div> </div> <div id="smiesghztc" class="poupClose"></div> <div style="clear:both; height:0"></div> <!--<div id="smiesghztc" class="poupTitle">活動(dòng)及獎(jiǎng)品說(shuō)明</div>--> </div> <div class="smiesghztc" id="popTabBox" class="popTabBox transitionPanel" style="left:0"> <div class="smiesghztc" id="ruleBox" class="poupMain" _flag="2" style="-webkit-overflow-scrolling:touch;"> <div class="smiesghztc" id="getHeight"> <div class="smiesghztc" id="awardLine" class="poupLine"> <div id="smiesghztc" class="mainTitle">活動(dòng)獎(jiǎng)品</div> <div class="smiesghztc" id="awardLineBox"> <div id="smiesghztc" class='unComfortLine awardItem '><span id="smiesghztc" class='awardStyle'>一等獎(jiǎng)</span> : <span id="smiesghztc" class='award'>128元移動(dòng)電源</span></div> <div id="smiesghztc" class='unComfortLine awardItem '><span id="smiesghztc" class='awardStyle'>二等獎(jiǎng)</span> : <span id="smiesghztc" class='award'>58元6件套套杯</span></div> <div id="smiesghztc" class='unComfortLine awardItem '><span id="smiesghztc" class='awardStyle'>三等獎(jiǎng)</span> : <span id="smiesghztc" class='award'>10元萬(wàn)能手機(jī)殼</span></div> <div id="smiesghztc" class='unComfortLine awardItem hide'><span id="smiesghztc" class='awardStyle'>四等獎(jiǎng)</span> : <span id="smiesghztc" class='award'>價(jià)值5元小禮品</span></div> <div id="smiesghztc" class='unComfortLine awardItem hide'><span id="smiesghztc" class='awardStyle'>五等獎(jiǎng)</span> : <span id="smiesghztc" class='award'>價(jià)值5元小禮品</span></div> <div id="smiesghztc" class='unComfortLine awardItem hide'><span id="smiesghztc" class='awardStyle'>六等獎(jiǎng)</span> : <span id="smiesghztc" class='award'>價(jià)值5元小禮品</span></div> <div id="smiesghztc" class='unComfortLine awardItem hide'><span id="smiesghztc" class='awardStyle'>七等獎(jiǎng)</span> : <span id="smiesghztc" class='award'>價(jià)值5元小禮品</span></div> <div id="smiesghztc" class='unComfortLine awardItem hide'><span id="smiesghztc" class='awardStyle'>八等獎(jiǎng)</span> : <span id="smiesghztc" class='award'>價(jià)值5元小禮品</span></div> <div id="smiesghztc" class='awardItem anwei '><span id="smiesghztc" class='awardStyle'>安慰獎(jiǎng)</span> : <span id="smiesghztc" class='award'>手機(jī)小支架</span></div> </div> <div class="smiesghztc" id="selfAwardLine" class="hide" style="word-wrap: break-word;"></div> </div> <div class="smiesghztc" id="gameDateTime" class="poupLine"> <div id="smiesghztc" class="mainTitle">活動(dòng)時(shí)間</div> <p><span id="startDate">2016年9月7日 00:00</span> - <span id="endDate">2016年9月11日 00:00</span></p> </div> <div id="smiesghztc" class="hostLine poupLine"> <div id="smiesghztc" class="mainTitle">主辦單位</div> <p>本次活動(dòng)主辦單位為 <a class="hostName" href="http://www.鄢陵vivo專(zhuān)賣(mài)店.com" />鄢陵vivo專(zhuān)賣(mài)店</a></p> <p>主辦單位在法律允許的范圍內(nèi)擁有活動(dòng)解釋權(quán)</p> </div> <div class="smiesghztc" id="skillLine" class="skillLine poupLine"> <div id="smiesghztc" class="skillCont"> <div id="smiesghztc" class="mainTitle">技術(shù)支持</div> <p>頁(yè)面技術(shù)由 <a class="skillName" />凡科互動(dòng)</a> 提供,技術(shù)支持方僅提供頁(yè)面技術(shù),不承擔(dān)由活動(dòng)引起的相關(guān)法律責(zé)任</p> </div> </div> </div> <div class="smiesghztc" id="explainBox" class="poupLine"> <div id="smiesghztc" class="mainTitle">活動(dòng)及兌獎(jiǎng)?wù)f明</div> <p id="explaiDrawInfoBox"> <span id="haveScore">游戲達(dá)到 <span id="scoreLimit" class="scoreLimit">15</span><span id="smiesghztc" class="gameScoreUnit">秒</span><span id="exlainDrawFont">即可獲得抽獎(jiǎng)機(jī)會(huì),</span></span> <span id="directDrawInfoBox" class=""> 每人<span id="smiesghztc" class="dayFont">每日</span>有 <span id="drawTimesLimit">1</span> 次抽獎(jiǎng)機(jī)會(huì)<span id="smiesghztc" class="drawTotalFont">,每人最多可抽獎(jiǎng) <span id="totalDrawTimeLimit">6</span> 次</span>。<br> </span> </p> <div class="smiesghztc" id="exlainInfo">獲獎(jiǎng)后憑兌獎(jiǎng)碼聯(lián)系活動(dòng)主辦單位即可兌獎(jiǎng)。<br/>活動(dòng)期間每人限領(lǐng)一份禮品。</div> </div> </div> <div class="smiesghztc" id="rankBox" class="poupMain" _flag="1" style="-webkit-overflow-scrolling:touch;" > <div class="smiesghztc" id="noRank" class=''>暫無(wú)排名</div> <div class="smiesghztc" id="rankMain" class="getRankHeight hide"> <div style="margin-top:0.7rem;margin-left: 0.25rem;">當(dāng)前排名:<span id="rank"></span> (只顯示前<span id="showRankNum">100</span>名)</div> <div style="padding:0rem 0.5rem"> <table class="rankTable" cellspacing="0" cellpadding="0"> <thead> <tr style="line-height: 1rem;"> <th>排行</th> <th>頭像</th> <th>昵稱(chēng)</th> <th>成績(jī)</th> </tr> </thead> </table> </div> </div> <div class="smiesghztc" id="rankHeight"> <table id="rankInfoBox" class="rankTable" cellspacing="0" cellpadding="0" style="margin-top: 0;"></table> </div> </div> <div class="smiesghztc" id="awardBox" class="poupMain" _flag="3" > <div class="smiesghztc" id="awardInfo" style="height: 16rem; overflow-y: auto;">暫無(wú)中獎(jiǎng)紀(jì)錄</div> <div id="smiesghztc" class='attentionBox'> <div id="smiesghztc" class='menuBtnBox' > <a class='menuName'>關(guān)注我們</a> </div> <div id="smiesghztc" class='skillInfo'><a >我也要免費(fèi)創(chuàng)建活動(dòng)</a><span id="smiesghztc" class='gotoFlag'></span></div> <div id="smiesghztc" class='holdBox'></div> </div> </div> <div class="smiesghztc" id="regAwardBox" class="poupMain" _flag="4" style="-webkit-overflow-scrolling:touch;"> <div class="smiesghztc" id="noRegAward" class="hide" style="margin-left:3px;">尚未公布獲獎(jiǎng)名單,詳情請(qǐng)查看活動(dòng)說(shuō)明</div> <div class="smiesghztc" id="regAwardMain" style="display:none;"> <div id="smiesghztc" class="regAwardList"> <div id="smiesghztc" class="mainTitle">一等獎(jiǎng)</div> <div id="smiesghztc" class="playerName" style="margin-bottom:12px;"></div> </div> <div id="smiesghztc" class="regAwardList"> <div id="smiesghztc" class="mainTitle">二等獎(jiǎng)</div> <div id="smiesghztc" class="playerName" style="margin-bottom:12px;"></div> </div> <div id="smiesghztc" class="regAwardList"> <div id="smiesghztc" class="mainTitle">三等獎(jiǎng)</div> <div id="smiesghztc" class="playerName" style="margin-bottom:12px;"></div> </div> <div id="smiesghztc" class="regAwardList"> <div id="smiesghztc" class="mainTitle">安慰獎(jiǎng)</div> <div id="smiesghztc" class="playerName" style="margin-bottom:12px;"></div> </div> </div> </div> </div> </div> <!-- 兌獎(jiǎng)聯(lián)系方式彈出層 --> <div class="smiesghztc" id="awardUserInfoBg" class="bg hide" style="position:fixed;overflow: scroll;"> <div class="smiesghztc" id="awardUserInfoBox"> <div id="smiesghztc" class="title">領(lǐng)獎(jiǎng)信息</div> <div id="smiesghztc" class="awardTips">獲獎(jiǎng)?wù)咝杼顚?xiě)聯(lián)系電話(huà)方可查看兌獎(jiǎng)碼兌獎(jiǎng)</div> <div> <input id="nameInput" class="contactInput" type="text" placeholder="請(qǐng)輸入姓名" /> <input id="phoneInput" class="contactInput" type="text" placeholder="請(qǐng)輸入聯(lián)系電話(huà)" /> <textarea id="addressInput" class="contactInput" name="address" placeholder="請(qǐng)輸入聯(lián)系地址"></textarea> <div class="smiesghztc" id="userSubmitBtn" class="submit">提交</div> <div class="smiesghztc" id="userCancelBtn">暫不提交</div> </div> <div id="smiesghztc" class="awardUserBot">若因未填寫(xiě)資料或資料填寫(xiě)錯(cuò)誤導(dǎo)致兌獎(jiǎng)失敗<br>主辦方不承擔(dān)相關(guān)法律責(zé)任</div> </div> </div> <!--獎(jiǎng)品詳情彈出層 --> <div class="smiesghztc" id="awardDetailBox" class="poupMain bg hide"> <div class="smiesghztc" id="awardDeailBg" class="bg hide"></div> <div id="smiesghztc" class="awardCloseIcon"></div> <div id="smiesghztc" class="awardDetail"> <div id="smiesghztc" class="hostName" style="padding: 0.7rem 0.7rem 1rem;text-align: left;color:#fff"></div> <div id="smiesghztc" class="awardName ellipsis"></div> <div id="smiesghztc" class="awardSubTitle"></div> <div id="smiesghztc" class="awardCodeTime"><em>使用期限</em>:<span id="smiesghztc" class="codeBgTime"></span> - <span id="smiesghztc" class="codeEndTime"></span></div> <div id="smiesghztc" class="awardDetailWarp"></div> </div> <div id="smiesghztc" class="codeImgBox"> <div class="smiesghztc" id="codeStatusBox" class="hide" style="padding-top:1.25rem;color:#777"> <div class="smiesghztc" id="codeStatusBtn"></div> <div class="smiesghztc" id="codeStatusInfo">商家已將該兌獎(jiǎng)碼設(shè)置為作廢<br>詳情請(qǐng)聯(lián)系商家</div> <div class="smiesghztc" id="codeStatusTips" class="hide"><em style="font-style: normal;">請(qǐng)先收藏<span id="smiesghztc" class="giftNameA">兌獎(jiǎng)券</span>,<span id="smiesghztc" class="targetDateMin">1</span>天后可用</em></div> </div> <div class="smiesghztc" id="codeDetailInfoBox"> <img class="codeImg"/> <div id="smiesghztc" class='codeLine'><span id="codeName">優(yōu)惠碼</span>:<span id="smiesghztc" class="code"></span></div> <div id="smiesghztc" class="codeOptInfo"></div> </div> </div> <div id="smiesghztc" class="hide bg codeDetailImgBox"> <div id="smiesghztc" class="absCenter imgBox"> <img class="codeImg" style="width:9rem;height:9rem;"/> </div> </div> <div> <div style="height:0.4rem;"></div> <div> <div id="smiesghztc" class="awardCusText awardDetailBtn"><span id="smiesghztc" class="text">自定義文本<em>(未開(kāi)啟)</em></span><span id="smiesghztc" class="awardDeailIcon"></span></div> <div class="smiesghztc" id="awardCusTextInfo" class="awardDetailText hide"></div> <a id="awardCusBtnInfo" href="###" style="text-decoration:none;"><div id="smiesghztc" class="awardCusBtn awardDetailBtn" style="border-top:none;"><span id="smiesghztc" class="text">自定義按鈕<em>(未開(kāi)啟)</em></span><span id="smiesghztc" class="awardDeailIcon"></span></div></a> </div> <div style="height:2.75rem;"></div> <div id="smiesghztc" class="awardCollection"> <div class="smiesghztc" id="awardCollectionBtn" ontouchend = "HdGame.favorite();">收藏優(yōu)惠券</div> </div> </div> </div> <!--兌獎(jiǎng)券詳情彈出層 --> <div class="smiesghztc" id="ticketDetailBox" class="poupMain bg hide"> <p class="ticketitle"><span id="smiesghztc" class="closeBtn"></span><span id="smiesghztc" class="text">兌獎(jiǎng)券詳情</span></p> <div id="smiesghztc" class="ticketInfo"> <div id="smiesghztc" class="itemList"> <div id="smiesghztc" class="title">有效日期</div> <div id="smiesghztc" class="box"> <span id="smiesghztc" class="beginTime">2016.03.03</span>-<span id="smiesghztc" class="endTime">2017.03.03</span> </div> </div> <div id="smiesghztc" class="itemList"> <div id="smiesghztc" class="title">可用時(shí)段</div> <div id="smiesghztc" class="box"> <div id="smiesghztc" class="timelimit">周一至周日</div> </div> </div> <div id="smiesghztc" class="itemList addressLine"> <div id="smiesghztc" class="title titleAdress">兌獎(jiǎng)地址</div> <div id="smiesghztc" class="box"> <div id="smiesghztc" class="address">地址</div> </div> </div> <div id="smiesghztc" class="itemList"> <div id="smiesghztc" class="title">客服電話(huà)</div> <div id="smiesghztc" class="box"> <div id="smiesghztc" class="tel">1356969585</div> </div> </div> <div id="smiesghztc" class="itemList"> <div id="smiesghztc" class="title titleNotice">兌獎(jiǎng)須知</div> <div id="smiesghztc" class="box"> <div id="smiesghztc" class="notice">XXXXXX</div> </div> </div> </div> </div> <!--投訴頁(yè)面彈出層 --> <div class="smiesghztc" id="informBox" class="bg hide"> <div class="smiesghztc" id="inform-reason-page"> <p class="informTitle">請(qǐng)選擇投訴原因</p> <div class="smiesghztc" id="inform-reason-box"> <div class="smiesghztc" id="temptShare" class="reasonItem" _index="0">誘導(dǎo)分享<em></em></div> <div class="smiesghztc" id="shamActive" class="reasonItem" _index="1">虛假活動(dòng)<em></em></div> <div class="smiesghztc" id="political" class="reasonItem" _index="2">政治敏感<em></em></div> <div class="smiesghztc" id="eroticism" class="reasonItem" _index="3">色情低俗<em></em></div> <div class="smiesghztc" id="rumor" class="reasonItem" _index="4">謠言<em></em></div> <div class="smiesghztc" id="otherReason" class="reasonItem" _index="5">其他(收集隱私信息等)<em></em></div> </div> <div class="smiesghztc" id="cancel-inform-btn">取消</div> <div class="smiesghztc" id="next-inform-btn" class="hide">下一步</div> <div class="smiesghztc" id="inform-poup-tip" class="hide">投訴成功</div> </div> <div class="smiesghztc" id="inform-desc-page" style="display: none;"> <p class="informTitle">投訴描述</p> <div class="smiesghztc" id="inform-desc-box"> <textarea name="informDesc" id="informDesc" cols="30" rows="6" placeholder="請(qǐng)?zhí)顚?xiě)投訴描述,最多輸入50個(gè)字"></textarea> </div> <div class="smiesghztc" id="submit-inform-btn">提交</div> </div> </div> <!--投訴結(jié)果頁(yè)面彈出層 --> <div class="smiesghztc" id="informResultBox" class="bg hide"> <img src="http://hdg.faisys.com/image/gx.png?v=201604151202"> <h3>投訴成功</h3> <p>感謝你的參與,我們堅(jiān)決反對(duì)色情、暴力、欺詐等違規(guī)信息,我們會(huì)認(rèn)真處理你的投訴,維護(hù)綠色、健康的網(wǎng)絡(luò)環(huán)境</p> <div id="smiesghztc" class="confirm-btn">確認(rèn)</div> </div> <!-- 右側(cè)按鈕 --> <div id="smiesghztc" class="homeBtnBox"> <div class="smiesghztc" id="myAwardBtn" ontouchend="HdGame.changePoup(3)" style="display:none;"><span id="smiesghztc" class='redDot'></span></div> <div class="smiesghztc" id="informBtn" ontouchend="HdGame.changePoup(5)"> <span>投訴</span> </div> </div> <!-- logo --> <div class="smiesghztc" id="logoImgBox" class="logoImgBox imgContainer absCenter footerBox" > <img id="logoImg" class="slaveImg abs" src="http://11019180.h40.faiusr.com/2/1/ACgIABACGAAgl8K6vgUoroPGSjDXATjaAQ.jpg" style="width:4.4rem;height:4.4rem;top:0rem;left:0rem;"/> </div> <!-- 抽獎(jiǎng)等待彈出層 --> <div class="smiesghztc" id="lots-wait-Box" style="display:none"> <div class="smiesghztc" id="lots-wait-img"></div> <div class="smiesghztc" id="lots-wait-hint">當(dāng)前抽獎(jiǎng)人數(shù)過(guò)多<br/>請(qǐng)稍等 <span id="lots-wait-hint-num">0</span> 秒</div> </div> <!-- 助力引導(dǎo)層 --> <div class="smiesghztc" id="helpGuideBox" style="display:none"> <p>你今天已經(jīng)沒(méi)有抽獎(jiǎng)機(jī)會(huì)了</br>分享給好友或群聊</p> <p style="margin-top:1.1rem;">今天將額外獲得1次抽獎(jiǎng)機(jī)會(huì)!<br/>(僅限當(dāng)天首次分享)</p> </div> <!-- <div class="smiesghztc" id="jv_dev_box" style="position:fixed;top:0;bottom:0;right:0;margin:auto;display:table;width:2rem;background-color:rgba(0,0,0,.3);color:#fff;"> <div class="smiesghztc" id="jv_share_btn" style="text-align:center;line-height:2;border-bottom:1px solid #fff;">share</div> </div> --> <!-- 結(jié)果彈出層 --> <div id="smiesghztc" class="resuleBox hide"> <div class="smiesghztc" id="resule-status-box" style="display:none"> <div class="smiesghztc" id="resule-status-scrollWrap"> <div id="smiesghztc" class="resule-bgLight"></div> <div class="smiesghztc" id="resule-status-bird"></div> <div class="smiesghztc" id="resule-status-head"> <div id="smiesghztc" class="resule-status-userImg one" style="display: none;"> <img src="http://wx.qlogo.cn/mmopen/6KGMqCkBqg5IkciboVxiaDC3AaEqvMR8TL4Z0Ne1WhRYdmZ8YQZq3aS20vfjibj0QYchQ3nKzJlNYbG4ibiag1LLOibic6C4Clfqmnc/0"/> </div> <div id="smiesghztc" class="resule-status-userImg PKner-A hide"> <img /> </div> <div id="smiesghztc" class="PKner-B hide"> <img src="http://hdg.faisys.com/image/jtou.png"/> </div> <div id="smiesghztc" class="resule-status-userImg PKner-C hide"> <img src="http://wx.qlogo.cn/mmopen/6KGMqCkBqg5IkciboVxiaDC3AaEqvMR8TL4Z0Ne1WhRYdmZ8YQZq3aS20vfjibj0QYchQ3nKzJlNYbG4ibiag1LLOibic6C4Clfqmnc/0"/> </div> <p class="userA-name hide">haha</p> <p class="userB-name hide">河邊走</p> <div class="smiesghztc" id="resule-status-ribbon" class="resule-status-ribbon"></div> </div> <div class="smiesghztc" id="resule-status-body"> <p class="youraward"style="font-size:0.8rem; line-height:1.2rem">您的成績(jī)?yōu)椋?span id="smiesghztc" class="resuleArg" style="font-size:0.8rem;"></span><span id="smiesghztc" class="result-scoreUnit"><span id="smiesghztc" class="gameScoreUnit">秒</span></span></p> <p class="beat-Percent hide">成功擊敗全國(guó)<span></span>%的玩家</p> <p class="resule-status-minscore" style="display:none;">成績(jī)必須達(dá)到 <span id="smiesghztc" class="resuleArg resulescoreLimit"></span> <span id="smiesghztc" class="gameScoreUnit">秒</span>才能<span id="minscoreDrawFont">抽獎(jiǎng)</span></p> <p id="bestArg" style="margin-top:0.5rem">最佳成績(jī)?yōu)椋?span id="smiesghztc" class="resuleArg"></span><span id="smiesghztc" class="result-scoreUnit"><span id="smiesghztc" class="gameScoreUnit">秒</span></span></p> <p>最佳排名為:<span id="smiesghztc" class="result-scoreUnit">NO.</span><span id="smiesghztc" class="resuleArg"></span></p> <div class="smiesghztc" id="rank_showRule" style="text-decoration:underline;margin:0.7rem 0rem;" class="hide" ontouchend="showRule();">活動(dòng)規(guī)則</div> <div class="smiesghztc" id="resule-status-count" style="margin-top:0.6rem"> <p class="totalDraw">您還有 <span id="totalDrawCount" class="resuleArg"></span> 次抽獎(jiǎng)機(jī)會(huì)</p> <p class="dayDraw">今天還有 <span id="smiesghztc" class="resuleArg dayDrawCount"></span> 次機(jī)會(huì)抽獎(jiǎng)</p> <p class="dayDraw4Total hide">今天可抽 <span id="smiesghztc" class="resuleArg dayDrawCount"></span> 次</p> </div> <div id="smiesghztc" class="little-PK hide"> <p class="fighter-B"></p> <p class="othergrade">最佳成績(jī)<span id="smiesghztc" class="resuleArg"></span><span id="smiesghztc" class="gameScoreUnit"><span id="smiesghztc" class="gameScoreUnit">秒</span></span></p> <p id="rankB">全國(guó)排名NO.<span id="smiesghztc" class="resuleArg"></span></p> <p class="WhetherAward"></p> <p class="winAWard" style="margin:1rem 0"> <a href="javascript:void(0)">活動(dòng)獎(jiǎng)品</a> </p> </div> </div> <div class="smiesghztc" id="resule-status-other" class="hide"> <p style="font-size:0.8rem;font-weight:bold;">通關(guān)并且</p> <p class="resule-status-minscore hide" style="margin: 10px 0px 50px;">成績(jī)必須達(dá)到 <span id="smiesghztc" class="resuleArg resuleArg-fail resulescoreLimit"></span> <span id="smiesghztc" class="gameScoreUnit">秒</span>才能抽獎(jiǎng)</p> </div> <div class="smiesghztc" id="resule-sucReg" class="hide" style="margin-top:0.6rem">您已經(jīng)成功報(bào)名參與活動(dòng)!</div> <div class="smiesghztc" id="resule-foot-box"> <div id="smiesghztc" class="resule-foot-one"> <div id="smiesghztc" class="resule-button resule-one-button resule-status-gift hide">趕緊去抽獎(jiǎng)</div> <div id="smiesghztc" class="resule-button resule-one-button resule-status-reg hide">我要報(bào)名</div> <div id="smiesghztc" class="resule-button resule-one-button resule-status-again hide">再玩一次</div> <div id="smiesghztc" class="resule-button resule-one-button resule-status-send hide">領(lǐng)取禮品</div> <div id="smiesghztc" class="resule-button resule-one-button resule-status-rightNow hide">馬上PK</div> </div> <div id="smiesghztc" class="resule-foot-two"> <div id="smiesghztc" class="resule-button resule-status-seeRank">排行榜</div><div id="smiesghztc" class="resule-button resule-status-home">返回首頁(yè)</div><div id="smiesghztc" class="resule-button resule-status-again restart-again ">再玩一次</div><div id="smiesghztc" class="hide resule-button resule-status-firstPage">首頁(yè)</div> </div> </div> </div> <div class="smiesghztc" id="resule-status-lotsBox" style="display:none"> <div class="smiesghztc" id="resule-status-lots"></div> <div class="smiesghztc" id="resule-status-lotsHand"></div> </div> <div id="smiesghztc" class='attentionBox'> <div class="smiesghztc" id="drawMenuBtnBox" class='menuBtnBox hide' > <a class='menuName'>關(guān)注我們</a> </div> <div id="smiesghztc" class='skillInfo'><a style='color:#fff;text-decoration:underline;'>我也要免費(fèi)創(chuàng)建活動(dòng)</a><span id="smiesghztc" class='gotoFlag'></span></div> <div id="smiesghztc" class="holdBox"></div> </div> </div> <div class="smiesghztc" id="resule-gift-box" style="display:none"> <div class="smiesghztc" id="resule-gift-scrollWrap" class="resule-gift-overflowScrolling" style="padding-top: 1.2rem;"> <div id="smiesghztc" class="resule-bgLight"></div> <!--<div class="smiesghztc" id="resule-gift-jiantou" class="resule-fxts resule-fxts_s"></div>--> <div style="position:absolute; width: 100%;"> <p id="resule-gift-luck" style="text-align:center;" >恭喜你獲得了</p> <div id="smiesghztc" class="imgContainer"> <img id="resule-gift-sucImg" class="slaveImg" src="http://hdg.faisys.com/image/gift.png?v=201504091029" style="width:6rem;height:6rem"> </div> <div class="smiesghztc" id="resule-gift-foot"> <p id="resule-gift-rank"> <span id="smiesghztc" class="gifArg awardStyle"></span> </p> <p id="resule-gift-goods"> <span id="smiesghztc" class="gifArg awardName"></span> </p> <!--<p id="resule-gift-code" >兌獎(jiǎng)碼:<span id="smiesghztc" class="gifArg"></span></p>--> <a id="resulte-gift-showMyAward" style="text-decoration: underline;color:#fff;">點(diǎn)擊查看獎(jiǎng)品詳情</a> <!--<p id="resule-gift-explain" style="text-align:left;" >獲獎(jiǎng)后憑兌獎(jiǎng)碼聯(lián)系活動(dòng)主辦單位即可兌獎(jiǎng)。<br/>活動(dòng)期間每人限領(lǐng)一份禮品。</p>--> </div> </div> </div> <!--<div class="smiesghztc" id="faiImgBox" class="imgContainer absCenter hide" > <img id="resule-faiImg" class="slaveImg abs" src="http://hdg.faisys.com/image/dqgryhl/faiImg.png" style="width:15rem;height:18rem;top:0.5rem;left:0.5rem;"/> </div>--> <div class="smiesghztc" id="faiImgBox"> <img class="abs" src="http://hdg.faisys.com/image/faiImg.png?v=201509171041" style="width:13.5rem;height:16.75rem;top:2.0rem;left:1.2rem;"/> <div id="smiesghztc" class='resule-gift-draw repeatDraw'>繼續(xù)抽獎(jiǎng)</div> <div id="smiesghztc" class='resule-gift-home menuBack menuBack2'>返回首頁(yè)</div> </div> <div id="smiesghztc" class='attentionBox'> <div id="smiesghztc" class='menuBtnBox'> <a class='menuName'>關(guān)注我們</a> </div> <div id="smiesghztc" class='skillInfo'><a >我也要免費(fèi)創(chuàng)建活動(dòng)</a><span id="smiesghztc" class='gotoFlag'></span></div> <div id="smiesghztc" class="holdBox"></div> </div> </div> </div> <!-- 一鍵關(guān)注彈出頁(yè) --> <div class="smiesghztc" id="attentionMask" class="homePoupMask"> <div class="smiesghztc" id="attentionPoup" class="homePoupInner attentionPoup"> <img src="http://hdg.faisys.com/image/caewm.jpg?v=201506151818"/> <img id="QRImg" src="http://11019180.h40.faiusr.com/2/1/ACgIABACGAAg58W6vgUoy-W51wIwrgM4rgM.jpg" style="position:absolute;top:0.5rem;left:0;right:0;margin:auto;"/> </div> </div> <!--卡券一鍵關(guān)注彈出頁(yè)--> <div class="smiesghztc" id="newAttentionMask" class="homePoupMask hide"> <div class="smiesghztc" id="newAttentionPoup" class="homePoupInner attentionPoup"> <img src="http://hdg.faisys.com/image/caewm.jpg?v=201506151818"/> <img id="QRImg_1" style="position:absolute;top:0.5rem;left:0;right:0;margin:auto;"/> </div> </div> <!-- 運(yùn)營(yíng)賬號(hào)彈出頁(yè) --> <!-- 技術(shù)支持彈出頁(yè) --> <div class="smiesghztc" id="skillSupMask" class="homePoupMask"> <div class="smiesghztc" id="skillSupPoup" class="homePoupInner attentionPoup"> <img src="http://hdg.faisys.com/image/yxcaewm.jpg?v=201602221653" style="width:10.7rem;position: absolute;top: 0.2rem;left: 0;right: 0;margin:auto"/> <img src="http://hdg.faisys.com/image/nbuyhd.gif?v=201602221653" style="position:relative;"/> </div> </div> </div> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://www.dukerobot.cn/" title="亚洲色成人网站www永久">亚洲色成人网站www永久</a> <div class="friend-links"> </div> </div> </footer> <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body><div id="pjx7p" class="pl_css_ganrao" style="display: none;"><address id="pjx7p"><legend id="pjx7p"></legend></address><legend id="pjx7p"><sup id="pjx7p"><style id="pjx7p"><label id="pjx7p"></label></style></sup></legend><ruby id="pjx7p"><tt id="pjx7p"></tt></ruby><em id="pjx7p"></em><sub id="pjx7p"><big id="pjx7p"><acronym id="pjx7p"><legend id="pjx7p"></legend></acronym></big></sub><th id="pjx7p"><u id="pjx7p"><rp id="pjx7p"><em id="pjx7p"></em></rp></u></th><small id="pjx7p"><output id="pjx7p"><thead id="pjx7p"><big id="pjx7p"></big></thead></output></small><font id="pjx7p"></font><legend id="pjx7p"><dfn id="pjx7p"></dfn></legend><strong id="pjx7p"><th id="pjx7p"></th></strong><video id="pjx7p"></video><small id="pjx7p"></small><strong id="pjx7p"><th id="pjx7p"></th></strong><b id="pjx7p"></b><track id="pjx7p"></track><pre id="pjx7p"><i id="pjx7p"></i></pre><th id="pjx7p"><b id="pjx7p"></b></th><strike id="pjx7p"></strike><big id="pjx7p"><dl id="pjx7p"></dl></big><label id="pjx7p"><listing id="pjx7p"></listing></label><ol id="pjx7p"></ol><ins id="pjx7p"><address id="pjx7p"><div id="pjx7p"><pre id="pjx7p"></pre></div></address></ins><meter id="pjx7p"><span id="pjx7p"></span></meter><u id="pjx7p"><ins id="pjx7p"><font id="pjx7p"><legend id="pjx7p"></legend></font></ins></u><acronym id="pjx7p"><p id="pjx7p"><var id="pjx7p"><label id="pjx7p"></label></var></p></acronym><dfn id="pjx7p"><form id="pjx7p"></form></dfn><form id="pjx7p"></form><label id="pjx7p"><strong id="pjx7p"><strong id="pjx7p"><track id="pjx7p"></track></strong></strong></label><nobr id="pjx7p"><small id="pjx7p"><output id="pjx7p"><sub id="pjx7p"></sub></output></small></nobr><pre id="pjx7p"><thead id="pjx7p"><dl id="pjx7p"><legend id="pjx7p"></legend></dl></thead></pre><track id="pjx7p"><u id="pjx7p"><rp id="pjx7p"><em id="pjx7p"></em></rp></u></track><menuitem id="pjx7p"></menuitem><legend id="pjx7p"><ol id="pjx7p"><style id="pjx7p"><listing id="pjx7p"></listing></style></ol></legend><u id="pjx7p"><rp id="pjx7p"><em id="pjx7p"><meter id="pjx7p"></meter></em></rp></u><ruby id="pjx7p"></ruby><sub id="pjx7p"><big id="pjx7p"></big></sub><tt id="pjx7p"><mark id="pjx7p"><form id="pjx7p"><legend id="pjx7p"></legend></form></mark></tt><address id="pjx7p"><div id="pjx7p"></div></address><div id="pjx7p"><pre id="pjx7p"></pre></div><pre id="pjx7p"><strike id="pjx7p"><strong id="pjx7p"><strong id="pjx7p"></strong></strong></strike></pre><pre id="pjx7p"></pre><b id="pjx7p"><mark id="pjx7p"></mark></b><acronym id="pjx7p"></acronym><dfn id="pjx7p"></dfn><address id="pjx7p"><div id="pjx7p"></div></address><nobr id="pjx7p"><dfn id="pjx7p"><ruby id="pjx7p"><thead id="pjx7p"></thead></ruby></dfn></nobr><ol id="pjx7p"><i id="pjx7p"></i></ol><style id="pjx7p"><listing id="pjx7p"><dfn id="pjx7p"><th id="pjx7p"></th></dfn></listing></style><form id="pjx7p"><nobr id="pjx7p"><small id="pjx7p"><ruby id="pjx7p"></ruby></small></nobr></form><small id="pjx7p"><menuitem id="pjx7p"><tt id="pjx7p"><progress id="pjx7p"></progress></tt></menuitem></small><ol id="pjx7p"></ol><style id="pjx7p"></style><form id="pjx7p"></form><u id="pjx7p"></u><label id="pjx7p"><legend id="pjx7p"></legend></label><strong id="pjx7p"><track id="pjx7p"><tt id="pjx7p"><progress id="pjx7p"></progress></tt></track></strong><dfn id="pjx7p"><ruby id="pjx7p"><tt id="pjx7p"><mark id="pjx7p"></mark></tt></ruby></dfn><video id="pjx7p"></video><var id="pjx7p"><label id="pjx7p"><video id="pjx7p"><dfn id="pjx7p"></dfn></video></label></var><tt id="pjx7p"></tt><legend id="pjx7p"><dfn id="pjx7p"><form id="pjx7p"><video id="pjx7p"></video></form></dfn></legend><address id="pjx7p"><div id="pjx7p"></div></address><video id="pjx7p"></video><acronym id="pjx7p"></acronym><progress id="pjx7p"></progress><rp id="pjx7p"><address id="pjx7p"><div id="pjx7p"><pre id="pjx7p"></pre></div></address></rp><thead id="pjx7p"><dl id="pjx7p"><pre id="pjx7p"><dfn id="pjx7p"></dfn></pre></dl></thead><address id="pjx7p"><legend id="pjx7p"></legend></address><label id="pjx7p"><pre id="pjx7p"></pre></label><sub id="pjx7p"><big id="pjx7p"></big></sub><thead id="pjx7p"><progress id="pjx7p"><acronym id="pjx7p"><p id="pjx7p"></p></acronym></progress></thead><p id="pjx7p"><sup id="pjx7p"><i id="pjx7p"><strong id="pjx7p"></strong></i></sup></p><track id="pjx7p"></track><progress id="pjx7p"></progress><thead id="pjx7p"><progress id="pjx7p"><form id="pjx7p"><legend id="pjx7p"></legend></form></progress></thead><pre id="pjx7p"></pre><strong id="pjx7p"><th id="pjx7p"><u id="pjx7p"><video id="pjx7p"></video></u></th></strong><legend id="pjx7p"><sup id="pjx7p"><label id="pjx7p"><nobr id="pjx7p"></nobr></label></sup></legend><b id="pjx7p"></b><i id="pjx7p"><strong id="pjx7p"></strong></i><output id="pjx7p"><thead id="pjx7p"><progress id="pjx7p"><form id="pjx7p"></form></progress></thead></output><label id="pjx7p"><video id="pjx7p"></video></label><i id="pjx7p"><listing id="pjx7p"></listing></i><b id="pjx7p"><mark id="pjx7p"></mark></b><dl id="pjx7p"><legend id="pjx7p"></legend></dl><u id="pjx7p"><rp id="pjx7p"><em id="pjx7p"><menuitem id="pjx7p"></menuitem></em></rp></u><label id="pjx7p"><pre id="pjx7p"><dfn id="pjx7p"><label id="pjx7p"></label></dfn></pre></label><ins id="pjx7p"></ins><output id="pjx7p"><sub id="pjx7p"><big id="pjx7p"><acronym id="pjx7p"></acronym></big></sub></output><strong id="pjx7p"></strong><strike id="pjx7p"></strike><address id="pjx7p"><div id="pjx7p"></div></address><nobr id="pjx7p"></nobr><sup id="pjx7p"></sup><label id="pjx7p"><legend id="pjx7p"></legend></label><form id="pjx7p"><legend id="pjx7p"><sup id="pjx7p"><style id="pjx7p"></style></sup></legend></form><i id="pjx7p"></i><nobr id="pjx7p"></nobr><sup id="pjx7p"></sup><nobr id="pjx7p"></nobr></div> </html> <br><br></div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2016-09-07 17:03:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116838.html' title='xUtils是否支持多文件上傳 '>xUtils是否支持多文件上傳 </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> 我想請(qǐng)問(wèn)一下xutils是否支持多文件上傳,這個(gè)有沒(méi)做隊(duì)列上傳處理。能告訴我具體如何操作嗎?</div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2013-12-08 11:27:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116837.html' title='為什么有時(shí)候有個(gè)方形背景,有時(shí)候顯示正常的圓形 '>為什么有時(shí)候有個(gè)方形背景,有時(shí)候顯示正常的圓形 </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> <br>這個(gè)人的頭像,有時(shí)候會(huì)有方形的背景(圖片左上角位置),即使多刷新幾遍,還是改不回來(lái),然后退出,重新進(jìn)去 ,又回復(fù)到正常的圓形頭像,方形背景消失,請(qǐng)問(wèn)這是為什么哦?這人頭像的imageview是一個(gè)自定義的圓形頭像imageView,這頭像使用的xutil加載頭像的辦法實(shí)現(xiàn)的,見(jiàn)下面代碼, <br>hodler.teacherImageView.setTag(uri); <br> bitmapUtils.display(hodler.teacherImageView, uri,new BitmapLoadCallBack<View>() { <br> @Override <br> public void onLoadCompleted(View container, String url, <br> Bitmap bitmap, BitmapDisplayConfig config, <br> BitmapLoadFrom from) { <br> if(hodler.teacherImageView.getTag().equals(url)){ <br> hodler.teacherImageView.setImageBitmap(bitmap); <br> } <br> <br> } <br> @Override <br> public void onLoadFailed(View container, String url, <br> Drawable drawable) { <br> // TODO Auto-generated method stub <br> <br> } <br> }); </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2015-05-26 12:56:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116836.html' title='xutils3中x.http().getSync同步訪(fǎng)問(wèn)網(wǎng)絡(luò)的方法參數(shù)如何設(shè)置?? '>xutils3中x.http().getSync同步訪(fǎng)問(wèn)網(wǎng)絡(luò)的方法參數(shù)如何設(shè)置?? </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> 需要用到utils3的同步訪(fǎng)問(wèn)網(wǎng)絡(luò)的方法,發(fā)現(xiàn)參數(shù)不知道怎樣設(shè)置,試了很多次都失敗了,求大神解答 < T > T getSync (RequestParams entity , Class< T > resultType) throws Throwable ;這是xutils3中同步的方法 x . http ().getSync(params , )第一個(gè)參數(shù)我知道是設(shè)置網(wǎng)址的,第二個(gè)返回的結(jié)果該如何寫(xiě)?? <br></div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2016-05-17 20:05:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116835.html' title='android studio module中不能使用xutil/afinal/butterknife等工具? '>android studio module中不能使用xutil/afinal/butterknife等工具? </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> <br>一個(gè)項(xiàng)目分割為若干module部分,比如item、order、cart <br>有一個(gè)主項(xiàng)目,apply plugin: 'com.android.application',其他modue都是apply plugin: 'com.android.library' <br>在application項(xiàng)目中,可以使用@ViewInject(R.id.back) 這樣得語(yǔ)法 <br>在 library項(xiàng)目中, R.id.back無(wú)法找到資源。但是在onCreate方法里面卻可以,也就是說(shuō)無(wú)法再注解里面使用R文件。 <br>截圖如下 <br><br></div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2015-05-09 15:33:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116834.html' title='Xutils下載,斷點(diǎn)續(xù)傳功能,顯示進(jìn)度錯(cuò)亂 '>Xutils下載,斷點(diǎn)續(xù)傳功能,顯示進(jìn)度錯(cuò)亂 </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> 大家好,我正在使用Xutils進(jìn)行項(xiàng)目中的斷點(diǎn)續(xù)傳,作者在文檔中寫(xiě)到如果支持?jǐn)帱c(diǎn)續(xù)傳必須服務(wù)器端支持RANGE,在運(yùn)行過(guò)程中如果不斷點(diǎn)正常下載,但是只要一暫停,回調(diào)onloading的total值就會(huì)變大,實(shí)際斷點(diǎn)續(xù)傳功能已經(jīng)實(shí)現(xiàn),只是total變大,導(dǎo)致進(jìn)度條顯示,先回退,然后再前進(jìn),最后還不能達(dá)到滿(mǎn)進(jìn)度,但是下載已經(jīng)完成,我懷疑是服務(wù)器端和xutils的接收發(fā)送的格式不正確導(dǎo)致的,請(qǐng)問(wèn)有沒(méi)有人能為我指明方向,感激不盡。 </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2014-11-18 12:18:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116833.html' title='android xutils '>android xutils </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> <br>@Jack_1900 你好,想跟你請(qǐng)教個(gè)問(wèn)題:你好請(qǐng)問(wèn)下,xutils怎么添加自己的緩存 </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2015-02-03 15:37:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116831.html' title='android 使用xUtils上傳大文件時(shí)網(wǎng)絡(luò)連接中斷 是怎么回事? '>android 使用xUtils上傳大文件時(shí)網(wǎng)絡(luò)連接中斷 是怎么回事? </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> 我在使用android 的開(kāi)源框架xUtils時(shí) 上傳一個(gè)30M大小的視頻文件的時(shí)候 上傳過(guò)程中會(huì)網(wǎng)絡(luò)連接中斷 xUtils的版本是2.6.14版本 這是報(bào)錯(cuò)信息 有大神幫我找下原因么 HttpUtils https = new HttpUtils ( 600 * 1000 ) ; 網(wǎng)絡(luò)連接超時(shí)時(shí)間我寫(xiě)上去了 然后 API文檔里面的方法我也調(diào)用過(guò) 還是沒(méi)什么用 </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2016-05-31 11:38:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116830.html' title='xutils下載文件的路徑含有中文,走error,怎么解決? '>xutils下載文件的路徑含有中文,走error,怎么解決? </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> <br>用get請(qǐng)求下載音樂(lè),路徑是 String mFileName = "http://69.165.75.47/ 光輝歲月 .mp3" ; <br><br>05-11 04:21:27.633 3671-3671/com.example.wulsh.myapplication I/CMCC: onError,Not Found <br>05-11 04:21:27.633 3671-3671/com.example.wulsh.myapplication I/CMCC: onFinished <br>怎么解決??? </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2016-05-11 16:32:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116829.html' title='如何在servlet里面接收到Android端傳過(guò)來(lái)的Json數(shù)據(jù)(利用HttpUtils框架傳的) '>如何在servlet里面接收到Android端傳過(guò)來(lái)的Json數(shù)據(jù)(利用HttpUtils框架傳的) </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> <br>最近在做一個(gè)Android——Web兩邊關(guān)聯(lián)的點(diǎn)菜APP,在A(yíng)ndroid端利用httpUtils上傳菜單的時(shí)候(已經(jīng)組織為Json數(shù)據(jù)形式,檢查內(nèi)容正確),不知道在web段的相應(yīng)servlet里面如何獲取到該Json并且解析,請(qǐng)路過(guò)的各位幫一下忙,謝謝! <br>Android端代碼: <br>public void sendHTTPRequest(String url, int progressStringID, JsonObject jsonObject) { // TODO Auto-generated method stub initDiaglog(progressStringID); RequestParams params = new RequestParams("UTF-8"); try{ params.setBodyEntity(new StringEntity(gson.toJson(jsonObject),"UTF-8")); params.setContentType("application/json"); }catch(UnsupportedEncodingException e){ e.printStackTrace(); } http.send(HttpMethod.POST, url, new RequestCallBack<String>() { @Override public void onStart() { // TODO Auto-generated method stub progressDialog.show(); } @Override public void onFailure(HttpException arg0, String arg1) { // TODO Auto-generated method stub progressDialog.dismiss(); DialogUtil.textDialog(OrderAty.this, getResources().getString(R.string.CONNECTERROR)); } @Override public void onSuccess(ResponseInfo<String> arg0) { // TODO Auto-generated method stub progressDialog.dismiss(); System.out.println("Json數(shù)據(jù)發(fā)送成功?。?!"); } }); } <br><br>對(duì)應(yīng)的MenuServlet的doPost方法里面該怎么寫(xiě)???(現(xiàn)在已經(jīng)提示發(fā)送成功了,但是我不知道怎么接收到)<br>@Override protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { //這里應(yīng)該怎么寫(xiě),不知道如何獲得這個(gè)Json形式的參數(shù) } <br><br><br></div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2016-05-11 15:55:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116828.html' title='使用xutils里面的HttpUtils時(shí)候如何在servlet中向其傳回一個(gè)值???糾結(jié)好久! '>使用xutils里面的HttpUtils時(shí)候如何在servlet中向其傳回一個(gè)值???糾結(jié)好久! </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> <br>最近在學(xué)習(xí)使用xutils,這個(gè)問(wèn)題困擾我好久,應(yīng)該是個(gè)小問(wèn)題但是就是不知道如何解決,網(wǎng)上也搜不到解決方法,請(qǐng)大家?guī)蛶兔 <br>問(wèn)題具體描述:做一個(gè)app開(kāi)發(fā),android端用戶(hù)輸入用戶(hù)名和密碼登錄,傳值到tomcat那面,servlet連數(shù)據(jù)庫(kù)進(jìn)行核驗(yàn),這些都弄好了, 就是在進(jìn)行核驗(yàn)之后需要返回一個(gè)布爾值,從服務(wù)器端傳到android端,如何編寫(xiě)代碼才能讓android端的HttpUtils里面的send方法的callback里面的onSuccess方法的參數(shù)接收到? <br>具體代碼如下: <br>android端: HttpUtils http = new HttpUtils(); http.send(HttpMethod.POST, url, new RequestCallBack<String>() { @Override public void onFailure(HttpException error, String msg) { progressDialog.dismiss(); } @Override public void onSuccess(ResponseInfo<String> arg0) { }); } <br><br><br>Servlet端: protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // TODO Auto-generated method stub String uName = request.getParameter("username"); String uPwd = request.getParameter("password"); UserEntity user = new UserEntity(); user.setUsername(uName); user.setPassword(uPwd); boolean login_bool = checkUserService.check(user) } <br><br><br>就是那個(gè)login_bool布爾值?。?! 我在使用HttpUtils開(kāi)源框架的情況下該怎么編寫(xiě)代碼才能讓其接收到啊?我看源碼沒(méi)怎么看懂,感覺(jué)應(yīng)該是個(gè)很小的工作,就是不知道怎么弄, 或者說(shuō)一直弄不明白o(hù)nSuccess方法中的ResponseInfo參數(shù)到底是指什么,如何在服務(wù)器端把要傳遞的信息寫(xiě)進(jìn)去??? 求幫助,不勝感激?。?</div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2016-04-22 18:47:05</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116827.html' title='field id not found '>field id not found </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> dbutils保存user的時(shí)候報(bào) field id not found,我的user是有id屬性的啊 </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2016-03-18 17:10:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116826.html' title='XUtils請(qǐng)求JSon數(shù)據(jù)里的一處錯(cuò)誤 '>XUtils請(qǐng)求JSon數(shù)據(jù)里的一處錯(cuò)誤 </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> 昨天寫(xiě)了一個(gè)通過(guò)解析JSon數(shù)據(jù)顯示ListVew列表的效果,結(jié)果因?yàn)閍ndroid不能在主線(xiàn)程里進(jìn)行http請(qǐng)求,所以想利用Xutil來(lái)完成,我按照教程寫(xiě)了一個(gè)最簡(jiǎn)單的get方法,代碼如下package com.example.demo2; import com.example.demo2.R; import com.lidroid.xutils.HttpUtils; import com.lidroid.xutils.exception.HttpException; import com.lidroid.xutils.http.ResponseInfo; import com.lidroid.xutils.http.callback.RequestCallBack; import com.lidroid.xutils.http.client.HttpRequest.HttpMethod; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); HttpUtils http = new HttpUtils(); http.send(HttpMethod.GET, "http://www.imooc.com/api/teacher?type=4&num=30", new RequestCallBack<String>(){ @Override public void onSuccess(ResponseInfo<String> responseInfo) { System.out.println(responseInfo); parse(responseInfo.result); } @Override public void onFailure(HttpException error, String msg) { }}); } protected void parse(String result) { try{ JSONObject jsonObject = new JSONObject(result); JSONObject jsonObject2 = jsonObject.getJSONObject("data"); jsonObject2.getString("name"); }catch(JSONException e){ e.printStackTrace(); } } } <br><br><br>可是responseInfo一直報(bào)錯(cuò),報(bào)錯(cuò)信息是: <br><br>開(kāi)始懷疑是因?yàn)閖ar包沒(méi)有導(dǎo)入,但是看了一下確實(shí)在里面 <br><br>也試過(guò)Clean,沒(méi)有用。 <br>求大神抽時(shí)間看一看,謝謝! </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2016-03-21 16:54:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116825.html' title='Xutils3如何訪(fǎng)問(wèn)自制證書(shū)的https請(qǐng)求 '>Xutils3如何訪(fǎng)問(wèn)自制證書(shū)的https請(qǐng)求 </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> <br>@wyouflf 你好,想跟你請(qǐng)教個(gè)問(wèn)題: <br>Xutils3 里面params.setSslSocketFactory(sslSocketFactory); <br>這個(gè) sslSocketFactory 如何構(gòu)建啊 是自制證書(shū)的嗎 證書(shū)怎么放進(jìn)去??? </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2016-02-12 20:52:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116824.html' title='Utils 中的 dbutils 如何存儲(chǔ) 對(duì)象中的對(duì)象的 '>Utils 中的 dbutils 如何存儲(chǔ) 對(duì)象中的對(duì)象的 </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> 我現(xiàn)在做一個(gè)的一個(gè)項(xiàng)目中需要保存,一個(gè)對(duì)象,但是 對(duì)象中含有一個(gè)對(duì)象,現(xiàn)在的問(wèn)題的是,其他的字段屬性都能保存上,就其中的對(duì)象保存不了,怎么做</div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2016-03-02 19:33:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116823.html' title='xUtils使用注解時(shí)報(bào)null '>xUtils使用注解時(shí)報(bào)null </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> @ViewInject (R.id. start_logo ) LinearLayout startLogo ; startLogo .startAnimation(logoAs) ; <br>java.lang.RuntimeException: Unable to start activity ComponentInfo{com.cnvp.zstunews/com.cnvp.zstunews.ui.Start}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.LinearLayout.startAnimation(android.view.animation.Animation)' on a null object reference <br>這是為啥呢?為啥呢?想不明白了。。。 </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2015-05-16 23:12:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116822.html' title='如何在xutils訪(fǎng)問(wèn)網(wǎng)絡(luò)的onFailure方法中獲取HttpResponse '>如何在xutils訪(fǎng)問(wèn)網(wǎng)絡(luò)的onFailure方法中獲取HttpResponse </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> <br>@wyouflf 你好,想跟你請(qǐng)教個(gè)問(wèn)題:在xutils中 如何在send(HttpMethod.GET,url,new RequestCallBack<String>() { public void onFailure(HttpException arg0, String arg1){ }) 在onFailure方法中獲取 HttpResponse? <br>我目前用的方法是在onFailure方法中HttpResponse resp=http.getHttpClient().execute(hg); 再執(zhí)行一次, <br>請(qǐng)問(wèn)有沒(méi)有只需要執(zhí)行一次的方法 <br>謝謝! </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2015-04-17 10:12:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116821.html' title='關(guān)于xUtils的使用疑惑 '>關(guān)于xUtils的使用疑惑 </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> android那個(gè)使用這個(gè)它是這樣給我傳值的。<br>params.addBodyParameter("userId", "1"); params.addBodyParameter("title", "123"); params.addBodyParameter("content", c); <br><br><br>我是這樣接受參數(shù)的哪里總是提示網(wǎng)絡(luò)異常:請(qǐng)問(wèn)這樣有問(wèn)題嗎? <br>@RequestMapping(value = "add", method = RequestMethod.POST) @ResponseBody public Map<String, Object> addWei(@RequestParam("title") String title, @RequestParam("userId") long userId, @RequestParam("content") String content, @RequestParam("images") String images) { <br><br><br><br><br></div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2014-09-14 00:02:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116820.html' title='xutils圖片閃爍的問(wèn)題 '>xutils圖片閃爍的問(wèn)題 </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> <br>String uri=TeacherConstant.SERVICEADDRS_NEW+classCircleDynInfoList.get(position).getFace(); <br> hodler.teacherImageView.setTag(uri); <br> bitmapUtils.configDefaultLoadFailedImage(R.drawable.load_failed_bit); <br> bitmapUtils.configDefaultLoadingImage(R.drawable.s5_small); <br> bitmapUtils.configDefaultBitmapConfig(Bitmap.Config.RGB_565); <br> bitmapUtils.displayRound(hodler.teacherImageView, uri); <br>我要實(shí)現(xiàn)一個(gè)類(lèi)似班級(jí)圈的東東,用listview加載信息,每條信息里面有個(gè)老師或?qū)W生頭像 <br>我現(xiàn)在發(fā)現(xiàn)一個(gè)問(wèn)題,每次給這些信息評(píng)論的時(shí)候,這些頭像就會(huì)閃爍下,請(qǐng)問(wèn)有沒(méi)有辦法解決? <br>難道僅僅是內(nèi)存吃緊的問(wèn)題造成額? </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2015-03-19 11:14:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116819.html' title='@wyouflf 你好,在xUtils3 中我找不到download以及 onloading 方法了,下載功能要怎么用呢? '>@wyouflf 你好,在xUtils3 中我找不到download以及 onloading 方法了,下載功能要怎么用呢? </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> @wyouflf 你好,在xUtils3 中我找不到download以及 onloading 方法了,下載功能要怎么用呢? </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2016-01-25 13:31:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116818.html' title='一個(gè)有趣的 SQL 查詢(xún) 熱 '>一個(gè)有趣的 SQL 查詢(xún) 熱 </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> <br>一個(gè)朋友有這樣一個(gè)SQL查詢(xún)需求: <br>有一個(gè)登錄表(tmp_test),包含用戶(hù)ID(uid)和登錄時(shí)間(login_time)。表結(jié)構(gòu)如下: <br>*************************** 1. row *************************** <br>Field: uid <br>Type: int(10) unsigned <br>Null: NO <br>Key: MUL <br>Default: NULL <br>Extra: <br>*************************** 2. row *************************** <br>Field: login_time <br>Type: timestamp <br>Null: NO <br>Key: MUL <br>Default: 0000-00-00 00:00:00 <br>Extra: <br>問(wèn)如何查詢(xún)出所有在某一段時(shí)間內(nèi)(如:2012-1-1至2012-1-17)連續(xù)7天都有登錄的用戶(hù)。 <br>在寫(xiě)這個(gè)SQL時(shí),發(fā)現(xiàn)一些很有意思東西,也許對(duì)大家寫(xiě)SQL有幫助,因此記錄一下。 <br>- 基本思路 Loop Join <br> 首先想到的思路是一個(gè)類(lèi)似于Loop Join的方法: <br> A. 取出2012-1-1到 2012-1-11 的每一條記錄. <br> B. 對(duì)取出的每一條記錄,再去表中查詢(xún)這個(gè)用戶(hù)的接下來(lái)6天的記錄。 <br> 如果總數(shù)為6條記錄,則滿(mǎn)足連續(xù)7天的條件 <br>- Range Join <br> Loop Join的思路可以通過(guò)一個(gè)Join語(yǔ)句來(lái)實(shí)現(xiàn)。姑且稱(chēng)之為Range Join。通常join時(shí),使用的都是 <br> 等值join. 如果join列的值是唯一的,那么就是左表的一條記錄對(duì)應(yīng)右表的一條記錄。而Range Join <br> 中,左表的一行數(shù)據(jù)對(duì)應(yīng)右表的一個(gè)范圍內(nèi)的所有記錄。 SQL 語(yǔ)句為: <br>SELECT DISTINCT t.uid FROM tmp_test AS t JOIN tmp_test AS t1 ON date(t.login_time) + 1 <= date(t1.login_time) AND date(t.login_time) + 7 > date(t1.login_time) AND t.uid = t1.uid WHERE t.login_time BETWEEN ’2012-1-1 00:00:00′ AND ’2012-1-11 23:59:59′ AND t1.login_time >= ’2012-1-2′ AND t.login_time < ’2012-1-18′(可去掉) <br>- COUNT(DISTINCT) <br> “計(jì)算連續(xù)7天”,可以通過(guò)GROUP BY分組和COUNT()來(lái)完成。因?yàn)橐粋€(gè)用戶(hù)在1天內(nèi)可能會(huì)有多次登錄, <br> 這里需要使用(COUNT DISTINCT). SQL 語(yǔ)句為: <br>GROUP BY t.login_time, t.uid HAVING COUNT(DISTINCT date(t1.login_time))=6 <br>- BIT_OR <br> 考慮到DISTINCT操作需要緩存數(shù)據(jù),就想到了用bit邏輯運(yùn)算(可能會(huì)效率高一些)。因?yàn)檫B續(xù)的七天 <br> 與第一天的差分別為,1,2,3,4,5,6,7.可以分別用1-7bit位來(lái)表示。根據(jù)這個(gè)特點(diǎn),可以對(duì)分組中 <br> 的每一行進(jìn)行或(|)運(yùn)算.如果最后的值等于b’1111110′(6個(gè)1).那么就是連續(xù)的7天。這個(gè)辦法可以 <br> 避免DISTINC操作。沒(méi)想到MySQL中真的有了bit操作的聚合函數(shù)。BIT_OR就是我們要用的。 <br> SQL 語(yǔ)句為: <br>GROUP BY t.login_time, t.uid HAVING BIT_OR(1 << datediff(t1.login_time, t.login_time)) = b’1111110′; <br> NOTE: 從測(cè)試結(jié)果看,沒(méi)有索引時(shí)BIT_OR要比DISTINCT好一點(diǎn)點(diǎn),不是非常明顯。當(dāng)DISTINCT的 <br> 字段上有索引時(shí),要比BIT_OR要好一點(diǎn)點(diǎn). <br>- 去掉Range Join <br> 雖說(shuō)上面的思路實(shí)現(xiàn)了這個(gè)查詢(xún)要求,但是由于使用了Range Join,效率并不好。在對(duì)uid建索引的情 <br> 況下,大約需要3.5s(總共約50000條記錄). 有沒(méi)有更好的方法呢? <br> 受BIT_OR的啟發(fā),可以通過(guò)單表掃描,用bit位來(lái)記錄每個(gè)用戶(hù)2012-1-1至2012-1-17是否有登錄。 <br> 然后根據(jù)這個(gè)值來(lái)判斷是否有連續(xù)7天的情況。 <br> 我們需要一個(gè)輔助的函數(shù)來(lái)進(jìn)行bit的運(yùn)算: <br>DELIMITER | /* 判斷一個(gè)Bit序列中,是否存在若干個(gè)連續(xù)的1 */ /* 參數(shù)bits: bit序列*/ /* 參數(shù)trait: 指定的若干連續(xù)的1.如b’111111‘ */ CREATE FUNCTION bits_find_N1(bits BIGINT, trait BIGINT) RETURNS BOOL BEGIN WHILE bits <> 0 DO IF ((bits & trait) = trait) THEN RETURN TRUE; END IF; SET bits = bits >> 1; END WHILE; RETURN FALSE; END| DELIMITER ; <br> SQL 語(yǔ)句為: <br> <br>SELECT uid AS bit FROM tmp_test WHERE login_time BETWEEN ’2012-1-1 00:00:00′ AND ’2012-1-17 23:59:59′ GROUP BY uid HAVING bits_find_N1(BIT_OR(1 << datediff(login_time, ’2012-1-1′)), b’1111111′) IS TRUE; <br> 這個(gè)語(yǔ)句效率還是比較好的,即使不對(duì)uid建索引,也只需約0.27s <br>- 超高效率的語(yǔ)句 <br> 下面是另一個(gè)朋友寫(xiě)的SQL,雖然有點(diǎn)復(fù)雜,但是效率超高,只需要約0.17s是這樣的 SET @wy=0; SELECT DISTINCT uid FROM (SELECT MAX(date)-MIN(date) less,uid FROM (SELECT date-rn diff, uid, date, rn FROM (SELECT @wy:=@wy+1 rn, uid, datediff(login_time,’1971-01-01′) date,login_time FROM (SELECT date(login_time) login_time, uid FROM tmp_test WHERE login_time>=’2012-01-01 00:00:00′ AND login_time <’2012-01-18 00:00:00′ GROUP BY uid, date(login_time) ORDER BY uid, date(login_time) )x )x )x GROUP BY diff,uid )x WHERE less>=6; <br><br>原文地址 一個(gè)有趣的SQL查詢(xún) </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2012-03-08 13:58:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116816.html' title='用activiti 怎么實(shí)現(xiàn)協(xié)辦 '>用activiti 怎么實(shí)現(xiàn)協(xié)辦 </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> 實(shí)現(xiàn)協(xié)辦功能,在副總節(jié)點(diǎn),副總可以自己直接辦理,如果不能處理,需要請(qǐng)示總經(jīng)理,總經(jīng)理審批后副總辦理</div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2016-05-30 09:43:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116814.html' title='jboot使用websocket的時(shí)候怎么在websocket中獲取HttpSession '>jboot使用websocket的時(shí)候怎么在websocket中獲取HttpSession </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> <br>jboot使用websocket的時(shí)候怎么在websocket中獲取HttpSession </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2020-04-20 16:44:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116813.html' title='jboot升級(jí)到最新版本@PropertyConfig注解需要用什么代替 '>jboot升級(jí)到最新版本@PropertyConfig注解需要用什么代替 </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> <br>我這邊升級(jí)jboot 1.1.2到最新的3.1.3的話(huà)下面這個(gè)注解就用不了了,需要用什么來(lái)代替 <br>```java @PropertyConfig( prefix = "jboot.admin.app" ) <br>``` </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2020-03-26 15:57:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116812.html' title='jwt+shiro使用時(shí)JwtShiroBridge使用的問(wèn)題 '>jwt+shiro使用時(shí)JwtShiroBridge使用的問(wèn)題 </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> <br>1、Jwt + shiro 如何去構(gòu)建鑒權(quán) ? <br>JwtShiroBridge目前提供了 subject的構(gòu)建,相當(dāng)于解決了認(rèn)證問(wèn)題。但是鑒權(quán)的部分并不包括。我能想到的思路是,在認(rèn)證服務(wù)中構(gòu)建jwt后,會(huì)將權(quán)限/角色保存在 token中,需要做 subject.login 去解決授權(quán),但是總感覺(jué)這樣實(shí)現(xiàn)好傻。。每次請(qǐng)求都這么重,是否有其他實(shí)現(xiàn)思路 ? <br>2、如果我使用 jwt + shiro 的話(huà),我并不想讓服務(wù)器 去構(gòu)建 session,是否可以控制一下下。 </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2018-03-22 12:03:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116811.html' title='如果公司架構(gòu)不用spring全家桶或者一些主流的框架等,出去面試的時(shí)候怎么面對(duì)大部分公司?'>如果公司架構(gòu)不用spring全家桶或者一些主流的框架等,出去面試的時(shí)候怎么面對(duì)大部分公司?</a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> 之前上班的公司全都是使用自己架構(gòu)搭建的框架,一開(kāi)始也是問(wèn)架構(gòu)師為什么不用spring的全家桶什么的。架構(gòu)給我講是因?yàn)椴缓糜茫ê髞?lái)覺(jué)得是spring太重了,涉及很多但是大部分還是用不到,最多用到了spring bean注入這一塊,aop也是動(dòng)態(tài)代理改的),所以之前開(kāi)發(fā)基本不會(huì)特意使用三方的東西,除了ibatis,mysql,redis之類(lèi)的。比如分庫(kù)分表什么的都是自己寫(xiě)的 '中間件' 。也在開(kāi)源中國(guó)發(fā)布過(guò)。具體就是公司自己能用,夠用。 但是現(xiàn)在大部分公司去面試多多少少會(huì)問(wèn)spring boot,cloud,這些知識(shí)點(diǎn)自己開(kāi)發(fā)中其實(shí)根本涉及的很少(這里就要說(shuō)了,不是說(shuō)自己的時(shí)間不去學(xué)習(xí)這些東西,而是學(xué)習(xí)的東西能不能直接拿出來(lái)實(shí)戰(zhàn)并不是一些基礎(chǔ)的知識(shí)),所以面試過(guò)程中其實(shí)多多少少帶點(diǎn)虛的東西。 像jfinal 或者jboot社區(qū)活躍度還是有點(diǎn)的,但是像之前公司搭建的框架根本不去做為宣傳什么的,而是因?yàn)榧軜?gòu)自己明白這些原理,所以自己有時(shí)候得去翻這些源碼。但是開(kāi)發(fā)任務(wù)重啊?。?! 主要想知道像這種情況怎么去權(quán)衡,java技術(shù)棧真的很多,開(kāi)發(fā)任務(wù)真的很重! </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2019-10-31 13:59:00</div></div></div><div id="smiesghztc" class='dlist'><div id="smiesghztc" class='dlist01'><span></span><a style='color:#333333;font-weight:bold' href='/column/content/427116810.html' title='jboot mq 訂閱服務(wù)重啟過(guò)程,消息丟失問(wèn)題 '>jboot mq 訂閱服務(wù)重啟過(guò)程,消息丟失問(wèn)題 </a></div><div id="smiesghztc" class='dlist02'>HDC調(diào)試需求開(kāi)發(fā)(15萬(wàn)預(yù)算),能者速來(lái)!>>> <br>訂閱服務(wù)重啟過(guò)程,消息丟失問(wèn)題; <br>場(chǎng)景:支付模塊監(jiān)聽(tīng)到支付成功通知后,使用mq通知訂單模塊更改訂單狀態(tài);此時(shí)訂單模塊在重啟,會(huì)造成消息丟失訂單狀態(tài)沒(méi)有正常更新 </div><div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'><div>技術(shù)問(wèn)答</div></div><div id="smiesghztc" class='dlist03M'>2019-06-03 11:32:00</div></div></div></div><div id="smiesghztc" class="flipBox" ><a class='prev' href='/view/column/blocked/24.html?mid=3&p=18'> <上一頁(yè)</a><a class='numed' href='/view/column/blocked/24.html?mid=3&p=14'>14</a><a class='numed' href='/view/column/blocked/24.html?mid=3&p=15'>15</a><a class='numed' href='/view/column/blocked/24.html?mid=3&p=16'>16</a><a class='numed' href='/view/column/blocked/24.html?mid=3&p=17'>17</a><a class='numed' href='/view/column/blocked/24.html?mid=3&p=18'>18</a><a class='cur' href='javascript:' >19</a><a class='numed' href='/view/column/blocked/24.html?mid=3&p=20'>20</a><a class='numed' href='/view/column/blocked/24.html?mid=3&p=21'>21</a><a class='numed' href='/view/column/blocked/24.html?mid=3&p=22'>22</a><a class='numed' href='/view/column/blocked/24.html?mid=3&p=23'>23</a><a class='numed' href='/view/column/blocked/24.html?mid=3&p=24'>24</a><a class='next' href='/view/column/blocked/24.html?mid=3&p=20'>下一頁(yè) ></a></div></div></div><div class="smiesghztc" id="p" style="display:none;" ></div><div class="smiesghztc" id="t" style="display:none;" ></div><div class="smiesghztc" id="footer" class=" wow fadeInDown" ><style>a { text-decoration: none; outline: none; } a.hidefocus { outline: none } a:hover { text-decoration: underline; text-decoration: none; } /*底部*/ .foot,#footer { width: 100%; min-width: 1180px; background: #29346d; display:flex; } .foot_module { max-width: 1200px; margin:0 auto; margin-top:45px; display:flex; flex-flow:column; justify-content:flex-start; } .foot_module_top { display: flex; justify-content: space-between; align-items:flex-start; } .foot_module_top_L { width:300px; display:flex; flex-flow:column; } .foot_module_top_R { flex:1; display:flex; justify-content:space-between; margin-left:80px; } .foot_logo{ margin-bottom:40px; } .foot_logo>img{ width:300px; height:40px; } .gongz{ display:flex; justify-content:space-between; } .gongz li{ width:140px; display:flex; flex-flow:column; align-items:center; color:#fff; } .gongz p{ font-size:14px; color:#fff; line-height:25px; text-align:center; margin-top:10px; } .gongz img{ height:140px; width:140px; } .foot_module_top_R>li { display:flex; flex-flow:column; justify-content:flex-start; align-items:flex-start; color:#fff; } .foot_module_top_R>li p { font-size:16px; margin-bottom:10px; font-weight:600; color:#fff; } .foot_module_top_R>li a { line-height:30px; font-size:14px; color:#a3adcc; display:block; } .foot_contact,.foot_link{ display:flex; align-items:flex-start; justify-content:flex-start; } .foot_contact{ margin-bottom:25px; margin-top:40px; } .foot_contact>p,.foot_link>p{ color:#fff; font-size:16px; font-weight:600; margin-right:55px; } .foot_contact ul{ display:flex; align-items:center; justify-content:flex-start; } .foot_contact ul li{ color:#fff; font-size:14px; margin-right:25px; display:flex; align-items:center; justify-content:flex-start; } .foot_contact img{ height:22px; width:22px; margin-right:15px; } .foot_linklist{ flex:1; display:flex; justify-content:flex-start; flex-wrap:wrap; } .foot_linklist a{ line-height:25px; color:#a3adcc; margin-right:10px; cursor: pointer; } .foot_linklist a:hover{ font-weight:600; } .foot_module_bottom{ width:780px; margin:0 auto; margin-top:40px; margin-bottom:20px; display:flex; align-items:Center; justify-content:space-between; } .foot_module_bottom p,.foot_module_bottom a{ font-size:12px; color:#a3adcc; display:flex; align-items:center; } .foot_module_bottom div{ display:flex; align-items:center; } </style><div id="smiesghztc" class="foot_module"><div id="smiesghztc" class="foot_module_top"><div id="smiesghztc" class="foot_module_top_L"><div id="smiesghztc" class="foot_logo"><img src="/view/image/footImage/foot_icon.png" alt="" /></div><ul class="gongz"><li><img src="/view/image/footImage/fuwu.jpg" alt="" /><p>知析標(biāo)訊<br />【服務(wù)號(hào)】</p></li><li><img src="/view/image/footImage/dingyue.jpg" alt="" /><p>前嗅大數(shù)據(jù)<br />【訂閱號(hào)】</p></li></ul></div><ul class="foot_module_top_R"><li><p>前嗅產(chǎn)品</p><a href="/view/commodity/forespider.html">ForeSpider數(shù)據(jù)采集引擎</a><a href="/view/commodity/cnlib_cen.html">ForeLib數(shù)據(jù)庫(kù)</a><a href="/view/commodity/server_cen.html">ForeServer服務(wù)器</a><a href="/view/commodity/ksp_cen.html">KSP腳本語(yǔ)言</a><a href="/view/commodity/consensus.html">AI輿情監(jiān)控系統(tǒng)</a><a href="/view/help/helplist.html">ForeSpider爬蟲(chóng)教程</a><a href="/view/forespider/view/download.html">ForeSpider爬蟲(chóng)下載</a></li><li><p>解決方案</p><a href="/view/solution/content/jinrong.html">行業(yè)解決方案</a><a href="/view/solution/content/3.1.html">通用解決方案</a><a href="/view/solution/content/2.5.html">數(shù)據(jù)解決方案</a><a href="/view/research/view/researchReport_ind.html">智能行業(yè)分析報(bào)告</a><a href="/view/commodity/dataStation/metadata.html">數(shù)據(jù)中臺(tái)解決方案</a><a href="/view/commodity/forechart.html">數(shù)據(jù)可視化方案</a></li><li><p>知析標(biāo)訊</p><a >標(biāo)訊首頁(yè)</a><a >會(huì)員購(gòu)買(mǎi)</a><a >數(shù)據(jù)定制</a><a >知析企業(yè)庫(kù)</a><a >擬建項(xiàng)目</a><a >招拍掛項(xiàng)目</a><a >醫(yī)藥器械</a></li><li><p>關(guān)于我們</p><a href="/view/about/profile.html">前嗅簡(jiǎn)介</a><a href="/view/about/contact.html">聯(lián)系我們</a><a href="/view/help/question.html?mid=3">常見(jiàn)問(wèn)題</a><a href="/view/forum/index">用戶(hù)社區(qū)</a><a href="/view/about/termsService.html">服務(wù)條款</a><a href="/view/column/blocked/1.html">數(shù)據(jù)專(zhuān)欄</a></li></ul></div><div id="smiesghztc" class="foot_module_middle"><div id="smiesghztc" class="foot_contact"><p>聯(lián)系方式</p><ul><li><img src="/view/image/footImage/foot_module_top_L01.png" alt="" />022-2345 2937</li><li><img src="/view/image/footImage/foot_module_top_L03.png" alt="" />185 2247 0110(同微信)</li><li><img src="/view/image/footImage/foot_module_top_L02.png" alt="" />business@forenose.com</li><li><img src="/view/image/footImage/foot_module_top_L05.png" alt="" />2779623375</li><li onclick="https://weibo.com/u/5945887132?refer_flag=1001030102_"><img src="/view/image/footImage/foot_module_top_L04.png" alt="" />前嗅大數(shù)據(jù)</li></ul></div><div id="smiesghztc" class="foot_link"><p>友情鏈接</p><div id="smiesghztc" class="foot_linklist" id="foot_linklist"><a target="_blank">阿布云代理</a><a target="_blank">IPIDEA全球代理IP</a><a target="_blank">NetNut全球IP</a><a target="_blank">品贊代理IP</a><a target="_blank">Cliproxy低價(jià)純凈代理</a><a target="_blank">青果網(wǎng)絡(luò)</a><a target="_blank">IPIPgo海外代理ip</a><a target="_blank">ABCproxy</a><a target="_blank">IP2World</a><a target="_blank">洋淘指紋瀏覽器</a><a class="show_all" onclick="show_all()">顯示全部...</a><div id="smiesghztc" class="show_block" style="display:none;"><a target="_blank">靜態(tài)長(zhǎng)效IP</a><a target="_blank">獨(dú)立站采集工具</a><a target="_blank">天啟代理ip</a><a target="_blank">Cathy跨境服務(wù) </a><a target="_blank">smartproxy</a><a target="_blank">Diffshop店湖|獨(dú)立站數(shù)據(jù)</a><a href="https://www.cherryproxy.com/?utm-source=AAL&utm-keyword=?ForeNose BigData" target="_blank">Cherry Proxy</a><a target="_blank">IPFoxy純凈代理</a><a target="_blank">極風(fēng)云優(yōu)質(zhì)代理IP</a><a target="_blank">巨量HTTP代理</a><a target="_blank">PartnerShare產(chǎn)品分享社區(qū)</a><a target="_blank">蜂郵EDM營(yíng)銷(xiāo)</a><a target="_blank">Roxlabs全球住宅IP</a><a target="_blank">跨境盒子電商導(dǎo)航平臺(tái)</a><a target="_blank">PIA S5 Proxy</a><a target="_blank">LunaProxy</a><a target="_blank">繞過(guò)Cloudflare驗(yàn)證</a><a target="_blank">芝麻HTTP代理</a><a target="_blank">太陽(yáng)HTTP代理</a><a target="_blank">TigerAI 指紋瀏覽器</a><a target="_blank">閃臣HTTP代理IP</a><a target="_blank">小熊HTTP代理</a><a target="_blank">流冠IP代理</a><a target="_blank">PYPROXY</a><a target="_blank">kookeey 全球代理IP</a><a target="_blank">花生HTTP代理</a><a target="_blank">Starry-全球動(dòng)態(tài)住宅IP</a><a target="_blank">ZVCARD出海導(dǎo)航</a><a target="_blank">神龍海外代理ip</a><a target="_blank">SKY-IP全球代理IP</a><a target="_blank">IPFoxy純凈代理</a><a target="_blank">星空HTTP代理</a><a target="_blank">911Proxy</a><a target="_blank">Naproxy</a><a target="_blank">全民HTTP代理</a><a target="_blank">OmegaProxy</a><a target="_blank">Lumiproxy海外代理IP</a><a target="_blank">領(lǐng)先的IPWeb代理服務(wù)</a><a target="_blank">ownips</a><a target="_blank">stormproxies</a><a target="_blank">IPHTML靜態(tài)住宅IP</a><a target="_blank">922S5代理</a><a target="_blank">阿波羅海外IP</a><a target="_blank">IPWO全球住宅代理供應(yīng)商</a><a target="_blank">TigerAI 指紋瀏覽器理 </a><a target="_blank">flyproxy</a><a target="_blank">Swiftproxy全球住宅IP</a><a target="_blank">Proxy.cc</a><a target="_blank">711Proxy</a><a target="_blank">Proxyshare</a><a target="_blank">IPRocket</a><a target="_blank">荔枝ip</a><a target="_blank">跨境百寶箱</a><a target="_blank">比特指紋瀏覽器</a><a target="_blank">火豹瀏覽器</a><a target="_blank">云登指紋瀏覽器</a><a target="_blank">HelpLook AI知識(shí)庫(kù)</a><a target="_blank">Vmcardio虛擬卡平臺(tái)</a><a target="_blank">隔壁導(dǎo)航</a><a target="_blank">Nsocks住宅代理</a><a target="_blank">Proxy.cc海外代理</a><a target="_blank">BestProxy</a><a target="_blank">IPFLY全球代理</a><a target="_blank">MythSocial</a><a target="_blank">TKAIO云手機(jī)</a><a target="_blank">Blurpath全球代理</a><a target="_blank">駱駝HTTP</a><a onclick="fold_all()">收起全部</a></div></div></div></div><div id="smiesghztc" class="foot_module_bottom"><p>Copyright ? 2015-2024 天津市前嗅網(wǎng)絡(luò)科技有限公司 </p><div><a >津ICP備15005689號(hào)-1</a><a ><img style="margin:0 5px;" src="/view/image/footImage/beian_icon.png" alt="" />津公網(wǎng)安備12010102001008號(hào)</a></div></div><div style="display:none;"><a href="/view/help/graphicSpider.html" style="color: #292929;">圖文教程-可視化幫助文檔</a></div><div style="display:none;"><a href="/view/help/graphicScript.html" style="color: #292929;">圖文教程-腳本幫助文檔</a></div>< <div="" style="display:none;"><a href="/view/help/videoSpider.html" style="color: #292929;">視頻教程-可視化幫助文檔</a></><div style="display:none;"><a href="/view/help/videoScript.html" style="color: #292929;">視頻教程-腳本幫助文檔</a></div><div style="display:none;"><a href="/view/help/collectionTemplate.html" style="color: #292929;">采集模板</a></div><div style="display:none;"><a href="/view/help/commonQuestion.html" style="color: #292929;">常見(jiàn)問(wèn)題</a></div><div id="smiesghztc" class="title05" style="display:none;"><a></a><a></a><a></a><a></a></div></div><div ></div></div><script> var page = new PageList("page", '/column/list', { cate: 0, artTitle:"" }, 5, function(s) { var wlist = ""; for (var i = s.length-1; i >=0 ; i--) { var lab = ""; var al = s[i].artClass; if (al.length > 0) lab += "<div>" + al + "</div>"; //標(biāo)簽 wlist += "<div id="smiesghztc" class='dlist'>" + " <div id="smiesghztc" class='dlist01'>" + "<span></span><a style='color:#333333;font-weight:bold' href='/column/content/" + s[i].artId + ".html' title='" + s[i].artTitle + "'>" + s[i].artTitle + "</a>" + "</div><div id="smiesghztc" class='dlist02'>" + s[i].artText + "</div>" + "<div id="smiesghztc" class='dlist03'><div id="smiesghztc" class='dlist03T'>" + lab + "</div>" + "<div id="smiesghztc" class='dlist03M'>" + time_str(s[i].artTime) + "</div></div></div>"; } $(".DataEncyclopediaLB").html(wlist); }, "total", "recs", "prev", "numed", "cur", $(".flipBox")); /* 輪播圖 */ $(".img_gallery").hover(function() { $("#btn_prev,#btn_next").fadeIn() }, function() { $("#btn_prev,#btn_next").fadeOut() }); $dragBln = false; $(".main_img").touchSlider({ flexible: true, speed: 200, btn_prev: $("#btn_prev"), btn_next: $("#btn_next"), paging: $(".hd>ul>li"), counter: function(e) { $(".hd>ul>li").removeClass("on").eq(e.current - 1).addClass("on"); //圖片順序點(diǎn)切換 } }); $(".main_img").bind("mousedown", function() { $dragBln = false; }); $(".main_img").bind("dragstart", function() { $dragBln = true; }); timer = setInterval(function() { $("#btn_next").click(); }, 5000); $(".img_gallery").hover(function() { clearInterval(timer); }, function() { timer = setInterval(function() { $("#btn_next").click(); }, 5000); }); $(".main_img").bind("touchstart", function() { clearInterval(timer); }).bind("touchend", function() { timer = setInterval(function() { $("#btn_next").click(); }, 5000); }); //右側(cè)選中效果 $(".dlist>div").mouseover(function() { $(this).addClass("on"); }) $(".dlist>div").mouseleave(function() { $(this).removeClass("on"); }) //右側(cè)選中效果 $(".DataEncyclopediaLC>div").mouseover(function() { $(this).addClass("on"); $(this).find("p").addClass("line_sec"); }) $(".DataEncyclopediaLC>div").mouseleave(function() { var data = $(this).attr("data"); $(this).removeClass("on"); $(this).find("p").removeClass("line_sec"); }) $(".DataEncyclopediaLC>div").click(function() { $(".DataEncyclopediaLC>div").find("a#on").removeAttr("id"); $(".show_more>div").find("a#on").removeAttr("id"); $(".DataEncyclopediaLC>div").find("p").remove(); $(".show_more>div").find("p").remove(); $(this).find("a").attr("id","on"); $(this).append("<p class='line'></p>"); var id = $(this).find("a").attr("data"); page.query.cate = id; page.Load(); // }); $(".DataEncyclopediaLC>span").mouseover(function() { //二級(jí)分類(lèi)懸浮框 $(this).addClass("on"); $(".DataEncyclopediaLC>p").removeClass("line_sec"); $(this).find("p").addClass("line_sec"); $(".show_more").css("display", "flex"); }) $(".show_more>div").mouseover(function() { //二級(jí)分類(lèi)懸浮框 $(this).addClass("on"); $(this).find("p").addClass("line_sec"); }) $(".show_more>div").mouseleave(function() { //二級(jí)分類(lèi)懸浮框 var data = $(this).attr("data"); $(".show_more>div.on").removeClass("on"); $(".show_more>div").find("p").removeClass("line_sec"); }) $(".show_more>div").click(function() { $(".DataEncyclopediaLC>div").find("a#on").removeAttr("id"); $(".show_more>div").find("a#on").removeAttr("id"); $(".DataEncyclopediaLC>div").find("p").remove(); $(".show_more>div").find("p").remove(); $(this).find("a").attr("id","on"); $(this).append("<p class='line'></p>"); var id = $(this).find("a").attr("data"); page.query.cate = id; page.Load(); // }); $(".show_more").mouseleave(function() { //二級(jí)分類(lèi)懸浮框 $(".show_more").css("display", "none"); }) function go_detail(e) { //跳轉(zhuǎn)內(nèi)文頁(yè) var data = $(e).find(".dlist01>a").attr("href"); location.href = data; } function search(e){ var co