`
文章列表
1,利用Wavemaker开发一个项目 2,利用wavemaker构建一个phonegap项目(“build phonegap”) 3, 用cordova create 命令创建一个项目,项目名同wavemaker项目名一样 4,将wavemaker创建出来的项目copy到cordova项目的目录www里面 5,wavemaker6.5.3构建出的phonegap项目中的index.html,用的是phonegap.js,将其改成cordova.js 6,  wavemaker6.5.3构建出的phonegap项目中的lib_build_phonegap.js文件中的以下内容 if ...
How to enable NFS on the Synology Server   This is a guide on how to enable the NFS capabilities of the Synology product. This procedure is aimed for users who are experienced with Telnet and the Linux Operating System Please note that improper manipulation or modification of the Synology server ...
如何讓 Apache 的 access log能夠自動rotate (轉自:http://taiwanwolf.blogspot.hk/2008/08/apache-access-logrotate.html)   根據許多前人的經驗, 發現 Apache 內建的 Rotatelogs.exe 雖然可以做到 rotate , 但是其分割是以啟動httpd的時候起算,也就是說你在8/19 的15:00開始啟動 apache, 你的access.log並不會在8/20就被closed, 而是在 8/20 的15:00, 這樣的話對於系統管理者來說,就喪失了分日期管理的意義 (還要自己去par ...
    Platform:Windows 64bits Server 2008 R2 Standard. 16GB RAMProducts:Oracle JRockit R28.2.0 64bit Tomcat6.0.35   使用過程中出現如下錯誤: java.lang.OutOfMemoryError: classblock allocation, loaded,  footpri nt, in check_alloc (src/jvm/model/classload/classalloc.c:215)   解決方法:   在Catalina.bat 中增加JAVA_ ...

Fedora16安裝配置NFS

安装启动NFS服务安装NFS服务#yum install nfs-utils*#yum install portmap启用NFS服务# systemctl enable nfs-server.serviceln -s '/lib/systemd/system/nfs-server.service' '/etc/systemd/system/multi-user.target.wants/nfs-server.service'检查NFS服务是否被启用# systemctl is-enabled nfs-server.serviceenabled启动NFS服务# systemctl start ...
  Tomcat 集群时上传文件时如何使得多部tomcat中的文件同步,Linux下可以通过NFS来解决这个问题。可以在一部linux server上配置NFS服务器,其他linux server当作NFS客户端。 客户端只需用nfs挂载服务端的目录即可,如: mount -t nfs 192.168.1.80:/usr/local/share/tomcat/VOS/sharefolder /usr/share/tomcat/VOS/sharefolder 或者可以在/etc/fstab中設置192.168.1.80:/usr/local/share/tomcat/VOS/sharef ...
tomcat都是按日保存日志文问分割   转载▼ 转:http://tanrishou.blog.163.com/blog/static/1502502009924112045630/ 一、本文基于的环境: 操作系统:Linux(redhat)、Windows(XP、2003) JDK版本:j2sdk1.4.2_04 Tomcat版本:tomcat-5.0.28 Cronolog版本:cronolog-1.6.2.tar.gz                      cronolog-1.6.1-win32.zip 本文修改后的tomcat都是按日保存日志 ...
  1,add following lines in httpd     LoadModule jk_module modules/mod_jk.so JkWorkersFile conf/workers.properties JkMountFile conf/uriworkermap.properties JkLogFile logs/mod_jk.log JkLogLevel warn JkMount /* controller        2,download mod_jk.so,and copy into folder modules 3,create wor ...

Tomcat 设置时区

客户端生成的时间传递到服务器端相差了8个小时,或者相差其他数字的时间都是因两部机器上的时区不一致所致。 若一致的话,时间是不会有差异的。但有时我们装机时无法保证时区设置正确,可我们在中国使用的时区肯定是Asia/Shanghai或Hong_kong。我们的java程序应如何保证这一点呢,我们可以在Tomcat上进行设置   在tomcat6中修改catalina.bat文件的 set JAVA_OPTS 在后面加上-Duser.timezone=GMT+08  若是linux系统就不一定是catalina.sh。很多linux系统安装tomcat时并没有这个文件,如Fedora,大部分配 ...
关于open_cursors和session_cached_cursors的参数值 2010-01-26 15:32 一、如何正确设置session_cached_cursors参数: 正确设置open_cursors和'session_cached_cursors' 可以减少sql解析,提高系统性能,那么,如何正确设置'session_cached_cursors' 这个参数呢?我们可以把握下面的原则: 1、'session_cached_cursors' 数量要小于open_cursor,设置方法: SQL> show parameter cursors ...
一、下载jquery.mediaqueries.js,将其存放在以下目录(eclipse下的一个web project目录)  二、编写css 1.default.css     @CHARSET "UTF-8"; body { font: 100% Verdana, Arial, Helvetica, sans-serif; font-size:20px; background: #666666; margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */ padding: 0; text-a ...
  假如一個表中的列名是:level 這個正好同oracle一關鍵字相同,hibernate如何映射呢,以下是一種解決方式:     @Column(name = "\"LEVEL\"", unique = true, nullable = false, precision = 4, scale = 0) public Long getLevel() { return this.level; }
// Create a new instance of a Locale type with the Locale you want to use:Locale locale = new Locale("es", "AR"); // Add your Locale settings to the Report's parameters:HashMap parameters = new HashMap(); // Put the new locale into the parametersparameters.put(JRParameter.REPO ...
  1.数据导出导入命令:exp、imp、expdp、impdp     exp win/****grants=y file=c:\win.dmp   imp system/****file= fromuser= touser= imp win/**** file= import data from a server to another server imp system/**** file=c:\win1.dmp fromuser=win touser=win     expdp/impdp expdp s ...
一、需求   Flex 作为用户界面,调用打印机(需要指定打印机名称)直接进行打印。   二、分析   Flex就目前而言,调用打印机时,每次都会弹出选择打印机的对话框。需点击确认按钮然后才进行打印。我需要打印时,直接打印出来,打印机由程序指定。同时为了打印内容易设计,我打印时用到了JasperReport。由于Applet可以指定打印机名称,我实现的方式如下: Flex 调用 JavaScript JavaScript 调用Applet Applet调用Servlet Servlet利用Jasperreport进行打印   三、实现(关键代码)   1.创建一个Se ...
Global site tag (gtag.js) - Google Analytics