My practice Git Model
Thanks to this post. It get me more understand in Git.
Let’s have a try.
This is my technical blog about programming, server setup & configuration, technical learning experience.
As we all know that to enable display_errors
was an easy task. Unfortunately I’ve made more than 10 attempts to configure this.
Initially I was edit /Applications/MAMP/conf/php5.4.4/php.ini, it doesn’t solve my problem. Then I’ve tried to edit all php.ini in each php version. Sadly, it failed again.
I’m struggling for half day just to setup virtual host in MAMP.
/Applications/MAMP/conf/apache/extra/httpd-vhosts.conf
1 | NameVirtualHost *:80 |
In certain circumstances (i.e. The table row to edit.), we do want the keyboard to be hide in order to improve user experience
In YourViewController.m
I’ve been struggle for some time just because of the tableView doesn’t show any content to me.
The situation is, I’m trying to create a tableView with some sections and static cells, and it served as a rootViewController of a navigationController.
I’ve been suffer for few weeks on RSA encryption in iOS. Now I would like to share the way of doing this.
First, generate a key-pair using SSL.
A typical example for this is Country and State/Province.
You may have seen some website that provide such a dropdown list. When you change the Country, the State will be reloaded.
In order to generate a random string, we must first specify length of string and character set
1 | function generateRandom(lengthOfString, charset) { |
About a month ago, I follow the instruction from here installed some components to make my desktop like OS X.
I had come across a problem which didSelectRowAtIndexPath doesn’t execute when I tap the cell.
1 | - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath |