[Cheekiemonkies 15th Anniversary Giveaway Day 8] - CLOSED
WINNERS:
1. JasonJanet XuanEn
2. Cheryl Chin
3. Pauline Chen Ting Ting
4. Ling Liang
5. Rosalind Goh
--------
Remember the PSLE Science Flash Cards I reviewed last year? The cards that are tailored for Primary school students, and also the ones which were a huge hit with Ale during her exam revision? I have another FIVE sets to give away!
The PSLE Science flashcards are based on the latest MOE syllabus and come in two sets: Lower Primary (P3 & P4) and Upper Primary (P5 & P6) which include commonly-tested questions that are often found in tests and exams. You can read more about why Ale simply loves them here: https://bit.ly/2NiQR5l
To win a set of the flash cards AND a PSLE Oral English book (it predicted the 2018 Oral topics correctly), simply do the following:
1. LIKE Learning in Transit's Facebook page.
2. Leave a comment below once you have done so.
BONUS: INCREASE YOUR CHANCES OF WINNING!
SHARE this blog post of the giveaway on Facebook for a BONUS chance! Remember to set your profile to public so that I can see the shared post.
*Giveaway will end on 11 January 2020, 2359 hours.
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「xuanen」的推薦目錄:
- 關於xuanen 在 Cheekiemonkies Facebook 的精選貼文
- 關於xuanen 在 泰國粉絲大本營 Thailandfans Forum Facebook 的精選貼文
- 關於xuanen 在 コバにゃんチャンネル Youtube 的精選貼文
- 關於xuanen 在 大象中醫 Youtube 的最佳解答
- 關於xuanen 在 大象中醫 Youtube 的精選貼文
- 關於xuanen 在 [問題] 爬蟲網頁登入失敗- 看板Python - 批踢踢實業坊 的評價
- 關於xuanen 在 Xuanen Chen 的評價
- 關於xuanen 在 xuanen-zhong 的個人檔案 的評價
- 關於xuanen 在 湖北宣恩:龙的传人︱Xuanen county, Hubei province, China 的評價
- 關於xuanen 在 作者xuanen 的總覽(PTT發文,留言,暱稱) - PTT網頁版 的評價
- 關於xuanen 在 Xuanen (pollianna1967army) - Profile 的評價
xuanen 在 泰國粉絲大本營 Thailandfans Forum Facebook 的精選貼文
【得獎名單】 - Sanrio Hello Kitty House 500銖禮券送比你!
早前舉辦【Sanrio Hello Kitty House 500銖禮券送比你!】的得獎名單終於出爐了!謝謝各位的參與和支持,另外恭喜所有得獎者,得獎者請自行 P.M.本專頁,留下你的電郵地址,英文郵寄地址 Give us your English address please! 同時請註明屬是”Sanrio Hello Kitty House 500銖禮券送比你!”的得獎者。
得獎者請填寫以下表格,然後P.M.本專頁,謝謝。
=========================================
得獎者:XXX
電郵地址:XXX@gmail.com
【Sanrio Hello Kitty House 500銖禮券送比你!】
=========================================
名單如下:
Suen Tsz Keung
Hei Yi
Alfred TK
Tang Ming Fei
JasonJanet XuanEn
*如得獎者於5日內沒有回覆,有關製造商有權另選得獎者而不作另行通知
xuanen 在 コバにゃんチャンネル Youtube 的精選貼文
xuanen 在 大象中醫 Youtube 的最佳解答
xuanen 在 大象中醫 Youtube 的精選貼文
xuanen 在 Xuanen Chen 的美食出口停車場
Xuanen Chen 已經註冊了Facebook。加入Facebook 來聯絡Xuanen Chen 及更多你可能認識的朋友。Facebook 讓人們盡情分享,將這個世界變得更開闊、聯繫更緊密。 ... <看更多>
xuanen 在 xuanen-zhong 的個人檔案 的美食出口停車場
名字叫做Xuanen Zhong 的用戶. 很抱歉,我們找不到「 xuanen-zhong 」的人. 搜尋提示:. 用戶:試著包括姓名、城市、工作地點或學校。 貼文:試著包括人名或使用較少的字 ... ... <看更多>
xuanen 在 [問題] 爬蟲網頁登入失敗- 看板Python - 批踢踢實業坊 的美食出口停車場
爬蟲網址:
https://fe.xuanen.com.tw/fe02.aspx?module=login_page&files=login&PT=1
小弟嘗試獲取運動中心場地資訊
由於登入的驗證碼是由asp產生的
因此我的想法是先建一個session
再將asp產生的驗證碼圖片存下來後
再用人工辨識(之後再想辦法用自動辨識)
接著將帳號/密碼/驗證碼以post送出
若登入成功就能順利得到場地資訊
但嘗試以下程式碼仍無法順利登入成功
目前不知道該從哪方面debug起
還請版上高手賜教
程式碼:
url_login =
"https://fe.xuanen.com.tw/fe02.aspx?Module=login_page&files=login"
url_book =
"https://fe.xuanen.com.tw/fe02.aspx?module=net_booking&files=booking_place&StepFlag=2&PT=1&D=%s&D2=%s"%(date,section)
url_cap = "https://fe.xuanen.com.tw/NewCaptcha.aspx"
#build session
session = requests.session()
response=session.get(url_login)
#get captcha
valcode = session.get(url_cap)
file.write(valcode.content)
file.close()
img = Image.open('cap.png')
img.show()
verify_code = input("Please enter verification code:")
#send login info
post_headers = {
'Accept': '*/*',
'Accept-Encoding': 'gzip, deflate, br',
'Accept-Language': 'zh-TW,zh;q=0.9,en-US;q=0.8,en;q=0.7',
'Connection': 'keep-alive',
'Content-Length': '347',
'Referer':
'https://fe.xuanen.com.tw/fe02.aspx?module=login_page&files=login&PT=1',
'Content-Type': 'multipart/form-data;
boundary=----WebKitFormBoundary8iz7GC2K2CIsJHHu',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36'
}
form_data = {
'loginid': user_name,
'loginpw': passwd,
'Captcha_text': verify_code,
}
r = session.post(url_login, headers = post_headers, data=form_data)
# get court info
r = session.get(url_book)
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.25.53.60 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/Python/M.1648782741.A.4EA.html
... <看更多>