- 1 Cài đặt phần mềm cần thiết cho học lập trình web
- 2 Tự Học HTML Cơ Bản Online Miễn Phí Từ A đến Z
- 3 Seo website dành cho dân IT
- 4 REACT NATIVE
- 5 sdfdsf
- 6 Lập trình di động với React Native
- 7 Vue.js
- 8 Kiếm thức cơ bản HTML CSS
- 9 So sánh count() và sizeof() 2 phần tử đếm mảng
- 10 Toán tử và biểu thức của php
How to search/replace a string in docx file by python
Hey guys, I need to read a file and replace an old string by new string in some position which I already know. I use python 2.7 and install python-docx . I search on StackOverFlow.com and found that we could read a ms-word by convert to xml. I use re to find the string but I don’t know ...
How to convert a list to unicode list
Hey guys, I need to know which is the best way to convert a list to unicode list. Code : nameStaff = ['Huey', 'Dewey', 'Cộng'] The 3rd element is already unicode character. So whenever I try to convert to Unicode list, got an error message below. UnicodeDecodeError: ‘ascii’ codec ...
How to crawl web data using urllib2 and BeautifulSoup?
Hi guys, I’m using urllib2 and BeautifulSoup to crawl web data. I can get all tags in a webpage but if tag inside is not class='some value' . It use something like <a rel="nofollow" href="http://google.com.vn">Google</a> So how to solve this issue ? I want to extract the ...
Faild to display element in a list using jinja2
Hi guys, I need to display all elements in a list which input to template.render(my_list) . But got an error when run it. Code: import os from jinja2 import Template x = """ <p>Student name in Flask course</p> <ul> <!-- code block to loop all my_list --!> {% for i ...
SQL - Viết đoạn trigger để xóa 01 dòng nếu 01 giá trị thay đổi thành x
Hi all, Mình muốn viết 01 trigger nhưng hơi gà nên chưa rõ. Ví dụ : có bảng sau : tbl_a = { id1 , name, status} tbl_b = {id2, name } Trong đó mình lưu tbl_a.id1 = tbl_b.name . Do đó câu trigger cần tạo là khi có bất kỳ update tbl_a.status = "deleted" thì sẽ thực thi DELETE các row tương ...
Python : Lấy tên card mạng trên máy tính - Windows 7
Hi all, Mình đang học về Python, script sau đây mục đích là lấy thông tin máy tính. Bao gồm : hostname, IP Address và Domain name. Nhưng còn interface network name thì mình không lấy đc, kết quả là các chuỗi ký tự như bên dưới. Có bạn nào biết về library netifaces thì giúp mình chỗ này với. ...
Nhờ dịch giúp đoạn sau
Chào mọi người, mình đang đọc ebook về Python có đoạn sau chưa hiểu nghĩa tiếng Việt. Nhờ mọi người giúp mình. In general, as long as your application does not make use of very platformspecific fonts, it will be possible to develop transportable code Mình không hiểu đoạn bôi đen cho lắm. ...
VS Code chưa xử lý đc lỗi raw_input() hoặc input()
Mình down VS Code về để học Python và thấy mở ứng dụng và xử lý rất nhanh nhưng hôm nay thử chạy raw_input hoặc input() để nhập vào 1 biến thì VS Code cứ chạy mãi. Ko thấy hiện kết quả. Search google thì thấy có bài này trên reddit.com - Link : Run python code on Visual Studio Code Theo như ...
Bị lỗi khi print giá trị của 01 cell trong file Excel 2010 bằng Python
Mình bị lỗi khi print giá trị của 01 cell trong file Excel 2010 bằng Python. Ở đây mình sử dụng openpyxl là library để xử lý file excel. Đã mở đc file, lấy được sheet name và bây giờ muốn lấy giá trị của 1 cell (đầu vào cho trước) và modify đó. Nhưng khi print giá trị cell thì bị lỗi do ...
Làm cách nào ghi chú bằng tiếng Việt trong Foxit Reader
Như tựa đề topic, khi đọc ebook mình cần ghi chú lại những từ tiếng Anh (sau khi dịch ra nghĩa tiếng Việt) nhưng mình không biết cách ghi chú bằng tiếng Việt trong Foxit Reader. Có khi nào chưa add plugin nào không vậy mọi người ? Mình đã dùng cá Call Text và thử ghi bằng tiếng Việt nhưng vẫn ...