101. Msvcr110.dll lost in the computer.
Download a vs Patch, http://www.microsoft.com/zh-CN/download/details.aspx?id=30679. Reference: http://jingyan.baidu.com/article/4f7d57129fa86e1a201927de.html
102.ecshop after installation appears strict standards:only variables should be passed. The code for viewing the corresponding section is $tag_sel = Array_shift (Explode (", $tag)), and the code is split into two sentences (seemingly array_shift in php5.4 can only be variables, not function return values) $tag _arr = Explode (', $tag); $tag _sel = Array_shift ($tag _arr);
Reference: http://www.ecshoptemplate.com/article-1745.html
103.ECSHOP reported error Deprecated:preg_replace (): the/e modifier is deprecated what to do. Many of the recent PHP issues are very much related to the version. Some functions in the php5.3 are also supported, 5.5 direct error, that is, not compatible. Reference: http://www.ecshop120.com/ecshop-ercikaifa/article-269.html
104. Install Piwik, always prompt for "time zone error". In the local installation did not encounter this problem, and then the successful installation, the effective configuration, such as configuration files, the coverage line, you can access the normal. Is there a problem with the Ali server downtown?
105. Originally know Nginx, before starting can check the syntax is correct. /nginx-t just tried it, and so was Apache. /etc/init.d/httpd-t
During the startup process, it is still annoying to report grammatical errors, so check it out first, and feel relieved.
106. Use CSS for first line indentation. Text-indent:2em; Explanation: text means that the literal, indent in computer English meaning is indentation, as for the back of the 2em meaning is 2 relative units; <div style= "TEXT-INDENT:2EM;" > Nine days Bird technology ...</div>
107. Real-machine test, found the Web program is not connected to the PC. http://p2p.com map to local, no, remote access, yes. localhost,127.0.0.1 not. 192.168.0.100, the router LAN is good.
When a real machine is tested, the phone and PC must be in a local area network.
108. Install WordPress Theme Online, the program will be directly hung up. Later in the local test, found the hint "Zend Guard run-time support missing!". PHP source code encryption, no decryption on the error.
109.Bootstrap Flow layout. . Container-fluid No. Row-fluid, always mistakenly think container and row are corresponding.
110. With bootstrap, some styles want to override the default. TR td{Text-align:center;Vertical-align:middle!important;}! Important this is better.
Wuhan nine days bird-p2p network Loan system development-Internet application software development company official website: http://jiutianniao.comSocial quiz:Http://ask.jiutianniao.comhttp://ask.jiutianniao.com
Technical issues encountered in entrepreneurship in 2015:101-110