码迷,mamicode.com
首页 >  
搜索关键字:users    ( 8928个结果
link_to和其对应要跳转的的url,用path和直接路由方法
link_to和其对应要跳转的的url,用path和直接路由方法看看link_to "alert(1)"} %> 在rake routes中看到,定义好的路由是:C:\Users\Administrator\Desktop\lianxizhong\lianxi1_form_f...
分类:其他好文   时间:2014-09-09 19:51:59    阅读次数:128
jboss4.2.3 SSL配置 + 生成数字签名
一、生成数字签名1. 生成JKS文件keytool -genkey -keyalg RSA -alias jbosskey -keystore jbosskey.jks在win7系统中,该文件的默认路径是 C:\Users\rigid2. 导出证书keytool -export -alias jbo...
分类:其他好文   时间:2014-09-09 18:00:39    阅读次数:204
Oracle查看用户所在表空间
查看当前用户所在表空间 select username,default_tablespace from user_users; 修改用户默认表空间 alter user 用户名 default tablespace 新表空间; 查看用户所拥有的角色 select * from user_role_privs; 查询数据库中有多少张表 select * from user_tables;...
分类:数据库   时间:2014-09-09 12:59:09    阅读次数:158
nodejs本地模式安装express:‘express‘ 不是内部或外部命令。
$ npm install -g express $?npm install express-generator 添加环境变量?C:\Users\Administrator\AppData\Roaming\npm 这个和安装目录无关。...
分类:Web程序   时间:2014-09-09 09:16:18    阅读次数:190
Step-by-Step Guide to Portal Development for Microsoft Dynamics CRM - 摘自网络
The ChallengeOftentimes in the world of Dynamics CRM, the need arises for non-CRM users to gain access to CRM data. A common solutionis the implementa...
分类:其他好文   时间:2014-09-08 02:09:26    阅读次数:594
Android解决AVD Hardware Buttons 和DPAD无法使用问题
如图所示按键用鼠标点击时无法响应。解决方案:以我创建的AVD名为Tablet为例1.找到用户目录(我的用户目录yummy),然后进入如下目录mac: ~/yummy/.android/avd/Tabletwindows:C:\Users\yummy\.android\avd\Tablet2.找到Ta...
分类:移动开发   时间:2014-09-07 01:03:44    阅读次数:217
YASM User Manual
This document is the user manual for the Yasm assembler. It is intended as both an introduction and a general-purpose reference for all Yasm users. 1....
分类:其他好文   时间:2014-09-06 23:44:05    阅读次数:686
mac 安装Android sdk以便开展appium android自动化测试
首先下载androidsdk。切换到用户home目录cd~/创建配置文件touch.bash_profile打开配置文件open.bash_profile添加内容:exportPATH=$PATH:/Users/zhangminjie/Documents/sdk/platform-tools:/Us...
分类:移动开发   时间:2014-09-06 21:16:13    阅读次数:331
Selenium webdriver firefox 带配置启动
FirefoxProfile firefoxProfile=new FirefoxProfile(new File("/Users/zhangminjie/Library/Application Support/Firefox/Profiles/y1qo9afq.default"));driver....
分类:Web程序   时间:2014-09-06 21:12:03    阅读次数:279
node 中 npm报错 Error: ENOENT, stat 'C:\Users\Administrator\AppData\Roaming\npm'
今天在看node书本时,安装express,看看里面的包.没想到出现这样一种情况.报错了.后来思考了一下,可能是修改了node的默认安装路径.于是准备在出错的路径下建一个npm文件夹.注意,有个时候会出现找不到AppData文件夹.看图:看到这张图时大家应该明白了.因为这张图是隐藏起来的.大家要把他...
分类:移动开发   时间:2014-09-06 17:17:13    阅读次数:287
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!