码迷,mamicode.com
首页 >  
搜索关键字:users    ( 8928个结果
oracle常用
创建、删除用户: create user lgehr identified by lgehr default tablespace users quota 1000M on users; grant create session, create table, create view to lgehr; grant dba? to lgehr; drop user lgeh...
分类:数据库   时间:2014-12-16 11:56:27    阅读次数:215
maven tomcat配置
1、我的tomcat7     在config文件下修改tomcat-users.xml tomcat-users.xml内容如下:             2maven config文件夹下修改setting.xml     tomcat tomcat tomcat   这里的id在下面要用(和3中的service对应) 3、...
分类:其他好文   时间:2014-12-16 11:43:38    阅读次数:105
Android_Activity
AnActivityis an application component that provides a screen with which users can interact in order to do something, such as dial the phone, take a ph...
分类:移动开发   时间:2014-12-16 11:40:05    阅读次数:266
PHP与cURL
CURL PHP API comes with a wide array of options and features. This allows users to fine tune the requests and the way that the responses are handled.P...
分类:Web程序   时间:2014-12-16 11:35:30    阅读次数:163
三层实例--添加信息
对三层的基本知识已经有了一定的了解和掌握,但是要想真正去灵活运用它还需要我们去实践,只有经过亲自动手操作实现后才能理解得更加透彻。       首先我们需要建一张数据表,以我的为例,建一张Users表,添加UserName、Password、Email等字段。       然后就开始在VS上进行操作,先建一些基本的项目,如下表:              实体类是贯穿于三层之间,进行数据传...
分类:其他好文   时间:2014-12-16 10:08:40    阅读次数:204
mac svn命令行使用入门
本文转载至http://blog.sina.com.cn/s/blog_6bfa2fc10101euf6.htmlmac svn命令行使用入门1. 初始化项目svn import /Users/cress/本地项目目录 https://server/项目目录 -m "Initial import"上...
分类:系统相关   时间:2014-12-15 17:06:26    阅读次数:246
Win7下npm命令Error: ENOENT问题解决
Win7下在执行npm命令,比如npm list时出现下面错误:解决办法:在搜索框中输入%appdata%,进入C:\Users\aaron\AppData\Roaming,然后在Roaming下新建npm文件夹。再次执行命令:npm list如下图所示:
分类:Windows程序   时间:2014-12-15 13:35:16    阅读次数:182
【我的笔记BLOG1】配置webstorm + node.js +express + mongodb开发博客的环境
1. 安装webstorm 并破解2. 安装node (以及express框架)至官网下载并安装。(http://nodejs.org)v0.10.32 msi安装后测试,打开命令行,c:\users\Iris804> node>console.log("hello")输出 hello un...
分类:数据库   时间:2014-12-15 11:39:47    阅读次数:613
loadrunner监控度量项及中文解释
1. Number of Concurrent Users (NCU)并发用户数 – 在指定时刻,系统观察到的并发用户连接数。2. Request Per Second (RPS)每秒处理请求数 – 指示服务器平均每秒钟能处理的用户事务请求数量。3. Response Time响应时间 – 指从客户...
分类:其他好文   时间:2014-12-15 10:19:47    阅读次数:228
CentOS 6.5 SVN 服务器搭建文档
1、安装subversionyuminstallsubversion-y2、制定项目目录,并初始化svnadmincreate/home/svn/project3、修改配置文件,新建用户和设置权限cd/home/svn/project/confauthz权限控制文件passwd账号密码文件svnserve.confsvn服务配置文件添加用户tom以及密码vimpasswd[users]#harr..
分类:其他好文   时间:2014-12-15 06:43:44    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!