@RequestMapping("/index") public ModelAndView gotoIdex(){ ModelAndView mav = new ModelAndView(); mav.setViewName("/modules/front/in...
分类:
Web程序 时间:
2014-12-03 14:08:29
阅读次数:
165
windows环境。capserjs的中文乱码使用phantom.outputEncoding="GBK";即可解决。但当我们脚本很大,需要拆分时(参考http://docs.casperjs.org/en/latest/writing_modules.html),拆分到另一文件(example.j...
分类:
Web程序 时间:
2014-11-29 22:56:05
阅读次数:
631
由于express有各种不同的版本,不同的版本开发方式有所不同,如果想安装指定版本可以选择全局安装指定版本:安装步骤如下:(1)安装2.5.8版本的express的方法: C:\Users\Linda\AppData\Roaming\npm\node_modules 这是全局express的安装目录...
分类:
Web程序 时间:
2014-11-29 20:11:04
阅读次数:
281
一.准备已安装NodeJS(Node,npm)二.1.创建工作空间:$mkdir~/workspace/nodejs/
$cd~/workspace/nodejs/
$pwd
/Users/vincent/Desktop/my/workspace/nodejs2.安装express$sudonpminstallexpress-g
express@4.10.4/usr/local/lib/node_modules/express
├──merge-descript..
分类:
Web程序 时间:
2014-11-28 18:36:29
阅读次数:
265
假设已经安装完 maven eclipse也装了maven插件现在要运行springside4 demo1)下载 SpringSide4http://www.springside.org.cn/download.html2)运行CMD,进入springside\modules 目录运行:mvn in...
分类:
编程语言 时间:
2014-11-26 20:54:55
阅读次数:
164
python下 help()使用方法查看python所有的modules:help("modules")单看python所有的modules中包含指定字符串的modules: help("modules yourstr")查看python中常见的topics: help("topics")查看pyt...
分类:
编程语言 时间:
2014-11-26 13:38:42
阅读次数:
155
Module definitionsAngular modules can be declared in various ways, either stored in a variable or using the getter syntax. Use the getter syntax at al...
分类:
Web程序 时间:
2014-11-25 18:28:16
阅读次数:
128
学校报账要求打印网上填写的表格.需要把网页导出为pdf格式,使用IE+foxit阅读器.1.打开网页:http://*****.****.edu.cn/wsyy/MODULES/All_dy/NJ_YBBX_Print.aspx?Ywbh=YB20141125****2.进入设置->打印->页面设置...
分类:
其他好文 时间:
2014-11-25 10:33:04
阅读次数:
360
一、添加菜单项打开 /admin/includes/inc_menu.php文件(后台框架左边菜单),在最后添加一行如下:1$modules['17_other_menu']['sns_list'] = 'sns_list.php?act=list';ecshop默认一级菜单项有16项,所里这里的例...
分类:
其他好文 时间:
2014-11-24 22:07:08
阅读次数:
220
1.菜单:File->project stucture
2.在弹窗最左侧选中Artifacts->"+",选jar,选择from modules with dependencies,然后会有配置窗口出现,配置完成后,勾选Build on make >ok保存
3.然后菜单:Build->make project
4.最后在项目目录下去找输出的jar包(路径在你添加Ar...
分类:
编程语言 时间:
2014-11-23 07:07:08
阅读次数:
254