码迷,mamicode.com
首页 >  
搜索关键字:do it    ( 12356个结果
《deetom》项目开发历程<五> PHP邮件
邮件类库是从github下载的简单好用; protected function sendEmail($emailAddress,$realname,$token,$title,$do){ include_once APP_ROOT . 'doitphp/modules/phpmaile...
分类:Web程序   时间:2014-07-01 23:30:19    阅读次数:380
Filter Plate
It always seems that your vacuum will malfunction right before company is set to arrive. What do you do if your vacuum is not working correctly? Many ...
分类:其他好文   时间:2014-07-01 22:38:53    阅读次数:305
springmvc 整合jquery uploadify 火狐浏览器不兼容问题解决
IE8下测试通过,测试告诉我在火狐浏览器中出现问题,打断点发现问题1、不进入springmvc解决办法是:;jsessionid= //上传处理程序url 'uploader' : '${path}/bpmAttachController/fileUpload.do;jsessionid=2、进入s...
分类:编程语言   时间:2014-07-01 20:53:42    阅读次数:1529
web.xml配置整理
虽然是做web开发,但是web中的很多配置有的时候却不是很清楚,只是知道怎么配置,于是就把在网上看到各种关于web.xml的东西整理一下:web.xml中url-pattern的3种写法1完全匹配/test/list.do2 路径匹配/* 3扩展名匹配 *.do *.html * Filte...
分类:Web程序   时间:2014-07-01 17:42:39    阅读次数:222
【iOS】在页面中展示gif动图
1 - (void)viewDidLoad 2 { 3 [super viewDidLoad]; 4 // Do any additional setup after loading the view. 5 6 //1:使用第三方库 7 NSData *d...
分类:移动开发   时间:2014-07-01 16:40:39    阅读次数:297
中小型软件项目开发一般流程建议
一:编写目的本文档的编写旨在探寻规范的软件开发流程、加快软件开发速度、提高软件开发质量、降低项目综合成本。IT界有一句格言:"You can do it right; you can do it fast; you can do it cheap. Pick two." 而我们要做的就是:提供优质服...
分类:其他好文   时间:2014-07-01 16:36:01    阅读次数:193
LAC : Do you remember this?
早上很意外地收到一个留言, 说是需要LAC (LingosHook Android Client)和数据文件. 不知大家是否还记得这个? LAC敲完发布都已经过去两年了, 怎么使用看这里, 需要的话, 这里就下载. c46.db3 - http://1drv.ms/1r436SD LAC.apk -...
分类:其他好文   时间:2014-07-01 12:03:12    阅读次数:171
Reorder List
题目 Given a singly linked list L: L0→L1→…→Ln-1→Ln, reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→… You must do this in-place without altering the nodes' values. For example, Given {1,2,3,4}, re...
分类:其他好文   时间:2014-07-01 08:39:24    阅读次数:181
几个 bash shell的例子
Ø  读取文件的时间 #!/bin/bash for file in `ls /root` do     stat $file>1.txt sed -n "7p" 1.txt>2.txt usetime= awk -F ":" '{print $2}' 2.txt echo "time="$file $usetime done       Ø  读取文件的每行while...
分类:其他好文   时间:2014-07-01 06:49:51    阅读次数:204
位置与地图(三)给地图添加覆盖层
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. self.mapView = [[MKMapView alloc] initWithFrame:self.view.bounds]; self.mapView.mapType =...
分类:其他好文   时间:2014-07-01 06:17:34    阅读次数:758
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!