message = '\n'.join(lines) + '\n'
error:
IndentationError: unexpected indent
fix:
message ='\n'.join(lines) + '\n'
delete blank beforce '\n'.
Nguyen Si Nhan
Bài đăng phổ biến
-
With this error: hudson.remoting.ProxyException: io.fabric8.kubernetes.client.KubernetesClientException: No httpclient implementations found...
-
How to create a bot to automate daily tasks using Slack Nguyen Si Nhan 1. Setting Up Your Slack App Create a Slack App: Sign in to your Sla...
Monday, August 6, 2012
Tuesday, July 24, 2012
Convert FAT32 TO NTFS don't lost data
run->cmd -> CONVERT X: /fs:ntfs
Change X: to drive you want convert.
Source: http://www.kienthuccntt.net
Change X: to drive you want convert.
Source: http://www.kienthuccntt.net
Monday, July 16, 2012
How to change the listening port for Remote Desktop
- Start Registry Editor.
- Locate and then click the following registry subkey:HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber
- On the Edit menu, click Modify, and then click Decimal.
- Type the new port number, and then click OK.
- Quit Registry Editor.
- Restart the computer.
Source: http://support.microsoft.com
Subscribe to:
Posts (Atom)