Crawling images from a webpage
First extract the url of images
craw.py
1 | import urllib2, re |
This is my technical blog about programming, server setup & configuration, technical learning experience.
First extract the url of images
craw.py
1 | import urllib2, re |
In your views.py
1 | from django.http import HttpResponse |
Make a HTTP request to get JSON content from website.
Create a file json_helper.py
1 | import urllib2 |
This is continue from previous post.
As we know that Facebook app required SSL, so first we must self-sign a certificate
Basically the goal is To create a web application that run on VMWare using Python/Django with MySql, and able to accessed by the host OS.
Personally, I don’t like to use Xcode’s interface builder. I felt that everything programmatically will be easier to debug.
This post is share about create table view and custom table cell.
I keep hitting an error like this
1 | 2013-03-02 18:34:52.488 StoreSearch[84541:c07] -[UITableViewCell nameLabel]: unrecognized selector sent to instance 0x6a7d880 |
For certain reason, some time you want your commit message to follow a standard pattern.
i.e. PJK-001: my message
Want to have a project code and assignment code there.
I had always face a scenerio like this:
There are 2 tables
1 | user(id, first_name, last_name) |
Let say now you want your .js (JavaScript) file to 2 space indent.
Create a file named javascript.vim
(NOT js.vim
)