Xenia the beginner mathematician is a third year student at elementary school. She is now learning the addition operation.
The teacher has written down the sum of multiple numbers. Pupils should ca...
                            
                            
                                分类:
其他好文   时间:
2014-07-22 23:05:53   
                                阅读次数:
382
                             
                    
                        
                            
                            
                                相信的力量:
LAMP环境搭建的过程中,按照同样一篇博客的指导,当我相信自己一定弄不出来的时候,弄了一天都不行。我就在想,问题出在哪里,为什么一遍一遍的重做、总是失败?于是我想到了,一开始我就认为自己做不到,所以我根本就没有静下心来好好的去做,所以,我就开始转变自己的想法了。当我改变想法,相信自己一定弄得出来的时候,一个小时就搞定了。尽管这一个小时是有前面的一天的基础,但是若我始终不相信自己,恐怕就不是这一个小时能够搞定的了。
当你相信自己的时候,你就会沿着这个相信去关注你要关注的东西,自然的,就会漏掉不该...
                            
                            
                                分类:
系统相关   时间:
2014-07-22 23:02:14   
                                阅读次数:
384
                             
                    
                        
                            
                            
                                public static String getMD5(String str) { 
MessageDigest md5 = null; try { md5 = MessageDigest.getInstance("MD5"); } ca...
                            
                            
                                分类:
移动开发   时间:
2014-05-06 00:24:23   
                                阅读次数:
430
                             
                    
                        
                            
                            
                                public class cal{public static void main(String[] 
args){calculator ca=new calculator();byte[] first=new byte[4];byte[] second=new 
byte[4];System.out.p...
                            
                            
                                分类:
其他好文   时间:
2014-05-02 15:23:23   
                                阅读次数:
395
                             
                    
                        
                            
                            
                                一、FastCgi与PHP-fpm参考:http://www.mike.org.cn/articles/what-is-cgi-fastcgi-php-fpm-spawn-fcgi/二、LAMP分离架构资源规划:静态层:172.16.1.1,httpd服务器动态层:172.16.1.2,PHP服务器,启动php-fpm数据层:172.16.1.3,mysql服务器,lvm三、数据库服务器搭建略,参..
                            
                            
                                分类:
其他好文   时间:
2014-05-02 03:58:49   
                                阅读次数:
397
                             
                    
                        
                            
                            
                                Lamp
Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 771    Accepted Submission(s): 230
Special Judge
Problem Description
There are seve...
                            
                            
                                分类:
其他好文   时间:
2014-05-02 02:38:38   
                                阅读次数:
443
                             
                    
                        
                            
                            
                                select * from sys_role_list where id in (select c 
from (with test as (select roleid c from sys_role_info where id=1) select 
substr(t.ca,instr(t.ca,...
                            
                            
                                分类:
数据库   时间:
2014-05-01 02:34:49   
                                阅读次数:
670
                             
                    
                        
                            
                            
                                本文基于Android 4.2.2+Linux3.6.9+SAMA5D3 SoC从源代码的角度审视Android Camera子系统。
 
 
应用层
Androd原生Camera应用
/system/app/LegacyCamera.apk 
http://androidxref.com/4.2.2_r1/xref/packages/apps/LegacyCamera/
 
Ca...
                            
                            
                                分类:
移动开发   时间:
2014-04-30 22:32:38   
                                阅读次数:
431
                             
                    
                        
                            
                            
                                ubuntu server版可直接一键安装lamp环境apt-get install 
lamp-server^根据提示输入所需设置密码即可,其配置文件跟编译安装的apached等区别很大apache配置文件所在目录:/etc/apache2主要配置文件:apache2.conf、sites-avai...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 00:26:41   
                                阅读次数:
477
                             
                    
                        
                            
                            
                                建立elements目录
mkdir -p elements/lamp/install.d/
vim 70-lamp
#!/bin/bash
set -eux
install-packages wordpress mariadb-server httpd memcached
生成一个带wordpress的镜像
export ELEMENTS_PATH=...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 13:14:21   
                                阅读次数:
475