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
一、生成数字签名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
查看当前用户所在表空间
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
$ npm install -g express $?npm install express-generator 添加环境变量?C:\Users\Administrator\AppData\Roaming\npm 这个和安装目录无关。...
分类:
Web程序 时间:
2014-09-09 09:16:18
阅读次数:
190
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
如图所示按键用鼠标点击时无法响应。解决方案:以我创建的AVD名为Tablet为例1.找到用户目录(我的用户目录yummy),然后进入如下目录mac: ~/yummy/.android/avd/Tabletwindows:C:\Users\yummy\.android\avd\Tablet2.找到Ta...
分类:
移动开发 时间:
2014-09-07 01:03:44
阅读次数:
217
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
首先下载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
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书本时,安装express,看看里面的包.没想到出现这样一种情况.报错了.后来思考了一下,可能是修改了node的默认安装路径.于是准备在出错的路径下建一个npm文件夹.注意,有个时候会出现找不到AppData文件夹.看图:看到这张图时大家应该明白了.因为这张图是隐藏起来的.大家要把他...
分类:
移动开发 时间:
2014-09-06 17:17:13
阅读次数:
287