clin8888.com
JavaScript - Java,Spring,Hibernate,技术开发
http://www.clin8888.com/sort/38
Artzoom.js 报 TypeError: this.live is not a function. 在jQuery1.7以上事件 live(type, [data], fn)已经停用,使得artzoom.js,无法正常运行。 只要将artzoom.js的live(type, [data], fn)事件改为on(events,[selector],[data],fn). 一 Cookie cookie 也叫 HTTP Cookie, 最初是客户端与服务器端进行会话使用的。 比如, 会员登录,下次回访网站时无须登录了 或者是购物车, 购买的商品没有及时付款, 过两天发现购物车 里还有之前的商品列表。 HTTP Cookie 要求服务器对任意 HTTP 请求发送 Set-Cookie,因此,Cookie 的处理原则上需要在服务器环境下进行。 目前 Chrome 不可以在客户端操作,其他浏览器均可) cookie 的组成 cook. Artzoom.js 报 TypeError: this.live is not a function. Maven 配置篇 之pom.xml(一.
clin8888.com
admin - Java,Spring,Hibernate,技术开发
http://www.clin8888.com/author/1
Artzoom.js 报 TypeError: this.live is not a function. 在jQuery1.7以上事件 live(type, [data], fn)已经停用,使得artzoom.js,无法正常运行。 只要将artzoom.js的live(type, [data], fn)事件改为on(events,[selector],[data],fn). 异常 Project configuration is not up-to-date with pom.xml解决方案. 一、异常信息 导入maven工程后,出现如下错误 Description Resource Path Location Type Project configuration is not up-to-date with pom.xml. Run project configuration update rdc . NoSQL(NoSQL = Not Only SQL ),意即“不仅仅是SQL”,泛指非关系型的数据库。 举例如 Redis, Voldemort, . 应用场景 内容缓存,主要用于处理大量.
clin8888.com
服务器 - Java,Spring,Hibernate,技术开发
http://www.clin8888.com/sort/3
一、启动 /nginx 二、重启 更改配置重启nginx kill -HUP 主进程号或进程号文件路径 或者使用 cd /usr/local/nginx/sbin ./nginx -s reload 判断配置文件是否正确 nginx -t -c /usr/local/nginx/conf/nginx.conf 或者 cd /usr/local/nginx/sbin ./nginx -t 三、关闭 查询nginx主进程号 ps -ef grep nginx 从容停止 &nbs. 碰到一个悲剧的情况,IIS TOMCAT默认首页index.jsp死活不能自动寻找显示,必需请求 http:/ www.xx.com/index.jsp才有效,直接请求http:/ www.xx.com/无效,找了很多原因,把配置看了N遍都是对的。 最后终于发现了 把IIS里站点属性- asp.net选项卡里的.net framwork的版本是4.0的,改为2.0就好了。 Windows2003 server IIS6.0 多个TOMCAT7.0. 压缩测试 在部署的IIS 6.0上配置了GZIP压缩,详细的测试结果如下。
clin8888.com
Maven - Java,Spring,Hibernate,技术开发
http://www.clin8888.com/tag/Maven
异常 Project configuration is not up-to-date with pom.xml解决方案. 一、异常信息 导入maven工程后,出现如下错误 Description Resource Path Location Type Project configuration is not up-to-date with pom.xml. Run project configuration update rdc . Maven 配置篇 之pom.xml(一. Maven 配置篇 之 settings.xml. Maven2 比起maven1 来说,需要配置的文件少多了,主要集中在pom.xml和settings.xml中。 Maven项目建立pom.xml报无法解析org.apache.maven.plugins:maven-resources-plugin:2.4.3. Artzoom.js 报 TypeError: this.live is not a function. Maven 配置篇 之pom.xml(一. Maven 配置篇 之 settings.xml.
clin8888.com
nginx启动、重启、关闭
http://www.clin8888.com/post-207.html
Kill -HUP 主进程号或进程号文件路径 或者使用 cd /usr/local/nginx/sbin ./nginx -s reload. Nginx -t -c /usr/local/nginx/conf/nginx.conf 或者 cd /usr/local/nginx/sbin ./nginx -t. Ps -ef grep nginx. 从容停止 kill -QUIT 主进程号. 快速停止 kill -TERM 主进程号. 强制停止 kill -9 nginx. Kill -信号类型 /usr/local/nginx/logs/nginx.pid. Laquo; maven项目建立pom.xml报无法解析org.apache.maven.plugins:maven-resources-plugin:2.4.3. Artzoom.js 报 TypeError: this.live is not a function. 异常 Project configuration is not up-to-date with pom.xml解决方案. Maven 配置篇 之pom.xml(一.
clin8888.com
tomcat - Java,Spring,Hibernate,技术开发
http://www.clin8888.com/sort/40
Linux下tomcat服务的启动、关闭与错误跟踪,远程连接到服务器以后,通常通过以下几种方式启动关闭tomcat服务 1).启动tomcat服务 进入tomcat主目录下的bin目录,然后执行如下命令 ./startup.sh 2).关闭tomcat服务 进入tomcat主目录下的bin目录,然后执行如下命令 ./shutdown.sh 通过1)启动的tomcat有个弊端,当客户端连接断开的时候,tomcat服务也就立即关闭了,通过以下命令可以作为linux服务一直运行 3).作为服务启动tomcat 进入tomcat主目录下的bin目录,然后执行如下命令 noh. Artzoom.js 报 TypeError: this.live is not a function. 异常 Project configuration is not up-to-date with pom.xml解决方案. Maven 配置篇 之pom.xml(一. Maven 配置篇 之 settings.xml.
clin8888.com
maven 配置篇 之pom.xml(一)
http://www.clin8888.com/post-210.html
Maven 配置篇 之pom.xml(一. Project modelVersion 4.0.0! GroupId:项目或者组织的唯一标志,并且配置时生成的路径也是由此生成,如org.codehaus.mojo生成的相对路径为 /org/codehaus/mojo. Packaging: 打包的机制,如pom, jar, maven-plugin, ejb, war, ear, rar, par. Dependencies dependency groupId junit! ArtifactId version 4.0! GroupId, artifactId, version:描述了依赖的项目唯一标志. Mvn install:install-file Dfile=non-maven-proj.jar DgroupId=some.group DartifactId=non-maven-proj Dversion=1. Dependencies dependency groupId org.apache.maven! ArtifactId version 2.0! Id goals goal run!
clin8888.com
maven项目建立pom.xml报无法解析org.apache.maven.plugins:maven-resources-plugin:2.4.3
http://www.clin8888.com/post-208.html
Maven项目建立pom.xml报无法解析org.apache.maven.plugins:maven-resources-plugin:2.4.3. 建立maven项目后,pom.xml在显示红叉,鼠标放上去,显示Execution default-testResources of goal org.apache.maven.plugins:maven-resources-plugin:2.4.3错误。 缺少maven-resources-plugin-2.4.3.jar或该文件下载不正确,可到repository org apache maven plugins maven-resources-plugin 目录看看下载是否正确。 GroupId org.apache.maven.plugins /groupId. Version 2.4.3 /version. 步骤二 run as maven install下载即可. Laquo; maven 配置篇 之 settings.xml. Maven 配置篇 之pom.xml(一. Maven 配置篇 之 settings.xml.
clin8888.com
Spring集成MyBatis进行项目开发(三)
http://www.clin8888.com/post-205.html
Package com.pinche.statistic.dao; import java.util.List; import com.pinche.statistic.domain.Application; public interface AppDao { boolean add(Application app); boolean delete(String appAccount); boolean update(Application app); Application findByAppAccount(String appAccount); List Application findAll(); }. 如果使用了以上的层管理容器,如果要在容器中添加一个DAO 例如 DemoDao ,只需在这个容器中添加一个这样的声明. Autowired private DemoDao demoDao; public static DemoDao demoDao;. AppServiceImpl.java : AppService的实现类. Maven 配置篇 之pom.xml(一.