p_value0) 1-pelse 
if(p0){z<-(xb-mu)/(sigma/sqrt(n))p<-p_value(pnorm,z,side=side)data.frame(mean=xb,df=n,Z=z,p_value=p)}else{t<-(xb-mu)/(sd(x)/sqrt...
                            
                            
                                分类:
其他好文   时间:
2014-05-22 03:25:16   
                                阅读次数:
259
                             
                    
                        
                            
                            
                                using System;using System.Collections.Generic;using 
System.ComponentModel;using System.Data;using System.Drawing;using 
System.Linq;using System.Text;u...
                            
                            
                         
                    
                        
                            
                            
                                选择一个map进行软件基础数据初始化操作,要求第一次初始化后,不修改数据,可能会出现静态类被回收,然后在进行初始化操作?1.Map :接口/** * A 
{@code Map} is a data structure consisting of a set of keys and values * ...
                            
                            
                                分类:
移动开发   时间:
2014-05-22 02:26:20   
                                阅读次数:
413
                             
                    
                        
                            
                            
                                JSP页面用EL表达式 输出date格式1、头上引入标签2、使用:3. 案例 
${data.restaurantName } ${data.voucherActivityIn...
                            
                            
                                分类:
Web程序   时间:
2014-05-22 02:14:42   
                                阅读次数:
355
                             
                    
                        
                            
                            
                                1、如何定义和生成GTIDs唯一性:在所有主从库都是唯一的,由二元组构成GTID = 
source_id:transaction_idsource_id标记主库的1.1 
server_uuid获取server_uuid的方式a、判断data_dir/auto.cnf文件是否存在,如果存在返回b、不存...
                            
                            
                                分类:
数据库   时间:
2014-05-21 23:11:36   
                                阅读次数:
459
                             
                    
                        
                            
                            
                                Data Developer Center > Learn > Entity 
Framework > Get Started > Loading Related Entities Loading Related 
Entities Entity Framework supports three way...
                            
                            
                                分类:
其他好文   时间:
2014-05-21 22:11:41   
                                阅读次数:
282
                             
                    
                        
                            
                            
                                Auth: jinDate: 
20140520参考:http://www.redis.cn/article.html官网:http://redis.io/一、源码安装1.create 
basedirmkdir -p /data/redismkdir -p /usr/local/redis/binmk...
                            
                            
                                分类:
其他好文   时间:
2014-05-21 21:54:30   
                                阅读次数:
700
                             
                    
                        
                            
                            
                                using System.Data.SqlClient;static void 
Main(string[] args) { string connString = @"Data Source=.; Initial 
Catalog=lh0216; User ID=s...
                            
                            
                                分类:
数据库   时间:
2014-05-21 21:37:07   
                                阅读次数:
369
                             
                    
                        
                            
                            
                                一:上图二:代码主界面代码using System;using 
System.Collections.Generic;using System.ComponentModel;using System.Data;using 
System.Drawing;using System.Linq;using ...
                            
                            
                         
                    
                        
                            
                            
                                链表结点类型定义:1 class Node {2 public:3 int data = 0;4 
Node *next = nullptr;5 6 Node(int d) {7 data = d;8 }9 };快行指针(runner)技巧:同时...
                            
                            
                                分类:
编程语言   时间:
2014-05-21 04:26:19   
                                阅读次数:
444