1、创建用户并指定表空间create user gy_3004 identified by 
gy_3004 default tablespace gy_3004_data temporary tablespace gy_3004_temp; 
2、给用户授予权限--方式一: GRANT CREA...
                            
                            
                                分类:
数据库   时间:
2014-05-08 12:18:54   
                                阅读次数:
412
                             
                    
                        
                            
                            
                                一、获取API Key1、先获取SHA-1 
fingerprint数字证书是有两种,一种是debug,还有release。前者只能用于测试;后者才可以用于实际产品。debug:在命令行中输入命令:keytool 
-list -v -keystore "C:\Users\your_user_name\...
                            
                            
                                分类:
移动开发   时间:
2014-05-08 12:08:40   
                                阅读次数:
521
                             
                    
                        
                            
                            
                                4、选择器命名规范#id选择符使用驼峰命名,只允许:大小写字母、数字。如:#userOperation.class命名使用“-”连接,只允许:小写字母、数字、-。如:.mod-test 
.name{}命名上尽量使用语义化的单词,不要使用如: false, div, new, true等5、backg...
                            
                            
                                分类:
Web程序   时间:
2014-05-08 11:55:50   
                                阅读次数:
474
                             
                    
                        
                            
                            
                                select * from smt_RolePermissiondelete from 
smt_RolePermissiondelete from smt_RolePermission where ModuleId NOT 
IN(105,110,111,112,113,73)insert into ...
                            
                            
                                分类:
其他好文   时间:
2014-05-08 09:59:13   
                                阅读次数:
237
                             
                    
                        
                            
                            
                                ubootkerneluboot1、根据include/configs/$(target).h可以生成include/autoconf.mk。kernel1、由.config生成的autoconf.h的位置: 
include/generated/autoconf.h 或者 include/linux...
                            
                            
                                分类:
其他好文   时间:
2014-05-08 05:20:40   
                                阅读次数:
275
                             
                    
                        
                            
                            
                                一、user1.每个用户将指派唯一用户ID(UID)root的ID为0普通用户ID从500开始(0-500系统使用)2.用户名和用户ID存在/etc/passwd中3.当用户登陆时系统自动为其分配一个用户家目录4.用户无法读、写、执行其他用的文件二、changingfileownership1.onlyrootcanchangeafile‘sowner2...
                            
                            
                                分类:
系统相关   时间:
2014-05-08 03:01:10   
                                阅读次数:
665
                             
                    
                        
                            
                            
                                原文: 10个devexpress ASPxPivotGrid常见问题 
1、DXperience ASPxGridView如何开启lightweight模式描述:ASPxGridView样式主题中page render 
mode选项里面有 lightweight模式,要如何开启此模式?解答:目前AS...
                            
                            
                                分类:
Web程序   时间:
2014-05-08 01:28:45   
                                阅读次数:
764
                             
                    
                        
                            
                            
                                以上有待大家商榷给出分数值,并且等待后续项目进展给出改进以及补漏。
                            
                            
                                分类:
其他好文   时间:
2014-05-08 00:48:40   
                                阅读次数:
271
                             
                    
                        
                            
                            
                                很早写的,最近别人问过一次,贴出来吧。#!/bin/bash
#
source/etc/profile&>/dev/null
basedir=$(cd`dirname$0`;pwd)
nowmonth=`date+%m`
nowday=`date+%d`
email="$basedir/email/sendemail.sh"
functionGaiMiMa(){
user="$1"
passwd=$(/usr/bin/mkpasswd-l20-d5-c2-C..
                            
                            
                                分类:
其他好文   时间:
2014-05-07 22:26:08   
                                阅读次数:
951