码迷,mamicode.com
首页 >  
搜索关键字:work    ( 9348个结果
Tomcat部署web项目【转】
操作前,先来了解一下Tomcat的目录结构。(适用于Tomcat 6.0,Tomcat7.0)Tomcat下有7个目录,分别是bin,conf,lib,logs,temp,webapps,work 目录,现在对每一目录做介绍。Tomcat根目录在tomcat中叫,1./bin: 存放各种平台下启动和...
分类:Web程序   时间:2015-03-21 18:32:59    阅读次数:134
shell 初步
下面简单介绍一下Shell 编程。shell 中用户自定义函数。先举个小例子。#!/bin/bashwork() { ans=`expr $1 + $2` return $ans }genStr() { ans="hello bash" return $ans } work 3 4 echo $? genStr echo $?i=1 ((b=$i+1)) # 这里的...
分类:系统相关   时间:2015-03-21 17:05:59    阅读次数:169
Working with Threads-Java in a Nutshell, 6th
In order to work effectively with multithreaded code, it’s important to have the basic facts about monitors and locks at your command. This checklist contains the main facts that you should know: ...
分类:编程语言   时间:2015-03-21 11:24:52    阅读次数:189
编程小练习 OJ题 05
重复的电话号码、字节流解析、英文金曲大赛、渊子赛马、【中级】双链表基本操作、矩阵相乘2、Home+Work...
分类:其他好文   时间:2015-03-20 20:35:35    阅读次数:155
【转】各种常用浏览器“兼容性视图”设置方法
原文网址:http://work.haoysoft.com/orderking//public/compatibleviewseting.aspx各种常用浏览器“兼容性视图”设置方法订单管理系统的内容看不到或显示不正常时,需要设置浏览器的“兼容性视图”来保证系统的正常显示。以下罗列出各种常用浏览器设...
分类:其他好文   时间:2015-03-20 15:58:26    阅读次数:129
gearman作业服务器的工作心得
最近在做一个学习app的api工作,有些统计方面的mysql自然交给队列去处理,昨天一迁移数据库就发现有些试卷的信息 作业服务器没有收到,可能是因为试卷题目量大了的原因,导致gearman work堵住了,所以gearman 的日志没有生成,表示 它根本没有接受到任务. 原来的代码是 客户端:...
分类:其他好文   时间:2015-03-20 12:48:03    阅读次数:143
iOS 7 Development Tips, Tricks & Hacks
iOS 7 Development Tips, Tricks & HacksSeptember 18, 2013Like with any new iOS version there are a bunch of new tricks and hacks to work out. Here are ...
分类:移动开发   时间:2015-03-19 21:51:53    阅读次数:193
JQuery 在$(window).laod() 事件中 不运行 $(window).resize()
本文转载至: http://stackoverflow.com/questions/2597152/jquery-window-resize-doesnt-work-on-load原文标题 :JQuery: $(window).resize() doesn't work on LoadJQuery....
分类:Windows程序   时间:2015-03-19 10:08:49    阅读次数:4182
NCS Expert VO problems, what to do?
Question:I'm working with INPA and NCS for some months. BMW INPA and NCS Expert work fine. Had no problems so far to code or read errors.Now that I wa...
分类:其他好文   时间:2015-03-18 19:58:30    阅读次数:170
error C2220: warning treated as error - no 'object' file generated 处理方法
1>e:\work\xxx\xxx\driver\thread.c(228) : error C2220: warning treated as error - no 'object' file generated 当在C语言中遇到error c2220错误的时候,通常有可能的问题所在是 1. 声明的变量没有放在函数前面,因为在c++中是不规定一定要放在函数头的,但是c规定...
分类:其他好文   时间:2015-03-18 10:37:21    阅读次数:448
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!