Monday, November 15, 2010 at 11:47 AM
Self-analysis must be fact-based, and environmental analysis should be objective and fair.
Goal setting should combine short-term and long-term objectives. Implementation of goals... () Browsing November 9, 2010, Tuesday at 9:27 AM. Around me on Baidu, I just joined through a friend's invitation. As soon as I opened it, I started to think that it also operates and makes money by mimicking a foreign model. And I used to be very optimistic about this method because there is a clear trend of making money in this approach. It allows everyone to earn money effectively. Hehe! I will also send you my few effective invitation links, please apply!
() Browsing November 8, 2010, Monday at 5:52 PM Using Notepad++ to Compile and Run Java Programs () Browsing November 8, 2010, Monday at 1:44 PM When using AMFPHP for communication between FLASH and PHP, many problems may arise. For example, due to the version of PHP, some codes were written without attention to updates or timely updates to PHP versions and functions, such as the frequent warning: Function eregi_replace() is deprecated. When these errors occur, it is mostly due to the version of PHP. PHP 5.3 does not support this function, so you have to replace them with supported functions.
Modify /amfphp/core/shared/util/MethodTa|| Browsing November 7, 2010, Sunday at 10:38 PM While writing this article, my hands began to feel uncoordinated because I had just returned from the sports field after several hours of exercise. This might have been one of the most stimulating times since I joined this company. We kept moving our hands and bodies during the activities, which gave us all a sense of satisfaction. So we had a better day. Let me tell you about today’s schedule. We gathered early at the company and planned to visit Old Street in Shanghai. We would have lunch there — it was fantastic. Finally, our Sunday didn't pass in loneliness like before. Excitedly, I brought my camera (500D) to the company, and coincidentally, the boss's wife also brought her essential travel equipment (7D). But as soon as she showed up, mine...
() Browsing November 1, 2010, Monday at 2:23 PM - Ant Introduction
Ant is a tool similar to make, used for compiling, running, and testing Java programs. Almost every task in the build, packaging, and release process can be handled by Ant tasks. Two. Installation and Configuration of Ant
You can download precompiled ANT from the Jakata website and unzip it to any directory;
Set your environment variable, i.e., ANT_HOME, pointing to the unzipped directory;
Set the JAVA_HOME environment variable, pointing to the root directory of the JDK; Three: Managing projects with ant...
() Browsing November 1, 2010, Monday at 1:08 PM Humanization in company management aims to gain employees' sympathy or show the company's importance to them. However, I don’t pursue this too much, or perhaps our management or personnel cultivation has not reached this level. Because employees fundamentally cannot understand what humanization really means or grasp its degree. People have their own ways of thinking, and these are often related to factors such as environment and education.
I will explain with a simple case. In practice... () Browsing October 28, 2010, Thursday at 10:43 AM #!/bin/bash
shijie=`date + %Y%m%d`
backRenRenDb=renren_minishijie$shijie.sql
back4399Db=4399_minishijie$shijie.sql
backManyouDb=Manyou$shijie.sql
backRenRenFile=renren$shijie.tar.gz
back4399File=file4399$shijie.tar.gz
backManyouFile=Manyou$shijie.tar.gz
password=123456
cd/var/www/back
mysqldump-uroot-p$password--default-character-set=utf8--opt--extended-insert=false--triggers-R--hex-blob--single-transaction renren$backRenRenDb
echo-e... () Browsing October 21, 2010, Thursday at 3:45 PM Everyone knows that Google provides many excellent services and offers them free to use, which is an important reason for its success. And they indeed put a lot of effort into their products. Without question, we are still using Google's services now, such as Gmail, Reader, Document. Honestly speaking, for Chinese users, it's really frustrating! Because we have to access so many excellent products via a VPN, and due to China's bandwidth issues, timeouts often occur. We cannot enjoy the progress of technology and thus have to choose... () Browsing October 18, 2010, Monday at 11:33 PM
Use Google Calendar to manage your time effectively. () Browsing October 18, 2010, Monday at 9:25 AM Basic format:
*****command
Minute Hour Day Month Week Command
The first column represents minutes 1~59, each minute represented by * or */1
The second column represents hours 1~23 (0 indicates 0 o'clock)
The third column represents date 1~31
The fourth column represents month 1~12
The fifth column represents day of the week 0~6 (0 indicates Sunday)
The sixth column is the command to run
Some examples in the crontab file:
30 21 *** /usr/local/etc/rc.d/lighttpd restart
The above example shows restarting Apache every night at 21:30.
45 4 1,10,22 *** /usr/local/etc/rc.d/lighttpd restart
The above example shows restarting Apache on the 1st, 10th, and 22nd day of each month at 4:45...
() Browsing October 13, 2010, Wednesday at 3:34 PM Due to optimization needs of the project, we need to continuously find new methods to improve MySQL performance. When hearing this requirement, you might think of SQL optimization or improving MySQL performance by modifying the my.cnf configuration file. Or maybe providing performance improvements through hardware upgrades. I believe we have made corresponding efforts in these areas, and combined good practices to operate our current Database Server. But we still feel the speed is unsatisfactory, leading to the following ideas: || Browsing October 13, 2010, Wednesday at 3:33 PM Now major Blog providers are gradually providing Blogging through email, which is indeed a very good suggestion, such as www.blogger.com,... || Browsing October 12, 2010, Tuesday at 11:51 AM [Learning Methods] 1. Use Google Alerts to subscribe to content you like via email (provided by Google search results) 2. Use mailing list methods, join mailing lists, and get notified by email when there are changes 3. Use RSS to track content you like, including technical articles, news, current events, etc. (GoodsReader) 4. Use Facebook, Twitter, Sina to check latest dynamics. 5. Use Wiki to learn more excellent and correct content. Many aspects nowadays cannot do without the role of email, so please use your email well. || Browsing October 11, 2010, Monday at 1:17 PM In this article, we mainly introduced some methods for implementing PHP plugin mechanisms. We hope that readers can initially understand PHP plugin mechanisms through the content of this article.
A plugin, also known as Plug-in, refers to a specific functional module (usually implemented by third-party developers), characterized by activation when needed and deactivation/deletion when not needed. Whether activating or deactivating...