码迷,mamicode.com
首页 >  
搜索关键字:user profile service    ( 66615个结果
Oracle自学笔记(一)
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
为应用程序池“XX”提供服务的进程在与 Windows Process Activation Service 通信时出现严重错误
场景WCF应用程序部署在IIS7中,使用net.tcp协议对外给几百台客户端提供服务,应用程序池不断崩溃重启。分析过程在事件查看器中看到的错误信息类似于为应用程序池“XX”提供服务的进程在与 Windows Process Activation Service 通信时出现严重错误使用windbg在崩...
分类:Windows程序   时间:2014-05-08 12:16:32    阅读次数:633
Android--Google Map API V2使用
一、获取API Key1、先获取SHA-1 fingerprint数字证书是有两种,一种是debug,还有release。前者只能用于测试;后者才可以用于实际产品。debug:在命令行中输入命令:keytool -list -v -keystore "C:\Users\your_user_name\...
分类:移动开发   时间:2014-05-08 12:08:40    阅读次数:521
角色配置
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
android百度地图不能定位问题
之前写了下LBS的android端小demo所以就使用了百度地图,照着百度官方给的demo打,发现自己的写的程序不能定位。最后终于找到了原因,原来没开启service。下面分享给大家,希望大家不要再犯这种错误。在AndroidManifest.xml文件中加上....
分类:移动开发   时间:2014-05-08 09:46:31    阅读次数:353
How to remove a batch of VMs and related Disks
Foreword Need to remove a batch of VMs, which named with same prefix or belong to same Cloud Service. After remove VMs, should automatically remove re...
分类:其他好文   时间:2014-05-08 09:18:56    阅读次数:265
(赵小明RHCE笔记)linux基础之三 用户、组及权限
一、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
Linux下搭建Java开发环境
Red Hat Package Manager 简称rpm rpm格式的文件就是我们可以使用RPM命令进行管理的软件包格式的文件 JDK的安装 #sh /root/Desktop/jdk-6u23-linux-i586-rpm.bin .bin 可以使用sh命令来解压执行 Linux的用户的登录过程 /etc/profile /etc/profile.d(各个脚本) /et...
分类:编程语言   时间:2014-05-08 02:08:50    阅读次数:329
绩效考核初步统计
以上有待大家商榷给出分数值,并且等待后续项目进展给出改进以及补漏。
分类:其他好文   时间:2014-05-08 00:48:40    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!