#Windows 10 Symbol link
- create virtual link in _pico folder named 'content'
- real data store in myapp1_pico_content\content
- when modify real data , data in vitual "look like" change too .
- C:\xampp\htdocs_pico>mklink /d content C:\xampp\htdocs\myapp1_pico_content\content
- /d mean create as directory
I Found some code in stacke overflow is error .
- function is_found(p) is ok
- function is_found2(p) from stack overflow is fail !
- ref: (http://stackoverflow.com/questions/21729960/how-do-i-use-syntax-highlighting-in-php-within-a-markdown-github-gist)
- you can test this code by paste to page (http://phptester.net/)
<?php
echo "<h1>Test strpost() PHP </h1>";
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Git Command | |
## GIT change userName | |
- (https://help.github.com/articles/setting-your-username-in-git/) |
Sample code for create Vue.js Component
- http://stackoverflow.com/questions/1949318/checking-if-a-website-is-up-via-python
- Delay or Sleep - http://stackoverflow.com/questions/510348/how-can-i-make-a-time-delay-in-python
- http.client — HTTP protocol client - https://docs.python.org/3/library/http.client.html
NOTE: Must Use exception http.client.HTTPException in Python3
#Python 2 to Python3
- https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlcursor-fetchone.html
- type(var1) - เช็คว่าเป็น type อะไร http://stackoverflow.com/questions/402504/how-to-determine-the-variable-type-in-python
- tuple - https://www.tutorialspoint.com/python/python_tuples.htm
- tuple จะเกิดเมื่อ cursor.fetchone() จาก database - https://www.tutorialspoint.com/python/python_tuples.htm