码迷,mamicode.com
首页 >  
搜索关键字:users    ( 8928个结果
Mina、Netty、Twisted一起学(一):实现简单的TCP服务器
MINA、Netty、Twisted为什么放在一起学习?首先,不妨先看一下他们官方网站对其的介绍:MINA:Apache MINA is a network application framework which helps users develop high performance and hi...
分类:Web程序   时间:2014-08-25 16:21:44    阅读次数:289
vs2013运行c语言出现:无法查找或打开 PDB 文件。
vs2013运行c语言出现:无法查找或打开PDB文件。“ConsoleApplication1.exe”(Win32): 已加载“C:\Users\hp\Documents\Visual Studio 2013\Projects\ConsoleApplication1\Debug\ConsoleAp...
分类:数据库   时间:2014-08-25 13:22:24    阅读次数:460
XE 安装路径
控件安装的生成的目标文件路径C:\Users\Public\Documents\Embarcadero\Studio\14.0\BPLC:\Users\Public\Documents\Embarcadero\Studio\14.0\DCPC:\Users\Public\Documents\Emba...
分类:其他好文   时间:2014-08-25 11:43:34    阅读次数:130
控制用户的访问之权限、角色【weber出品必属精品】
权限的作用限制用户对数据的访问权限的分类1. 系统权限:能够存取数据库的权限2. 对象权限:操作数据库对象的内容系统权限1.1 如何创建用户:SQL> create user test default tablespace users identified by test;用户已创建。1.2 数据库...
分类:Web程序   时间:2014-08-24 23:40:03    阅读次数:434
解压版MySQL安装后初始化root密码
1:C:\Users\gechong>mysql
分类:数据库   时间:2014-08-24 12:55:32    阅读次数:249
OCP试题解析之052-- DROP PROFILE app_user
133.You created a profile APP_USER and assigned it to the users. After a month, you decide to drop the profile. Some user sessions are currently connected to the database instance and are using the ...
分类:移动开发   时间:2014-08-24 00:24:04    阅读次数:307
VS2012 编译程序时报无法加载PDB文件错误解决方案
VS2012 编译程序时报无法加载PDB文件错误解决方案 “ConsoleApplication1.exe”(Win32): 已加载“C:\Users\hp\Documents\Visual Studio 2012\Projects\ConsoleApplication1\Debug\ConsoleApplication1.exe”。已加载符号。 “ConsoleApplication1.ex...
分类:数据库   时间:2014-08-23 12:46:10    阅读次数:234
lighttpd基本配置
由于工作中需要用到lighttpd,自己安装了一个,遇到了一些问题记录如下: (1)安装 只需要下面3步即可: ./configure --prefix=/home/users/xxx/lighttpd/lighttpd-1.4.20-bin make make install (2)到安装之后的目录下创建2个文件夹 mkdir logs mkdir html ...
分类:其他好文   时间:2014-08-22 17:57:59    阅读次数:317
java.io.ioexception failed to mkdirs jenkins xcode || jenkins 无法创建新文件
===========================================================FATAL: Failed to mkdirs: /Users/chenqing/Sqy/iOSProject/cyou/Svn/Cos/CosXCode_lxh/test-repo...
分类:编程语言   时间:2014-08-22 15:49:08    阅读次数:418
Tigase数据库结构(1)
Tigase数据库有很多张表,其中最主要的是3张表:tig_users,tig_nodes和tig_pairs。1.tig_userstig_users存储用户信息,有uid(主键,用户ID),user_id(用户名),usr_pw(用户密码)等字段。2.tig_nodestig_nodes是存储节...
分类:数据库   时间:2014-08-22 14:25:48    阅读次数:401
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!