码迷,mamicode.com
首页 >  
搜索关键字:work folder    ( 10709个结果
java中关于时间的计算
1.描述:在原有时间上增加一个时间差:     代码示例:       Date psd = sysDate();       String workTimeP1 = mapP.get("WORK_TIME_") != null ? mapP.get("WORK_TIME_").toString() : "0";        int news=Integer.parseInt(workT...
分类:编程语言   时间:2015-01-17 18:11:02    阅读次数:201
浏览器内部工作原理
目录 一、介绍 二、渲染引擎 三、解析与DOM树构建 四、渲染树构建 五、布局 六、绘制 七、动态变化 八、渲染引擎的线程 九、CSS2可视模型 英文原文:How Browsers Work: Behind the Scenes of Modern Web Browsers 一...
分类:其他好文   时间:2015-01-17 12:27:29    阅读次数:312
[ThreadStatic] dosen't work with instance fields
ThreadStatic 属性对于字段无效最近使用RESHARPER,发现有这个提示,查了下资料Occa­sion­ally you might want to make the value of a sta­tic or instance field local to a thread (i.e....
分类:其他好文   时间:2015-01-17 11:07:48    阅读次数:187
work diary
create table tmm_d_entitle_admin( admin_pk int primary key, soeid varchar2(15), start_date date, end_date date ) ; insert into tmm_d_entitle_admin val...
分类:其他好文   时间:2015-01-17 09:56:09    阅读次数:256
APPENDIX: How to apply the Apache License to your work
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own id...
分类:移动开发   时间:2015-01-16 18:53:32    阅读次数:139
tomcat 部署web项目
TOMCAT部署web项目方法介绍操作前,先来了解一下Tomcat的目录结构。(适用于Tomcat6.0,Tomcat7.0)Tomcat下有7个目录,分别是bin,conf,lib,logs,temp,webapps,work目录,现在对每一目录做介绍。Tomcat根目录在tomcat中叫<CATALINA_HOME>,1.<CATALINA_HOME>/..
分类:Web程序   时间:2015-01-16 16:58:59    阅读次数:252
Common operators to overload-c++运算符重载的标准语法(全)
Common operators to overloadMost of the work in overloading operators is boiler-plate code. That is little wonder, since operators are merely syntacti...
分类:编程语言   时间:2015-01-16 16:14:55    阅读次数:246
mysql 导出导入sql
>mysqldump -u用户名 -p密码 -h主机名 数据库名 > 20150116mw_pm_db.sqlmysql> source /home/y/my_work/20150116mw_pm_db.sql
分类:数据库   时间:2015-01-16 08:44:46    阅读次数:256
SSH开发环境整合搭建
1、新建工程,把工程编码改为utf-8 2.把JSP的编码格式改为utf-8 3.把所需jar包放入到lib下 4、建立三个src folder Src:存放源代码 Config:存放配置文件 Test:存放测试文件 5、在src下建立package包 domain dao daoImpl service serviceImpl view util 在We...
分类:其他好文   时间:2015-01-15 23:48:31    阅读次数:233
thunderbird 将收发邮件放在一个thread中
可以参考英文资料:http://email.about.com/od/mozillathunderbirdtips/qt/Organize_Mail_Flexibly_Using_Virtual_Folders_in_Thunderbird.htm基本思想是创建一个folder,里面包含了sent和incoming目录。创建菜单是File -> New -> Saved Search. 在choo...
分类:其他好文   时间:2015-01-15 23:47:11    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!